diff --git a/.llmsdevrc b/.llmsdevrc new file mode 100644 index 0000000..5b9bfd4 --- /dev/null +++ b/.llmsdevrc @@ -0,0 +1,19 @@ +{ + "readme": { + "title": "LifterLMS Labs", + "shortDescription": "A collection of experimental, conceptual, and possibly silly features which improve and enhance the functionality of the LifterLMS core.", + "meta": { + "Tags": "learning management system, LMS, membership, elearning, online courses, quizzes, sell courses, badges, gamification, learning, Lifter, LifterLMS", + "Requires at least": "5.3", + "Tested up to": "5.8", + "Requires PHP": "7.3" + }, + "changelog": { + "link": "https://make.lifterlms.com/tag/lifterlms-labs/" + }, + "sections": { + "Description": "file:./.wordpress-org/readme/description.md", + "Installation": "file:./.wordpress-org/readme/installation.md" + } + } +} diff --git a/.wordpress-org/readme.txt b/.wordpress-org/readme/description.md similarity index 63% rename from .wordpress-org/readme.txt rename to .wordpress-org/readme/description.md index 0f43edd..1e8c529 100644 --- a/.wordpress-org/readme.txt +++ b/.wordpress-org/readme/description.md @@ -1,17 +1,3 @@ -=== LifterLMS Labs === -Contributors: thomasplevy, chrisbadgett, kathy11, lifterlms, codeboxllc -Donate link: https://lifterlms.com -Tags: learning management system, LMS, membership, elearning, online courses, quizzes, sell courses, badges, gamification, learning, Lifter, LifterLMS -Requires at least: 4.7 -Tested up to: 5.3.2 -Stable tag: 1.5.3 -License: GPLv3 or later -License URI: http://www.gnu.org/licenses/gpl-3.0.html - -A collection of experimental, conceptual, and possibly silly features which improve and enhance the functionality of the LifterLMS core. - -== Description == - LifterLMS Labs is a collection of experimental, conceptual, and possibly silly features which improve and enhance the functionality of the LifterLMS core. We've created this free LifterLMS add-on in order to provide these optional features to the LifterLMS community which may or may not be useful to everyone. @@ -43,17 +29,3 @@ Customize the default colors of various LifterLMS elements. [Documentation and m **Super Sidebars** Very quickly configure LifterLMS sidebars to work with your theme. [Documentation and more information](https://lifterlms.com/docs/super-sidebars-lab?utm_source=readme&utm_campaign=lifterlmslabsplugin&utm_medium=product&utm_content=supersidebars). - -== Installation == - -1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly. -2. Activate the plugin through the 'Plugins' screen in WordPress -3. Use the LifterLMS -> Labs screen to activate and configure the labs you wish to use - -== Frequently Asked Questions == - -= Why are these labs not included in the LifterLMS Core? = - -Because not every LifterLMS user needs (or wants) the features in this plugin. - -//= include ../CHANGELOG.md diff --git a/.wordpress-org/readme/installation.md b/.wordpress-org/readme/installation.md new file mode 100644 index 0000000..f2d6f52 --- /dev/null +++ b/.wordpress-org/readme/installation.md @@ -0,0 +1,3 @@ +1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly. +2. Activate the plugin through the 'Plugins' screen in WordPress +3. Use the LifterLMS -> Labs screen to activate and configure the labs you wish to use