What files changed from 4.7.3 to 4.7.4? I need to know because I have some modified modules that I use and I don't want to have to re-modify things that weren't changed.

Comments

VM’s picture

using a tool like winmerge (free). you can compare two files side by side and transfer the changes on the fly : )

dvessel’s picture

Core modules changed:

aggregator.module
block.module
blog.module
book.module
comment.module
contact.module
filter.module
forum.module
locale.module
menu.module
node.module
page.module
path.module
poll.module
profile.module
search.module
statistics.module
system.module
taxonomy.module
tracker.module
upload.module
user.module

Tons of other files too. inside /includes..

joon