Skip to content

Commit 22301a6

Browse files
authored
Merge pull request #68 from brainstormforce/EPS-1431-author-name-instances-changes
Removed BSF instances as Author
2 parents 0c45d06 + 12bc772 commit 22301a6

File tree

7 files changed

+18
-12
lines changed

7 files changed

+18
-12
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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "brainstormforce/custom-template-learndash",
2+
"name": "pratikchaskar/custom-template-learndash",
33
"description": "Custom Template Learndash in Astra Theme",
44
"require-dev": {
55
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",

custom-template-learndash.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22
/**
33
* Plugin Name: Custom Template for LearnDash
4-
* Plugin URI: https://github.com/brainstormforce/custom-template-learndash
4+
* Plugin URI: https://github.com/pratikchaskar/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.
66
* Author: Pratik Chaskar
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__ ) );

languages/custom-template-learndash.pot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2018 brainstormforce
1+
# Copyright (C) 2018 pratikchaskar
22
# This file is distributed under the same license as the Custom Template for LearnDash package.
33
msgid ""
44
msgstr ""
@@ -142,7 +142,7 @@ msgid "Custom Template for LearnDash"
142142
msgstr ""
143143

144144
#. Plugin URI of the plugin/theme
145-
msgid "https://github.com/brainstormforce/custom-template-learndash"
145+
msgid "https://github.com/pratikchaskar/custom-template-learndash"
146146
msgstr ""
147147

148148
#. Description of the plugin/theme
@@ -153,11 +153,11 @@ msgid ""
153153
msgstr ""
154154

155155
#. Author of the plugin/theme
156-
msgid "brainstormforce"
156+
msgid "pratikchaskar"
157157
msgstr ""
158158

159159
#. Author URI of the plugin/theme
160-
msgid "https://www.brainstormforce.com/"
160+
msgid "https://www.pratikchaskar.com/"
161161
msgstr ""
162162

163163
#: admin/class-ctlearndash-admin.php:230

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)