The famous point 1 release. 8 days after the suppose to be major release. WordPress 3.2.1 is new available with couple of maintenance and compatibility fixes.
In a Nutshell
- WordPress uncompressed folder size has increased by 0.06 MB to 9.42 Mb
- 1 file added, 38 files modified and 1 file renamed. Within the wp-admin folder 22 files modified.
The Full Length
This will cover only the logical changes. Texture and style changes will be overlooked. Minor code refactoring may also be ignored if the changes are for standardisation. A complete diff’ing coverage is available on WordPress trac.
/wp-admin
- includes/nav-menu.php
- Validate original title upon start_el() function.
/wp-content/themes/twentyeleven
- content-aside.php, content-image.php, content-link.php, content-status.php, content.php
- Validate display of comment module upon password requirement
/wp-includes
- class-json.php
- Add new Service_JSON class for handling data requests in JSON format.
- compat.php
- Add encode and decode functions on usage of Service_JSON class.
- nav-menu.php
- Validate original title upon wp_setup_nav_menu_item() function.
Summary
This is a technical blog post covering implementation changes of latest WordPress, version 3.2.1 from its pervious version 3.2. I will line out code changes to help enthusiast PHP developer understanding the techniques and security concerns.