Skip to content

Commit d844b36

Browse files
authored
Merge pull request #56 from brainstormforce/wp6.1
WordPress 6.1 compatibility
2 parents efd1393 + b2b453b commit d844b36

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Custom Template for LearnDash #
2-
**Contributors:** [brainstormforce](https://profiles.wordpress.org/brainstormforce/), [wpcrafter](https://profiles.wordpress.org/wpcrafter/)
3-
**Donate link:** https://www.paypal.me/BrainstormForce
2+
**Contributors:** [pratikchaskar](https://profiles.wordpress.org/pratikchaskar/), [wpcrafter](https://profiles.wordpress.org/wpcrafter/)
43
**Tags:** liftlms, course, page-buider, beaver builder, elementor, visual composer
54
**Requires at least:** 4.4
65
**Requires PHP:** 5.3
7-
**Tested up to:** 6.0
8-
**Stable tag:** 1.0.4
6+
**Tested up to:** 6.1
7+
**Stable tag:** 1.0.5
98
**License:** GPLv2 or later
109
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
1110

@@ -43,6 +42,9 @@ This plugin currently works best with the <a href="https://wpastra.com/?utm_sour
4342

4443
## Changelog ##
4544

45+
### 1.0.5 ###
46+
- Improvement: Added compatibility to WordPress 6.1
47+
4648
### 1.0.4 ###
4749
- Fix: Version number updated.
4850

custom-template-learndash.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* Plugin Name: Custom Template for LearnDash
44
* Plugin URI: https://github.com/brainstormforce/custom-template-learndash
55
* Description: This plugin will help you replace default LearnDash course template for non-enrolled students with a custom template. You can design the custom template with any page builder of your choice.
6-
* Author: Brainstorm Force
7-
* Author URI: https://www.brainstormforce.com/
6+
* Author: Pratik Chaskar
7+
* Author URI: https://pratikchaskar.com/
88
* Text Domain: custom-template-learndash
99
* Domain Path: /languages
10-
* Version: 1.0.4
10+
* Version: 1.0.5
1111
*
1212
* @package Custom Template for LearnDash
1313
*/
@@ -25,7 +25,7 @@ function ctlearndash_activation() {
2525
add_option( 'ctlearndash_activation', 'is-activated' );
2626
}
2727

28-
define( 'CTLEARNDASH_VER', '1.0.4' );
28+
define( 'CTLEARNDASH_VER', '1.0.5' );
2929
define( 'CTLEARNDASH_FILE', __FILE__ );
3030
define( 'CTLEARNDASH_DIR', plugin_dir_path( __FILE__ ) );
3131
define( 'CTLEARNDASH_URL', plugins_url( '/', __FILE__ ) );

readme.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
=== Custom Template for LearnDash ===
2-
Contributors: brainstormforce, wpcrafter
3-
Donate link: https://www.paypal.me/BrainstormForce
2+
Contributors: pratikchaskar, wpcrafter
43
Tags: liftlms, course, page-buider, beaver builder, elementor, visual composer
54
Requires at least: 4.4
65
Requires PHP: 5.3
7-
Tested up to: 6.0
8-
Stable tag: 1.0.4
6+
Tested up to: 6.1
7+
Stable tag: 1.0.5
98
License: GPLv2 or later
109
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1110

@@ -43,6 +42,9 @@ This plugin currently works best with the <a href="https://wpastra.com/?utm_sour
4342

4443
== Changelog ==
4544

45+
= 1.0.5 =
46+
- Improvement: Added compatibility to WordPress 6.1
47+
4648
= 1.0.4 =
4749
- Fix: Version number updated.
4850

0 commit comments

Comments
 (0)