Changeset 2467677
- Timestamp:
- 02/03/2021 07:02:22 AM (5 years ago)
- Location:
- envato-elements/trunk
- Files:
-
- 4 edited
-
envato-elements.php (modified) (2 diffs)
-
inc/api/class-template-kit-import.php (modified) (1 diff)
-
languages/envato-elements.pot (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
envato-elements/trunk/envato-elements.php
r2414975 r2467677 5 5 * Author: Envato 6 6 * Author URI: https://elements.envato.com/extensions/wordpress/?utm_source=extensions&utm_medium=referral&utm_campaign=elements_extensions_wpplugins 7 * Version: 2.0. 77 * Version: 2.0.8 8 8 * License: GPLv3 or later 9 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 10 12 * 11 13 * Text Domain: envato-elements … … 29 31 30 32 define( 'ENVATO_ELEMENTS_SLUG', 'envato-elements' ); 31 define( 'ENVATO_ELEMENTS_VER', '2.0. 7' );33 define( 'ENVATO_ELEMENTS_VER', '2.0.8' ); 32 34 define( 'ENVATO_ELEMENTS_FILE', __FILE__ ); 33 35 define( 'ENVATO_ELEMENTS_DIR', plugin_dir_path( ENVATO_ELEMENTS_FILE ) ); -
envato-elements/trunk/inc/api/class-template-kit-import.php
r2414975 r2467677 81 81 'single-product' => __( 'Single: Product', 'template-kit-export' ), 82 82 'single-404' => __( 'Single: 404', 'template-kit-export' ), 83 'landing-page' => __( 'Single: Landing Page', 'template-kit-export' ), 83 84 'archive-blog' => __( 'Archive: Blog', 'template-kit-export' ), 84 85 'archive-product' => __( 'Archive: Product', 'template-kit-export' ), -
envato-elements/trunk/languages/envato-elements.pot
r2307526 r2467677 1 # Copyright (C) 202 0envato-elements1 # Copyright (C) 2021 envato-elements 2 2 # This file is distributed under the same license as the envato-elements package. 3 3 msgid "" … … 18 18 19 19 #. translators: %s: PHP version 20 #: envato-elements.php:7 620 #: envato-elements.php:78 21 21 msgid "Envato Elements requires PHP version %s+, plugin is currently NOT ACTIVE. Please contact the hosting provider. WordPress recommends version %s." 22 22 msgstr "" 23 23 24 #: envato-elements.php:8 124 #: envato-elements.php:83 25 25 msgid "7.2 or above" 26 26 msgstr "" 27 27 28 28 #. translators: %s: WordPress version 29 #: envato-elements.php:10 029 #: envato-elements.php:102 30 30 msgid "Envato Elements requires WordPress version %s+. Because you are using an earlier version, the plugin is currently NOT ACTIVE." 31 31 msgstr "" -
envato-elements/trunk/readme.txt
r2414975 r2467677 3 3 Tags: elementor, elements, templates, template kit 4 4 Requires at least: 4.6 5 Tested up to: 5. 55 Tested up to: 5.6 6 6 Requires PHP: 5.6 7 Stable tag: 2.0. 77 Stable tag: 2.0.8 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 79 79 80 80 == Changelog == 81 82 = 2.0.8 - 2021-02-02 = 83 * Feature: Support for Elementor Landing Page templates 84 * Feature: Elementor compatibility check 81 85 82 86 = 2.0.7 - 2020-11-09 =
Note: See TracChangeset
for help on using the changeset viewer.