Releases: gocodebox/lifterlms-blocks
Releases · gocodebox/lifterlms-blocks
Version 1.7.1
v1.7.1 - 2019-12-05
- Bug fix: Fixed a WordPress 5.3 issues with JSON data affecting the ability to save course/membership instructors.
- Update: Added filter,
llms_block_supports_visibility
to allow modification of the return of the check. - Update: Disabled block visibility on registration & account forms to prevent a potentially confusing form creation experience.
- Update: Added block editor rendering for password type fields.
Version 1.7.0
v1.7.0 - 2019-11-08
Updates
- Membership post types can now use the LifterLMS Pricing Table block.
- Membership post types are automatically migrated to the block editor (use the pricing table block instead of the pricing table action).
- Added a block editor template for the Membership post type.
- The block 'llms/form-field-redeem-voucher' is now only available on registration forms.
Bug Fixes
- Backwards compatibility fixes for WP Core 5.2 and earlier.
- Perform post migrations on
current_screen
instead ofadmin_enqueue_scripts
. - Fix an issue causing "No HTML Returned" to be displayed in place of the Lesson Progression block on free lessons when viewed by a logged-out user.
- Import
InspectorControls
fromwp.blockEditor
and fallback towp.editor
to maintain backwards compatibility. - Fall back to
wp.editor
forRichText
import whenwp.blockEditor
is not found. - Import from
wp.editor
whenwp.blockEditor
is not available. - Return early during renders on WP Core 5.2 and earlier where the
PluginDocumentSettingPanel
doesn't exist.
Version 1.6.0
v1.6.0 - 2019-10-24
- Feature: Added form field blocks for use on the Forms manager.
- Feature: Add logic for
logged_in
andlogged_out
block visibility options. - Update: Added isDisabled property to Search component.
- Update: Adjusted priority of
render_block
filter to 20. - Bug fix: Import
InspectorControls
fromwp.blockEditor
in favor of deprecatedwp.editor
- Bug fix: Automatically store course/membership instructor with
post_author
data when the post is created. - Bug fix: Pass style rules as camelCase.
Version 1.5.2
v1.5.2 - 2019-08-14
- Only enable REST for authenticated users with the
lifterlms_instructor
capability.
Version 1.5.1
v1.5.1 - 2019-05-17
- Only register block visibility settings on static blocks. Fixes an issue causing core (or 3rd party) dynamic blocks from being managed within the block editor.
Version 1.5.0
v1.5.0 - 2019-05-16
- All blocks are now registered only for post types where they can actually be used.
Version 1.4.1
v1.4.1 - 2019-05-13
- Fixed double slashes in asset path of CSS and JS files, thanks @pondermatic!
Version 1.4.0
v1.4.0 - 2019-04-26
- Added an "unmigration" utility to LifterLMS -> Status -> Tools & Utilities which can be used to remove LifterLMS blocks from courses and lessons which were migrated to the block editor structure. This tool is only available when the Classic Editor plugin is installed and enabled and it will remove blocks from ALL courses and lessons regardless of whether or not the block editor is being utilized on that post.
Version 1.3.8
v1.3.8 - 2019-03-19
- Explicitly import jQuery when used within blocks.
Version 1.3.7
v1.3.7 - 2019-02-27
- Fixed an issue preventing "Pricing Table" blocks from displaying on the admin panel when the current user was enrolled in the course or no payment gateways were enabled on the site.