Version Description
Download this release
Release Info
Developer | britner |
Plugin | Starter Templates by Kadence WP |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
class-kadence-starter-templates.php
CHANGED
@@ -489,7 +489,7 @@ class Starter_Templates {
|
|
489 |
define( 'KADENCE_STARTER_TEMPLATES_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) );
|
490 |
}
|
491 |
if ( ! defined( 'KADENCE_STARTER_TEMPLATES_VERSION' ) ) {
|
492 |
-
define( 'KADENCE_STARTER_TEMPLATES_VERSION', '1.0.
|
493 |
}
|
494 |
}
|
495 |
/**
|
489 |
define( 'KADENCE_STARTER_TEMPLATES_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) );
|
490 |
}
|
491 |
if ( ! defined( 'KADENCE_STARTER_TEMPLATES_VERSION' ) ) {
|
492 |
+
define( 'KADENCE_STARTER_TEMPLATES_VERSION', '1.0.2' );
|
493 |
}
|
494 |
}
|
495 |
/**
|
kadence-starter-templates.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Plugin Name: Kadence Starter Templates
|
4 |
* Description: Choose the prebuilt website and click to import.
|
5 |
-
* Version: 1.0.
|
6 |
* Author: Kadence WP
|
7 |
* Author URI: https://kadencewp.com/
|
8 |
* License: GPLv2 or later
|
2 |
/**
|
3 |
* Plugin Name: Kadence Starter Templates
|
4 |
* Description: Choose the prebuilt website and click to import.
|
5 |
+
* Version: 1.0.2
|
6 |
* Author: Kadence WP
|
7 |
* Author URI: https://kadencewp.com/
|
8 |
* License: GPLv2 or later
|
languages/kadence-starter-templates.pot
CHANGED
@@ -5,7 +5,7 @@ msgid ""
|
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Kadence Starter Templates\n"
|
7 |
"Report-Msgid-Bugs-To: http://support.proteusthemes.com/\n"
|
8 |
-
"POT-Creation-Date: 2020-08-
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Kadence Starter Templates\n"
|
7 |
"Report-Msgid-Bugs-To: http://support.proteusthemes.com/\n"
|
8 |
+
"POT-Creation-Date: 2020-08-07 14:59-0600\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
readme.txt
CHANGED
@@ -3,16 +3,16 @@ Contributors: britner
|
|
3 |
Tags: templates, gutenberg
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.5.0
|
6 |
-
Stable tag: 1.0.
|
7 |
Requires PHP: 7.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
= BUILD
|
16 |
|
17 |
Create and customize professionally designed websites in minutes.
|
18 |
|
@@ -108,6 +108,9 @@ Absolutely not.
|
|
108 |
|
109 |
== Changelog ==
|
110 |
|
|
|
|
|
|
|
111 |
= 1.0.1 =
|
112 |
* Fix: Post Sanitize
|
113 |
|
3 |
Tags: templates, gutenberg
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.5.0
|
6 |
+
Stable tag: 1.0.2
|
7 |
Requires PHP: 7.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
Build a Beautiful "performance optimized" website with 3 mouse clicks.
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
= BUILD A BEAUTIFUL "PERFORMANCE OPTIMIZED" WEBSITE WITH 3 MOUSE CLICKS =
|
16 |
|
17 |
Create and customize professionally designed websites in minutes.
|
18 |
|
108 |
|
109 |
== Changelog ==
|
110 |
|
111 |
+
= 1.0.1 =
|
112 |
+
* Fix: Typo
|
113 |
+
|
114 |
= 1.0.1 =
|
115 |
* Fix: Post Sanitize
|
116 |
|