Skip to content

Releases: gocodebox/lifterlms-blocks

Version 1.7.0

08 Nov 23:45
Compare
Choose a tag to compare

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 of admin_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 from wp.blockEditor and fallback to wp.editor to maintain backwards compatibility.
  • Fall back to wp.editor for RichText import when wp.blockEditor is not found.
  • Import from wp.editor when wp.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

24 Oct 08:36
Compare
Choose a tag to compare

v1.6.0 - 2019-10-24

  • Feature: Added form field blocks for use on the Forms manager.
  • Feature: Add logic for logged_in and logged_out block visibility options.
  • Update: Added isDisabled property to Search component.
  • Update: Adjusted priority of render_block filter to 20.
  • Bug fix: Import InspectorControls from wp.blockEditor in favor of deprecated wp.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

14 Aug 23:36
Compare
Choose a tag to compare

v1.5.2 - 2019-08-14

  • Only enable REST for authenticated users with the lifterlms_instructor capability.

Version 1.5.1

17 May 20:04
Compare
Choose a tag to compare

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

16 May 19:24
Compare
Choose a tag to compare

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

13 May 19:49
Compare
Choose a tag to compare

v1.4.1 - 2019-05-13

  • Fixed double slashes in asset path of CSS and JS files, thanks @pondermatic!

Version 1.4.0

27 Apr 00:12
Compare
Choose a tag to compare

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

19 Mar 20:55
Compare
Choose a tag to compare

v1.3.8 - 2019-03-19

  • Explicitly import jQuery when used within blocks.

Version 1.3.7

27 Feb 21:16
Compare
Choose a tag to compare

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.

Version 1.3.6

25 Feb 23:00
Compare
Choose a tag to compare

v1.3.6 - 2019-02-22

  • Updated the editor icons to use the new LifterLMS Icon
  • Change method for Pricing Table block re-rendering to prevent an issue resulting it always appearing that the post has unsaved data.