I wouldn’t mind knowing this as well, I couldn’t find a changelog anywhere.
I updated to the new version and now my site is down, I really need to see what files were changed,
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
That should not have brought any WordPress 3.4.2 site down but here’s a list of files that are different via SVN.
1.0/comments.php 1.1/comments.php
1.0/content-aside.php 1.1/content-aside.php
1.0/content-image.php 1.1/content-image.php
1.0/content-link.php 1.1/content-link.php
1.0/content-quote.php 1.1/content-quote.php
1.0/content-status.php 1.1/content-status.php
1.0/editor-style.css 1.1/editor-style.css
1.0/footer.php 1.1/footer.php
1.0/functions.php 1.1/functions.php
1.0/header.php 1.1/header.php
1.0/image.php 1.1/image.php
1.0/rtl.css 1.1/rtl.css
1.0/single.php 1.1/single.php
1.0/style.css 1.1/style.css
Check your error log on your server to see what’s causing the problem for you.
Thank you for the response.
After 2 hours I fixed my issue. It was my fault… When I created a child theme I also copied the functions file. Now that I had a functions file in the original theme and the child it brought my site down. I forgot I had renamed the original function.php file to function1.php, once I remembered this I deleted the copy ie. function.php and walla site back up.
Derp.
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
Nah, don’t feel bad. You did sort it out yourself after all. 🙂