- Tweak for error when using the WP CLI
- Bump version & tested with WP version
- Remove some deprecated code that wasn't being used
- Link to documentation from support tab
- Bump version & tested with WP version
- Handle post content with slashes
- Update support tab
- Bump version & tested with WP version
- Updated composer dependencies
- Bump version and tested with WP version
- Fix edge case bug where act templates could show up in Yoast SEO sitemap
- Redirect any URL containing 'act_template' as a safety net
- Bump version and tested with WP version
- Move custom taxonomies into core for all license levels
- Move metaboxes into core for all license levels
- Move instant shortcodes into core for all license levels
- Adds blurb to add-ons tab and removes ability to install add-ons as they are now included in core
- Bump version, and tested with WP version
- Cleanup a bunch of things that were causing error messages in logs
- Update composer dependencies
- Tweak add on class check for different rows
- Bump version, and tested with WP version
- Adds readme.txt so we an show changelog in update modal
-
Fix a bug with ACT templates publicly queryable
- Bump version, and tested with WP version.
-
Allow ACT templates to display template sidebar
- Fix template saving issues
-
Fix an issue with adding addons
-
Update the metabox and "load a template" flow
-
Update tested to version.
- Fix a display issue in Gutenberg editor sidebar
- Remove some unnecessary files
- Update tested with WP version
- Fix addons tab to get the list of addons available.
- Change support to use new system
- Mark as tested with 5.2.2
- Update composer assets
- Add translations for Portuguese, French, and Spanish.
- Add initial Gutenberg editor support.
- Fix template load order to allow manual override when an automatic template has been loaded.
- Workaround for PHP installs that don't have mbstring (http://php.net/manual/en/mbstring.installation.php).
- Fix potential fatal error when having Simple Content Templates activated at the same time as ACT. (Don't do this)
- Enable support tab for unlicensed users. (Makes troubleshooting license issues easier!)
- Handle rare edge case where PHP is not configured with iconv support.
- Update updater URL again. We now use advancedcontenttemplates.com for everything!
- Replace dependencies with composer.
- Fix issue with updater not updating.
- Fix a bug on international sites that caused taxonomy menus to show up and overwrite the "Add Template" menu.
- Fix warning on admin screens.
- Fix support modal.
- Show templates that are marked as private or other post statuses (other than trash)
- Fix upgrade URLs to point to new store.
- Update all other URLs to point to new URL.
- Fix "ghosted" media files when using templates with attachments.
- Update updater URL to use new https://advancedcontenttemplates.com
- Fix issues with JetPack publicize feature.
- Fix issue license key validation and WordPress 4.6.x
- Make license key notices more clear to prevent confusion.
- Turn off SSL verify so that users with crappy hosts can get add-ons and updates.
- Fix fatal error with upgrades from Simple Content Templates to ACT.
- Fix preview feature for templates.
- Holy rewrite batman! We've rebuilt ACT from the ground up with a new, beautiful code base!
- The settings screens have been redesigned and now function much better.
- New Add-ons are no available: ACT Instant Shortcodes allows for new and creative uses of shortcodes in templates.
- Add-ons will also now show up for automatic updates when updates are available, just like other plugins.
- Oh! And Add-ons are now available to Small Business licenses and up.
- More add-ons are on the way! Stay tuned. 🙂
- New feature for Professional License holders: Add Ons!
- We're launching with one add-on: ACT Metaboxes adds post metaboxes to the ACT template editor automagically.
- More coming soon!
- Fixed bug with force conversion of SCT templates.
- Order templates alphabetically in dropdowns per multiple user requests.
- Fix occasional bug that caused PHP warnings during template load.
- Fix Simple Content Template converter to handle HTML properly.
- Fix admin page bug where Advanced Content Templates post type showed up, confusingly.
- Add manual Simple Content Templates conversion flag. To force conversion, visit http://yoursite.com/wp-admin/?force_act_convert. You must be logged in as an admin.
- Fixed updater.
- Refactored license handling code.
- Seems not everyone wants the post_title to be excluded from updates if it already has a value. Consequently, I've setup a filter so you can easily do this yourself: https://gist.github.com/clifgriffin/28fbaa5c4eb663ab200e
- Ok, but seriously. We're going to get this right this time. Post title now is only set if an existing title is not in place.
- Don't set post title of target post if post title is already set. (Exception to overwrite rule)
- Loosen search for post types to include posts that have exclude_from_search set to true. More post types should now work with ACT!
- Fix dreaded updater issue.
- Fixed issue with Simple Post Template upgrade sequence.
- Fixed error with anonymous functions and older versions of PHP.
- Fixed warnings and notices.
- Initial release.