Releases: zackpyle/BBClassDropdown
Updated naming and README
Tested: 6.7.1
Icons: 1x|/blob/main/includes/assets/icon-128x128.png?raw=true,2x|/blob/main/includes/assets/icon-256x256.png?raw=true
Banners: low|/blob/main/includes/assets/banner-772x250.png?raw=true,high|/blob/main/includes/assets/banner-772x250.png?raw=true
RequiresPHP: 7.4
|||
- Updated README for clarity
- Updated the term 'Predefined' to 'Utility'
Full Changelog: 1.0.5...1.0.6
Fix HTML Characters in Label
Tested: 6.4.2
Icons: 1x|/blob/main/includes/assets/icon-128x128.png?raw=true,2x|/blob/main/includes/assets/icon-256x256.png?raw=true
Banners: low|/blob/main/includes/assets/banner-772x250.png?raw=true,high|/blob/main/includes/assets/banner-772x250.png?raw=true
RequiresPHP: 7.4
|||
- Fix allows
&
,<
,>
,"
, and'
characters in label field
Fix Modal Scroll Bug
Tested: 6.3
Icons: 1x|/blob/main/includes/assets/icon-128x128.png?raw=true,2x|/blob/main/includes/assets/icon-256x256.png?raw=true
Banners: low|/blob/main/includes/assets/banner-772x250.png?raw=true,high|/blob/main/includes/assets/banner-772x250.png?raw=true
RequiresPHP: 7.4
|||
- Remove Select2 as it was causing a scrolling bug in the settings modal (issue #23)
Autoloader and Bug Fixes
Tested: 6.3
Icons: 1x|/blob/main/includes/assets/icon-128x128.png?raw=true,2x|/blob/main/includes/assets/icon-256x256.png?raw=true
Banners: low|/blob/main/includes/assets/banner-772x250.png?raw=true,high|/blob/main/includes/assets/banner-772x250.png?raw=true
RequiresPHP: 7.4
|||
- Split up the plugin in functional classes and made it namespaced
- An autoloader takes care of loading/include_once/require_once the files
- Load admin script on fl-builder-settings page
- Fixed fatal error on plugins page (issue #19) - Updater fixed with wp_tempnam and unlink method
- Fixed reorder class bug (issue #21) - Couldn't reorder classes on new groups before hitting save
Fixed JS Error
Tested: 6.3
Icons: 1x|/blob/main/includes/assets/icon-128x128.png?raw=true,2x|/blob/main/includes/assets/icon-256x256.png?raw=true
Banners: low|/blob/main/includes/assets/banner-772x250.png?raw=true,high|/blob/main/includes/assets/banner-772x250.png?raw=true
RequiresPHP: 5.6
|||
- Fix error when opening other settings panels
- Moved all functions to BBClassDropdown
Confirm Updater Working
Tested: 6.3
Icons: 1x|/blob/main/includes/assets/icon-128x128.png?raw=true,2x|/blob/main/includes/assets/icon-256x256.png?raw=true
Banners: low|/blob/main/includes/assets/banner-772x250.png?raw=true,high|/blob/main/includes/assets/banner-772x250.png?raw=true
RequiresPHP: 5.6
|||
Confirming WP updater is working
Plugin Launch
Tested: 6.3
Icons: 1x|/blob/main/includes/assets/icon-128x128.png?raw=true,2x|/blob/main/includes/assets/icon-256x256.png?raw=true
Banners: low|/blob/main/includes/assets/banner-772x250.png?raw=true,high|/blob/main/includes/assets/banner-772x250.png?raw=true
RequiresPHP: 5.6
|||
- WP Updater connected so you can get the latest version pushed from Github straight to your WP install
Finalizing features for release
v0.7.0-beta - 8/19/23
- Previously you could only clear existing classes/settings manually via a url query param. Now there is a new Reset button in the settings section at the bottom of the page
- After reset, new blank group is added so you don't have to click Add Group to get started
v0.6.1-beta - 8/19/23
- Fixed - v1.5.2 patch forgot to include rows and columns in the secondary modal fix
v0.6.0-beta - 8/19/23
- New Import/Export Settings feature
v0.5.2-beta - 8/18/23
- Opening a secondary BB modal (like Post Module -> Custom Layout) would throw an error as the second modal assumed it was a module settings modal. Added more strict logic to look for the module settings modal
v0.5.1-beta - 8/18/23
- JS refactoring by badabingbreda
v0.5.0-beta - 8/12/23
- Drag and Drop reorder functionality for both Groups and Classes inside of Groups
- New table layout / styles
- Made the code more DRY
- First class or group can now be deleted if not only-child
- Don't need to confirm to delete an empty group
- Bug fixes
v0.4.0-beta - 8/10/23
- Feature - On groups with single selection substitute previous selected classname from optgroup with selection
- Feature - Fix for insertion of classes that are prefix of other classes. eg. if
uk-flex-center
already exists, you couln't adduk-flex
later with callback handled by BB in (current) version 2.7.1.1 - Some code cleanup
- Renamed singleton checkbox from
checkbox
tosingleton
in all code. - Select2 is enabled by default
v0.3.3.0-beta - 8/7/23
- Bug - SVG that holds symbols is taking up space on other tabs
- Bug - Typo when linking to Select2
v0.3.2-beta - 8/7/23
- Get rid of Remove Group on first group since you will never delete the first group
v0.3.1-beta - 8/7/23
- Bug fixes with disabled options
- Move Delete Group to same column as Delete Class
v0.3.0-beta - 8/7/23
- Gray out (disable) already used classes in the dropdown
- Add Select2 option
v0.2.0-beta - 8/7/23
- Settings page moved to Beaver Builder settings tab
v0.1.1-beta - 8/6/23
- Settings page saves to WP options
v0.1.0-beta - 8/6/23
- Initial commit