Skip to content

Commit

Permalink
Merge pull request #3 from brainstormforce/version-1.0.1
Browse files Browse the repository at this point in the history
Version bump v1.0.1
  • Loading branch information
Nikschavan authored Mar 6, 2018
2 parents ec8315c + 8a424a3 commit d86ff6c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ This plugin currently works best with the <a href="https://wpastra.com/?utm_sour

## Changelog ##

### 1.0.1 ###
- Correctly hide the content added by learndash when custom template is used.

### 1.0.0 ###
* Initial Release
- Initial Release
4 changes: 2 additions & 2 deletions custom-template-learndash.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
* Author URI: https://www.brainstormforce.com/
* Text Domain: custom-template-learndash
* Domain Path: /languages
* Version: 1.0.0
* Version: 1.0.1
*
* @package Custom Template for LearnDash
*/

define( 'CTLEARNDASH_VER', '1.0.0' );
define( 'CTLEARNDASH_VER', '1.0.1' );
define( 'CTLEARNDASH_FILE', __FILE__ );
define( 'CTLEARNDASH_DIR', plugin_dir_path( __FILE__ ) );
define( 'CTLEARNDASH_URL', plugins_url( '/', __FILE__ ) );
Expand Down
4 changes: 2 additions & 2 deletions languages/custom-template-learndash.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# This file is distributed under the same license as the Custom Template for LearnDash package.
msgid ""
msgstr ""
"Project-Id-Version: Custom Template for LearnDash 1.0.0\n"
"Project-Id-Version: Custom Template for LearnDash 1.0.1\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/custom-template-learndash\n"
"POT-Creation-Date: 2018-03-05 10:11:41+00:00\n"
"POT-Creation-Date: 2018-03-06 11:47:32+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-template-learndash",
"version": "1.0.0",
"version": "1.0.1",
"main": "Gruntfile.js",
"author": "YOUR NAME HERE",
"devDependencies": {
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ This plugin currently works best with the <a href="https://wpastra.com/?utm_sour

== Changelog ==

= 1.0.1 =
- Correctly hide the content added by learndash when custom template is used.

= 1.0.0 =
* Initial Release
- Initial Release

0 comments on commit d86ff6c

Please sign in to comment.