Skip to content

Commit d86ff6c

Browse files
authored
Merge pull request #3 from brainstormforce/version-1.0.1
Version bump v1.0.1
2 parents ec8315c + 8a424a3 commit d86ff6c

5 files changed

Lines changed: 13 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@ This plugin currently works best with the <a href="https://wpastra.com/?utm_sour
3333

3434
## Changelog ##
3535

36+
### 1.0.1 ###
37+
- Correctly hide the content added by learndash when custom template is used.
38+
3639
### 1.0.0 ###
37-
* Initial Release
40+
- Initial Release

custom-template-learndash.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
* Author URI: https://www.brainstormforce.com/
88
* Text Domain: custom-template-learndash
99
* Domain Path: /languages
10-
* Version: 1.0.0
10+
* Version: 1.0.1
1111
*
1212
* @package Custom Template for LearnDash
1313
*/
1414

15-
define( 'CTLEARNDASH_VER', '1.0.0' );
15+
define( 'CTLEARNDASH_VER', '1.0.1' );
1616
define( 'CTLEARNDASH_FILE', __FILE__ );
1717
define( 'CTLEARNDASH_DIR', plugin_dir_path( __FILE__ ) );
1818
define( 'CTLEARNDASH_URL', plugins_url( '/', __FILE__ ) );

languages/custom-template-learndash.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# This file is distributed under the same license as the Custom Template for LearnDash package.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Custom Template for LearnDash 1.0.0\n"
5+
"Project-Id-Version: Custom Template for LearnDash 1.0.1\n"
66
"Report-Msgid-Bugs-To: "
77
"https://wordpress.org/support/plugin/custom-template-learndash\n"
8-
"POT-Creation-Date: 2018-03-05 10:11:41+00:00\n"
8+
"POT-Creation-Date: 2018-03-06 11:47:32+00:00\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=utf-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"

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.0",
3+
"version": "1.0.1",
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
@@ -33,5 +33,8 @@ This plugin currently works best with the <a href="https://wpastra.com/?utm_sour
3333

3434
== Changelog ==
3535

36+
= 1.0.1 =
37+
- Correctly hide the content added by learndash when custom template is used.
38+
3639
= 1.0.0 =
37-
* Initial Release
40+
- Initial Release

0 commit comments

Comments
 (0)