Skip to content

Commit

Permalink
Merge pull request #31 from brainstormforce/wp6.1
Browse files Browse the repository at this point in the history
WordPress 6.1 compatibility
  • Loading branch information
patilvikasj authored Nov 2, 2022
2 parents 780b57f + 0917e72 commit 7e907b1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Custom Template for LifterLMS #
**Contributors:** [brainstormforce](https://profiles.wordpress.org/brainstormforce/), [wpcrafter](https://profiles.wordpress.org/wpcrafter/)
**Contributors:** [pratikchaskar](https://profiles.wordpress.org/pratikchaskar/), [wpcrafter](https://profiles.wordpress.org/wpcrafter/)
**Donate link:** https://www.paypal.me/BrainstormForce
**Tags:** lifterlms, course, page-buider, beaver builder, elementor, visual composer
**Requires at least:** 4.4
**Requires PHP:** 5.3
**Tested up to:** 6.0
**Stable tag:** 1.0.4
**Tested up to:** 6.1
**Stable tag:** 1.0.5
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -33,6 +33,9 @@ This plugin currently works best with the <a href="https://wpastra.com/?utm_sour

## Changelog ##

### 1.0.5 ###
- Improvement: Added compatibility to WordPress 6.1

### 1.0.4 ###
- Fix: Code updated according to coding standard.

Expand Down
8 changes: 4 additions & 4 deletions custom-template-lifterlms.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
* Plugin Name: Custom Template for LifterLMS
* Plugin URI: https://github.com/brainstormforce/custom-template-lifterlms
* Description: This plugin will help you replace default LifterLMS course template for non-enrolled students with a custom template. You can design the custom template with any page builder of your choice.
* Author: brainstormforce
* Author URI: https://www.brainstormforce.com/
* Author: Pratik Chaskar
* Author URI: https://pratikchaskar.com/
* Text Domain: custom-template-lifterlms
* Domain Path: /languages
* Version: 1.0.4
* Version: 1.0.5
*
* @package Custom Template for LifterLMS
*/

define( 'CTLLMS_VER', '1.0.4' );
define( 'CTLLMS_VER', '1.0.5' );
define( 'CTLLMS_FILE', __FILE__ );
define( 'CTLLMS_DIR', plugin_dir_path( __FILE__ ) );
define( 'CTLLMS_URL', plugins_url( '/', __FILE__ ) );
Expand Down
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
=== Custom Template for LifterLMS ===
Contributors: brainstormforce, wpcrafter
Contributors: pratikchaskar, wpcrafter
Donate link: https://www.paypal.me/BrainstormForce
Tags: lifterlms, course, page-buider, beaver builder, elementor, visual composer
Requires at least: 4.4
Requires PHP: 5.3
Tested up to: 6.0
Stable tag: 1.0.4
Tested up to: 6.1
Stable tag: 1.0.5
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -33,6 +33,9 @@ This plugin currently works best with the <a href="https://wpastra.com/?utm_sour

== Changelog ==

= 1.0.5 =
- Improvement: Added compatibility to WordPress 6.1

= 1.0.4 =
- Fix: Code updated according to coding standard.

Expand Down

0 comments on commit 7e907b1

Please sign in to comment.