Skip to content

Commit

Permalink
Merge pull request #43 from brainstormforce/version-update
Browse files Browse the repository at this point in the history
Version number updated 1.0.4
  • Loading branch information
premanshup authored Jan 28, 2022
2 parents b955d21 + 0db526c commit cf01ba1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Requires at least:** 4.4
**Requires PHP:** 5.3
**Tested up to:** 5.9
**Stable tag:** 1.0.3
**Stable tag:** 1.0.4
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html

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

## Changelog ##

### 1.0.4 ###
- Fix: Version number updated.

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

Expand Down
4 changes: 2 additions & 2 deletions custom-template-learndash.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://www.brainstormforce.com/
* Text Domain: custom-template-learndash
* Domain Path: /languages
* Version: 1.0.2
* Version: 1.0.4
*
* @package Custom Template for LearnDash
*/
Expand All @@ -25,7 +25,7 @@ function ctlearndash_activation() {
add_option( 'ctlearndash_activation', 'is-activated' );
}

define( 'CTLEARNDASH_VER', '1.0.3' );
define( 'CTLEARNDASH_VER', '1.0.4' );
define( 'CTLEARNDASH_FILE', __FILE__ );
define( 'CTLEARNDASH_DIR', plugin_dir_path( __FILE__ ) );
define( 'CTLEARNDASH_URL', plugins_url( '/', __FILE__ ) );
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: liftlms, course, page-buider, beaver builder, elementor, visual composer
Requires at least: 4.4
Requires PHP: 5.3
Tested up to: 5.9
Stable tag: 1.0.3
Stable tag: 1.0.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.0.4 =
- Fix: Version number updated.

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

Expand Down

0 comments on commit cf01ba1

Please sign in to comment.