Releases: gocodebox/lifterlms-blocks
Releases · gocodebox/lifterlms-blocks
Version 2.4.3
v2.4.3 - 2022-06-09
Bug Fixes
- Fixed an issue that prevented editing form confirmation fields when running WordPress 6.0. #170
- Fixed field columns sizing in the block editor.
Version 2.4.2
v2.4.2 - 2022-04-07
Bug Fixes
- Fixed issue where the User Login form field was shown to logged-in users. gocodebox/lifterlms#2071
Version 2.4.1
v2.4.1 - 2022-03-30
Bug Fixes
- Fixed issue when adding two custom fields of the same type resulting in the first changing its usermeta key. #160
Version 2.4.0
v2.4.0 - 2022-02-25
Updates and Enhancements
- Components added to
window.llms.components
are now aware of components added to the object from other sources.
Bug Fixes
- Fixed access to non-existing variable when current user tries to edit course/membership instructors without proper permissions. #140
Version 2.3.2
v2.3.2 - 2022-02-22
Updates and Enhancements
- Added an option to specify a custom checkout form title for free access plans.
Version 2.3.1
v2.3.1 - 2022-01-26
Updates and Enhancements
- Resolved PHP 8.1 deprecation warnings.
Version 2.3.0
v2.3.0 - 2022-01-25
New Features
- Added the llms/php-template block, used by the Site Editor to load php templates.
Updates and Enhancements
- Adds support for WordPress 5.9.
- The minimum required WordPress version is now 5.5.
Version 2.2.1
v2.2.1 - 2021-09-29
- Bugfix: Fixed deprecated filter warning encountered when using certain development versions of the WordPress core.
Version 2.2.0
v2.2.0 - 2021-07-19
Updates
- Increases minimum WordPress Core version requirement to version 5.4!.
- Tested and compatible with WordPress core 5.8
- Don't load block editor assets on the "blockified" widgets screen.
- Remove timeouts and subscription debouncing used by blocks watcher which handles the
llms/user-info-fields
redux store. - Stop debouncing the blocks watcher.
Bug fixes
- Confirm group blocks now configure the block's id, name, and match attributes instead of being configured in the block render via the
blocks/form-fields/group-data
module. - Don't define the
match
attribute during creation of a user password block.
Version 2.1.1
v2.1.1 - 2021-07-08
- Fixed issue causing visibility controls to display for blocks which have no visibility attributes defined.