Changelog

1.3

  • Move from Titan Framework to CMB2
  • Add Padding/Margin/Border option
  • Start adding auto-update and license validation code planned for next major version
  • Refactor code for per_row and new_window to better allow Options page and shortcode to work in order of importance
  • Update documentation to reflect changes

1.2.2

  • Fix version number, it incorrectly state 1.1.2 instead of 1.2.1.
  • Fix issue with Titan Framework Plugin breaking WordPress color picker
  • Prepare to move away from Titan Framework (due to plugin abandonment), replace with either alternative framework or build custom options system
  • Adjust TinyMCE shortcode generator to only output parameters if a value is chosen for dropdowns. This allows options page values work correctly. Previously because the shortcode generator would always output certain values it made the options on the options page for those options pointless.

1.2.1

  • Fix caching bug. Cache was not being created due to a small bug in debugging code.
  • Added ability to choose if links are opened in a new tab.
  • Added ability to choose how many items to display per row on each shortcode.

1.2

  • Added Zed Press shortcode generator button to the visual TinyMCE editor. A button for the Text editor is being looked into for the next version.
  • Minor bug squashing.
  • Added direct access block to plugin files for extra security.

1.1.2

  • Additional bug fix to solve some issues on some hosts with path generation of the CSS file due to last update.

1.1.1

  • Urgent bug fix to solve issues with wp_upload_dir() not respecting is_ssl() causing mixed content warnings on sites using https. Upgrade immediately if you use https on your site. Please WordPress fix ticket 25449 it has been open for three years now.

1.1

  • Remove left/right padding from children when using Flexbox to prevent issues with items per row being incorrect.
  • Add ability to turn off pagination.
  • Add a global Referral ID into the option pages.
  • Fix an error in 1 shortcode breaking all following shortcodes in the same page/session.
  • Removed public debug. Not much info available from Zazzle to debug without print_r and var_dump.

1.0.1

  • Bug Fix: Missing forward slash when using a collection. Thanks to Anna Rosa for finding the bug.
  • Started adding some usable public debug code. More in the next version.

1.0

  • Inital Release

1.0-beta4

  • Change template system to better allow switching between Flexbox, standard grid and custom templates.
  • Improve Twig performance
  • Add standard grid to CSS

1.0-beta3

  • Alter caching system to use unique key generated from shortcode options to allow multiple shortcodes per page to work

1.0-beta2

  • Replace Twig with version compatible with older PHP versions (PHP 5.2 upward)

1.0-beta1

  • Initial beta testing