Version Description
- 2021-02-02 =
- Feature: Support for Elementor Landing Page templates
- Feature: Elementor compatibility check
Download this release
Release Info
Developer | dtbaker |
Plugin | Envato Elements – Template Kits (Beta) |
Version | 2.0.8 |
Comparing to | |
See all releases |
Code changes from version 2.0.7 to 2.0.8
- envato-elements.php +4 -2
- inc/api/class-template-kit-import.php +1 -0
- languages/envato-elements.pot +4 -4
- readme.txt +7 -3
envato-elements.php
CHANGED
@@ -4,9 +4,11 @@
|
|
4 |
* Description: Access beautifully designed Template Kits + Photos from Envato Elements.
|
5 |
* Author: Envato
|
6 |
* Author URI: https://elements.envato.com/extensions/wordpress/?utm_source=extensions&utm_medium=referral&utm_campaign=elements_extensions_wpplugins
|
7 |
-
* Version: 2.0.
|
8 |
* License: GPLv3 or later
|
9 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
|
|
|
|
10 |
*
|
11 |
* Text Domain: envato-elements
|
12 |
*
|
@@ -28,7 +30,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
28 |
}
|
29 |
|
30 |
define( 'ENVATO_ELEMENTS_SLUG', 'envato-elements' );
|
31 |
-
define( 'ENVATO_ELEMENTS_VER', '2.0.
|
32 |
define( 'ENVATO_ELEMENTS_FILE', __FILE__ );
|
33 |
define( 'ENVATO_ELEMENTS_DIR', plugin_dir_path( ENVATO_ELEMENTS_FILE ) );
|
34 |
define( 'ENVATO_ELEMENTS_URI', plugins_url( '/', ENVATO_ELEMENTS_FILE ) );
|
4 |
* Description: Access beautifully designed Template Kits + Photos from Envato Elements.
|
5 |
* Author: Envato
|
6 |
* Author URI: https://elements.envato.com/extensions/wordpress/?utm_source=extensions&utm_medium=referral&utm_campaign=elements_extensions_wpplugins
|
7 |
+
* Version: 2.0.8
|
8 |
* License: GPLv3 or later
|
9 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
+
* Elementor tested up to: 3.2.0
|
11 |
+
* Elementor Pro tested up to: 3.1.0
|
12 |
*
|
13 |
* Text Domain: envato-elements
|
14 |
*
|
30 |
}
|
31 |
|
32 |
define( 'ENVATO_ELEMENTS_SLUG', 'envato-elements' );
|
33 |
+
define( 'ENVATO_ELEMENTS_VER', '2.0.8' );
|
34 |
define( 'ENVATO_ELEMENTS_FILE', __FILE__ );
|
35 |
define( 'ENVATO_ELEMENTS_DIR', plugin_dir_path( ENVATO_ELEMENTS_FILE ) );
|
36 |
define( 'ENVATO_ELEMENTS_URI', plugins_url( '/', ENVATO_ELEMENTS_FILE ) );
|
inc/api/class-template-kit-import.php
CHANGED
@@ -80,6 +80,7 @@ class Template_Kit_Import extends API {
|
|
80 |
'single-post' => __( 'Single: Post', 'template-kit-export' ),
|
81 |
'single-product' => __( 'Single: Product', 'template-kit-export' ),
|
82 |
'single-404' => __( 'Single: 404', 'template-kit-export' ),
|
|
|
83 |
'archive-blog' => __( 'Archive: Blog', 'template-kit-export' ),
|
84 |
'archive-product' => __( 'Archive: Product', 'template-kit-export' ),
|
85 |
'archive-search' => __( 'Archive: Search', 'template-kit-export' ),
|
80 |
'single-post' => __( 'Single: Post', 'template-kit-export' ),
|
81 |
'single-product' => __( 'Single: Product', 'template-kit-export' ),
|
82 |
'single-404' => __( 'Single: 404', 'template-kit-export' ),
|
83 |
+
'landing-page' => __( 'Single: Landing Page', 'template-kit-export' ),
|
84 |
'archive-blog' => __( 'Archive: Blog', 'template-kit-export' ),
|
85 |
'archive-product' => __( 'Archive: Product', 'template-kit-export' ),
|
86 |
'archive-search' => __( 'Archive: Search', 'template-kit-export' ),
|
languages/envato-elements.pot
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the same license as the envato-elements package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
@@ -17,16 +17,16 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
|
19 |
#. translators: %s: PHP version
|
20 |
-
#: envato-elements.php:
|
21 |
msgid "Envato Elements requires PHP version %s+, plugin is currently NOT ACTIVE. Please contact the hosting provider. WordPress recommends version %s."
|
22 |
msgstr ""
|
23 |
|
24 |
-
#: envato-elements.php:
|
25 |
msgid "7.2 or above"
|
26 |
msgstr ""
|
27 |
|
28 |
#. translators: %s: WordPress version
|
29 |
-
#: envato-elements.php:
|
30 |
msgid "Envato Elements requires WordPress version %s+. Because you are using an earlier version, the plugin is currently NOT ACTIVE."
|
31 |
msgstr ""
|
32 |
|
1 |
+
# Copyright (C) 2021 envato-elements
|
2 |
# This file is distributed under the same license as the envato-elements package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
|
19 |
#. translators: %s: PHP version
|
20 |
+
#: envato-elements.php:78
|
21 |
msgid "Envato Elements requires PHP version %s+, plugin is currently NOT ACTIVE. Please contact the hosting provider. WordPress recommends version %s."
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: envato-elements.php:83
|
25 |
msgid "7.2 or above"
|
26 |
msgstr ""
|
27 |
|
28 |
#. translators: %s: WordPress version
|
29 |
+
#: envato-elements.php:102
|
30 |
msgid "Envato Elements requires WordPress version %s+. Because you are using an earlier version, the plugin is currently NOT ACTIVE."
|
31 |
msgstr ""
|
32 |
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: envato
|
3 |
Tags: elementor, elements, templates, template kit
|
4 |
Requires at least: 4.6
|
5 |
-
Tested up to: 5.
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -14,7 +14,7 @@ Access thousands of quality, free templates; plus royalty-free photos from Envat
|
|
14 |
|
15 |
Create professional WordPress websites faster than ever with the [Envato Elements WordPress plugin](https://elements.envato.com/extensions/wordpress/?utm_source=extensions&utm_medium=referral&utm_campaign=elements_extensions_wporg).
|
16 |
|
17 |
-
|
18 |
|
19 |
= Free Template Kits for Elementor =
|
20 |
Everyone has access to try thousands of free page and block templates to use within Elementor. All you need to do is browse, import, then customize
|
@@ -79,6 +79,10 @@ If you have any questions or feedback for the team, please send an email to exte
|
|
79 |
|
80 |
== Changelog ==
|
81 |
|
|
|
|
|
|
|
|
|
82 |
= 2.0.7 - 2020-11-09 =
|
83 |
* Fix: Reporting correct server limit status
|
84 |
* Fix: Bug where UI not updated if template kit is already imported allowing duplicate imports
|
2 |
Contributors: envato
|
3 |
Tags: elementor, elements, templates, template kit
|
4 |
Requires at least: 4.6
|
5 |
+
Tested up to: 5.6
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 2.0.8
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
14 |
|
15 |
Create professional WordPress websites faster than ever with the [Envato Elements WordPress plugin](https://elements.envato.com/extensions/wordpress/?utm_source=extensions&utm_medium=referral&utm_campaign=elements_extensions_wporg).
|
16 |
|
17 |
+
Browse and import Elementor Templates and premium stock photos without leaving WordPress.
|
18 |
|
19 |
= Free Template Kits for Elementor =
|
20 |
Everyone has access to try thousands of free page and block templates to use within Elementor. All you need to do is browse, import, then customize
|
79 |
|
80 |
== Changelog ==
|
81 |
|
82 |
+
= 2.0.8 - 2021-02-02 =
|
83 |
+
* Feature: Support for Elementor Landing Page templates
|
84 |
+
* Feature: Elementor compatibility check
|
85 |
+
|
86 |
= 2.0.7 - 2020-11-09 =
|
87 |
* Fix: Reporting correct server limit status
|
88 |
* Fix: Bug where UI not updated if template kit is already imported allowing duplicate imports
|