##Change Log For Mesh
- Javascript error was thrown if the user had any columns within text view when saving. [mesh-21]
- Templates were missing the ability for the first column to have an offset. [mesh-5]
- Post Type enabling wasn't working properly. [mesh-19]
- Updated build process for easier deployment to wordpress.org
- Minor code formatting updates
- Fixed publish / update button display issue [mesh-11]
- Missing Domain Path: /languages
- Readme has more information
- Setting up localization
- Checks for Foundation
- Change the name of Multiple Content Sections to Mesh for public release.
- Finalized Name change for public release.
- Removed unneeded realtime ajax calls that resulted in unwanted publishing of content
- Massive overhaul of admin CSS for public release.
- Completely reworked interface for public release for more WordPress core consistency and ease of use (More to come)
- TinyMCE now works better. Using a fix seen here https://github.com/alleyinteractive/wordpress-fieldmanager/blob/master/js/richtext.js#L58-L95
- TinyMCE options are now consistent when displaying new and existing block editors
- Allowing the ability to toggle kitchen sink items. @todo Not displaying yet
- Admins can now control some plugin settings. Settings -> Mesh
- Admins can disable or enable CSS as needed
- Admins can now enable Mesh on individual post types.
- Admin area is now much more modular
- Some non blocker minor styling issues.
- Minor display issues on smaller screens.
- Ajax
$_POST
is sending more data than needed.
- Blocks had issues selecting a background once the blocks code was separated out.
- Temporary fix for toggling styles between html/text view of blocks
- Separated section controls into a different template for more flexible expansion later on.
- Made sure that a block always matches the parent section when being created (publish|draft) etc
- Can now collapse column spacing using an option
- Made sure that blocks can not have the same
post_name
- Checking if a page is private before displaying it to the end user.
- Created logic to display the title of a section either above the blocks or within a specific block
- JavaScript references we're broken after JavaScript was separated.
- Controls are displayed in the footer of the sections
- Separate CHANGELOG.md file
- Doc Blocks within JavaScript for some methods were added
- Offset can now be defined per block/column not just per section
- Separated Controls into it's own reusable template
- Separated MultipleContentSections into it's own class
- Gruntfile.js now joins JavaScript files and minifies
- Separated block related Javascript into it's own file
- Default Template
<div>
was not being closed correctly
- Users can now disable notification messages
- Frontend templates support column offset and custom css classes
- Style cleanup of the column resizer
- zindex issue when resizing columns
- Cleaned up Post Type labels used when exporting content using the WordPress export tools (now shows "Section")
- Cleaned up notifications
- Cleaned up reordering
- Added smoother/real-time column resizing
- CSS classes to Blocks
- Background Image to blocks
- Utility method to build out section background images
- 3 column layouts can now be resized
- Ability to reorder blocks using drag and drop
- Block order saves using Ajax
- Ability to define custom css classes per section
- Better localization support on MOST strings
- Users now have a bunch of default templates to choose from
- Better redrawing of editable areas after reordering (of drawers and sections) is complete
- Additional Security hardening prior to public release
- Notifications display on saving, reordering
- Added css of admin elements
- Added better structure for notifications
- Added README.md
- Added ability to have multiple editors within a section based on template
- Added GruntFile
- Minor code cleanup to adhere to WordPress coding standards
- Refactor code for template selection
- Added feature to store data from multiple content sections within "the_content" of the parent post. This allows content within Multiple Content Sections to show up within the WordPress search results.
- Added ability to select templates
- Added ability to upload media to sections
- Initial Internal Release