Skip to content

Commit

Permalink
Merge branch 'dev' into fix/i18n-dashboard-language-and-slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhogg authored Feb 16, 2024
2 parents 6b927cf + 7753629 commit 8626a74
Show file tree
Hide file tree
Showing 71 changed files with 246 additions and 2,024 deletions.
3 changes: 0 additions & 3 deletions .changelogs/add-aircraft-thumb.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelogs/fix_quiz_error_handling.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelogs/fix_reviews.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .changelogs/rest-1.0.0.yml

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
LifterLMS Changelog
===================

v7.5.2 - 2024-02-16
-------------------

##### Updates and Enhancements

+ Added product images for Aircraft and Memberlite.
+ Updates LifterLMS Rest to [v1.0.0](https://make.lifterlms.com/2024/01/22/lifterlms-rest-api-version-1-0-0/).

##### Bug Fixes

+ Adds error handling when taking a quiz in case of temporary server error or internet issue.

##### Security Fixes

+ Reviews handler now checks nonces and user limits. Thanks, Francesco Carlucci at Wordfence.

##### Updated Templates

+ [templates/emails/footer.php](https://github.com/gocodebox/lifterlms/blob/7.5.2/templates/emails/footer.php)


v7.5.1 - 2024-01-24
-------------------

Expand Down
2 changes: 1 addition & 1 deletion assets/js/llms-admin-addons.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jquery', 'wp-i18n', 'wp-polyfill'), 'version' => 'c40a998b308a098a86fa');
<?php return array('dependencies' => array('jquery', 'wp-i18n', 'wp-polyfill'), 'version' => '4cc6924959219ec66721');
4 changes: 2 additions & 2 deletions assets/js/llms-admin-addons.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/llms-admin-award-certificate.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('llms-components', 'llms-utils', 'wp-components', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => 'ee1d01791767e3200592');
<?php return array('dependencies' => array('llms-components', 'llms-utils', 'wp-components', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => '422e3e8089432a2ff721');
2 changes: 1 addition & 1 deletion assets/js/llms-admin-award-certificate.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/llms-admin-certificate-editor.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('llms-components', 'llms-icons', 'llms-utils', 'react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', '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-url'), 'version' => '508e70a98acc650c04bc');
<?php return array('dependencies' => array('llms-components', 'llms-icons', 'llms-utils', 'react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', '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-url'), 'version' => '60767b838123827faba1');
6 changes: 3 additions & 3 deletions assets/js/llms-admin-certificate-editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/llms-components.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => '49c9ba89c39f92930703');
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => '464fe9fba4695f2489fc');
4 changes: 2 additions & 2 deletions assets/js/llms-components.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/llms-icons.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-element', 'wp-polyfill', 'wp-primitives'), 'version' => 'f1d3771f4f5321a592cb');
<?php return array('dependencies' => array('wp-element', 'wp-polyfill', 'wp-primitives'), 'version' => '310db75371592a3a41ad');
2 changes: 1 addition & 1 deletion assets/js/llms-icons.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/llms-quill-wordcount.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-polyfill'), 'version' => 'bd12f5021e591cbfde2d');
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '16fa5ed33ce84c945b96');
Loading

0 comments on commit 8626a74

Please sign in to comment.