Skip to content

Commit 12bc772

Browse files
committed
updated Tag
1 parent 2a38087 commit 12bc772

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Requires at least:** 4.4
55
**Requires PHP:** 5.3
66
**Tested up to:** 6.8
7-
**Stable tag:** 1.0.6
7+
**Stable tag:** 1.0.7
88
**License:** GPLv2 or later
99
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
1010

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

4343
## Changelog ##
4444

45+
### 1.0.7 ###
46+
- Fix: Updated Readme file.
47+
4548
### 1.0.6 ###
4649
- Fix: Updated broken link found inside editor.
4750

custom-template-learndash.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: https://pratikchaskar.com/
88
* Text Domain: custom-template-learndash
99
* Domain Path: /languages
10-
* Version: 1.0.6
10+
* Version: 1.0.7
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.6' );
28+
define( 'CTLEARNDASH_VER', '1.0.7' );
2929
define( 'CTLEARNDASH_FILE', __FILE__ );
3030
define( 'CTLEARNDASH_DIR', plugin_dir_path( __FILE__ ) );
3131
define( 'CTLEARNDASH_URL', plugins_url( '/', __FILE__ ) );

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-template-learndash",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"main": "Gruntfile.js",
55
"author": "YOUR NAME HERE",
66
"devDependencies": {

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: liftlms, course, page-buider, beaver builder, elementor, visual composer
44
Requires at least: 4.4
55
Requires PHP: 5.3
66
Tested up to: 6.8
7-
Stable tag: 1.0.6
7+
Stable tag: 1.0.7
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

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

4343
== Changelog ==
4444

45+
= 1.0.7 =
46+
- Fix: Updated Readme file.
47+
4548
= 1.0.6 =
4649
- Fix: Updated broken link found inside editor.
4750

0 commit comments

Comments
 (0)