Skip to content

Commit a986379

Browse files
committed
Deploy v2.2.0 [ci skip]
1 parent dc963e4 commit a986379

File tree

179 files changed

+39
-61480
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+39
-61480
lines changed

.editorconfig

-24
This file was deleted.

.eslintignore

-9
This file was deleted.

.eslintrc.js

-15
This file was deleted.

.github/ISSUE_TEMPLATE/Bug_Report.md

-56
This file was deleted.

.github/ISSUE_TEMPLATE/Feature_Request.md

-14
This file was deleted.

.github/ISSUE_TEMPLATE/Question.md

-15
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

-28
This file was deleted.

.github/workflows/codeql-analysis.yml

-40
This file was deleted.

.github/workflows/ossar-analysis.yml

-44
This file was deleted.

.github/workflows/shiftleft-analysis.yml

-30
This file was deleted.

.gitignore

-6
This file was deleted.

.llmsenv

-2
This file was deleted.

.travis.yml

-12
This file was deleted.

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
LifterLMS Blocks Changelog
22
==========================
33

4+
v2.2.0 - 2021-07-19
5+
-------------------
6+
7+
##### Updates
8+
9+
+ **Increases minimum WordPress Core version requirement to version 5.4!**.
10+
+ Tested and compatible with WordPress core 5.8
11+
+ Don't load block editor assets on the "blockified" widgets screen.
12+
+ Remove timeouts and subscription debouncing used by blocks watcher which handles the `llms/user-info-fields` redux store.
13+
+ Stop debouncing the blocks watcher.
14+
15+
##### Bug fixes
16+
17+
+ 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.
18+
+ Don't define the `match` attribute during creation of a user password block.
19+
20+
421
v2.1.1 - 2021-07-08
522
-------------------
623

README.md

-48
This file was deleted.

assets/js/llms-blocks.asset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('jquery', 'lodash', 'react', 'react-dom', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-rich-text', 'wp-server-side-render', 'wp-url'), 'version' => '7da9cd4b25b86379776362117f69a32c');
1+
<?php return array('dependencies' => array('jquery', 'lodash', 'react', 'react-dom', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-rich-text', 'wp-server-side-render', 'wp-url'), 'version' => '0773d67df4d1030cde2039d836bef065');

assets/js/llms-blocks.js

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)