Releases: mrbobbybryant/customizer-curation
Releases · mrbobbybryant/customizer-curation
Release list
Convert library to be an actual WP plugin
Convert library to be an actual WP Plugin. - Also remove all composer dependencies.
Add Conditional Check
Add a conditional check to this library to see if WordPress is loaded. If WordPress is not loaded this library should not run.
Fix Resources Big.
- Dynamically localize data for each instance. Before curation tools were overwriting each others localized data. This caused issues with curation tools wanting search different resources.
Update Asset Enqueuing
- Dragula CSS had the wrong URL Constant.
- Dragula CSS now loads from a CDN.
- Updated all Script loading to use custom logic. Now Customizer Curation can be used by both themes and plugins.
AutoList Bug Fix
Items were getting added to the wrong Autolist. This was due to the autosuggest library. It was finding all auto suggest fields in the document. This update makes it so the autosuggest library expects you to pass it the input DOM node directly.
v0.7.2
bump version and remove composer.lock file
v0.7.1
Add Curation Limit
You can now limit the number of items a user can add to the autosuggest list customizer element.
Thanks @jeaniekarina !!!!