1.2.5.3

Including notes from 1.2.5.2 and 1.2.5.1

Fixed up some minor issues with CSS, Centering and title not displaying properly


1.2.5

Fixes
  • Quality of life fixes for UI.
  • Background images can now be removed on blocks!
  • Tons of refactoring for section and block option customization
  • Fixed offset selector being shown when it shouldn’t be
Added
  • You can now center blocks within single column sections ( any width smaller than 12 columns )
  • You can now set the width of a single column section to any width you want (higher than 3 columns by default)
  • Mesh is even more compatible with Foundation Flex Grid, XY Grid, CSS Grid and even more custom grid systems.
  • Added new “Foundation 6.4.X” option within Foundation Menu of Mesh Settings
  • Added new setting to select Float, Flex and XY grids in Foundation Menu of Mesh Settings
  • Developers will find section and block controls have even more flexibility (documentation to come soon)
  • Better css when hovering a draggable columns.
  • Moved and Refactored a ton of methods to be more organized (utilities.php)
  • Added utility methods for outputting CSS Classes and other attributes for sections, rows and columns
  • Added more descriptions to options within Mesh Settings
  • Added Mesh_Input class to handle building all input markup (dramatically cutting down code duplications between blocks and sections)
  • Added a nag message for reviews. Please help!
  • Added a ton of new filters
    • You can now define your own max columns using the `mesh_max_columns` filter
    • Filter html attributes for sections, rows and columns, `mesh_element_attributes`
    • Filter html attributes for sections mesh_section_attributes
    • Filter html attributes for rows mesh_row_attributes
    • Filter html attributes for columns mesh_column_attributes
    • Filter css classes for rows mesh_row_classes
    • Filter css classes for title mesh_section_title_css_classes
    • Filter css classes for columns mesh_column_classes
    • Filter available responsive grid systems mesh_responsive_grid_systems
    • Filter available to override available foundation versions mesh_foundation_version
    • Filter to define the max columns of a given row mesh_max_columns Default remains 12
Updated
  • Tons of CSS refactoring to make the UI cleaner
  • Media and TinyMCE menus of each section now collapse when viewing smaller blocks for a better overall experience.
  • TinyMCE default settings are now shared between blocks built with php and javascript.
  • Dramatically cut down the code needed within mesh php templates (Developers may want to review any custom templates on a staging environment)
  • Admin area now utilizes Mesh_Responsive grid class more extensively
  • Minor code formatting for code climate / WPCS
  • Minor security enhancements to escape admin related content on output
  • Minor JavaScript optimizations
  • Column resizing is now more responsive. Sections no longer redraw on every “slide”, instead only redraw after a change occurs.

As usual you can always submit issues on on https://github.com/linchpin/mesh/issues or https://wordpress.org/plugins/mesh


1.2.2

Fixes
  • Fixed bug causing ‘Show Title’ checkbox to not work correctly
Updated
  • Minor Code Climate configuration changes.
  • Minor formatting changes for markdown linting.

1.2.1

This is a point release that focuses on a few bugs that were brought to our attention on our github issue tracker. @maxinacube also made some changes related to future template customizations.

New Features
  • Added do_action hooks to Mesh templates for even more extendability (before/after section, before/after row)
Fixes
  • Include data-interchange in Mesh allowed HTML on section elements
  • Fixed up some undefined indexes for css_class and push_pull
  • Include form elements in Mesh allowed HTML and loosen some sanitization

1.2

New Features
  • Added support for Yoast SEO page analysis.
  • Added support for scripts within urls within TinyMCE.
  • Added support for duplicating sections of a post using “Duplicate Post” Plugin
  • Added support for duplicating sections of a post using “Post Duplicator” Plugin
  • Controls within Sections and Columns/Blocks are now extendable for developers with the filters mesh_section_controls and mesh_block_controls
  • First implementation of block caching layer.
Updates
  • First time users will now have an improved onboarding process.
  • Existing users will now be presented with a notification to view “What’s new”
  • WordPress Coding Coding Standards
  • Improved build process.
  • Improved code analysis process within codeclimate
Fixes
  • Remove trailing whitespace from row class
  • Remove checks for equalizer in the 1 column template
  • Fixed a bug where reordering would stop that section from working properly until refresh.
  • Fixed a bug where collapsed sections could not be toggled open after a new section was added
  • Fixed a bug when excluding Mesh template related taxonomies from the generated sitemap
  • Fixed a bug where section and block background images were displayed before “update” / “publish”
  • More security hardening for potential XSS and CSRF.
  • Fixed a bug where trashing unused blocks was more aggressive than it should be. Simma down nah.
  • Fixed a pesky bug what would delete your content if you changed column count before saving.
  • A bunch of little things under the hood you probably won’t notice

1.1.7

  • Confirmed 4.8 compatibility
  • Fix for issue within “content” being replaced when it shouldn’t be
  • Fix for duplicated sections not applying the proper date.

1.1.6

Updates
  • Setup Code Climate and Code Climate test coverage reporting
  • Include mesh.js.map in Grunt build
  • Introduce a CONTRIBUTING.md file
  • Added a .travis.yml file to automate our unit tests
  • Added addtextdomain task to the Grunt configuration
  • Added JSON files to Code Climate grading
  • Added node_modules folder to the .gitignore
  • Update unit test install scripts
  • Changed esc_attr_e() and esc_html_() calls to echo esc_attr() and echo esc_html() when containing a variable
  • Remove makepot task from the Grunt configuration
  • Exclude the Michelf library from Code Climate scanning
  • Remove languages folder
  • Replace Michelf library with Parsedown
Fixes
  • Fixed undefined index foundation_version
  • Fixed bug for .row max-width being set to rem-calc(1200)
  • Fixed issue within visual editors within blocks; the html was being saved instead of the raw data; wpautop filter should still be applied if available
  • Hot fix bug with Foundation interchange conflict
  • Fixed PHP warnings when retrieving mesh_post_types when it is not yet set

1.1.5

Updates
  • Added ability to filter mesh_tiny_mce_before_init to allow even more extended option filtering
  • Added default support for interchange using Mesh even if your theme isn’t built on Foundation
  • Added actions mesh_section_add_before_misc_actions and mesh_section_add_misc_actions for more customization
  • Added ability to preview sections that are not published yet
  • Updated templates to default to “starter” mesh_template_type taxonomy term
Fixes
  • Fixed equalize options should not show if the section is only 1 column wide.
  • Fixed some minor typos
  • Fixed minor display issue that occurred when removing all Mesh sections on a post

1.1.4

Updates
  • Window will now scroll to the newest block when adding a new section
Fixes
  • Fixed selected/upload background images were not displaying within admin until refresh
  • Fixed Mesh Template order consistently when closing
  • Fixed Block resizing was broken in some instances
  • Fixed Mesh titles displaying outside of their container if the title is too long

1.1.3

Updates
  • Added exclusion for Mesh Template taxonomies when using WordPress / Yoast SEO
  • Added the ability to select which version of Foundation your theme is using (Defaults to Foundation 5)
  • Added mesh-background custom image size (1920 x 1080) by default
  • Added filters to define what images sizes will be used by interchange
Fixes
  • Fixed interchange on section and block background images