Plugin Directory

Changeset 2467677


Ignore:
Timestamp:
02/03/2021 07:02:22 AM (5 years ago)
Author:
dtbaker
Message:

Uploading version 2.0.8

Location:
envato-elements/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • envato-elements/trunk/envato-elements.php

    r2414975 r2467677  
    55 * Author: Envato
    66 * Author URI: https://elements.envato.com/extensions/wordpress/?utm_source=extensions&utm_medium=referral&utm_campaign=elements_extensions_wpplugins
    7  * Version: 2.0.7
     7 * Version: 2.0.8
    88 * License: GPLv3 or later
    99 * 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
    1012 *
    1113 * Text Domain: envato-elements
     
    2931
    3032define( 'ENVATO_ELEMENTS_SLUG', 'envato-elements' );
    31 define( 'ENVATO_ELEMENTS_VER', '2.0.7' );
     33define( 'ENVATO_ELEMENTS_VER', '2.0.8' );
    3234define( 'ENVATO_ELEMENTS_FILE', __FILE__ );
    3335define( 'ENVATO_ELEMENTS_DIR', plugin_dir_path( ENVATO_ELEMENTS_FILE ) );
  • envato-elements/trunk/inc/api/class-template-kit-import.php

    r2414975 r2467677  
    8181            'single-product'      => __( 'Single: Product', 'template-kit-export' ),
    8282            'single-404'          => __( 'Single: 404', 'template-kit-export' ),
     83            'landing-page'        => __( 'Single: Landing Page', 'template-kit-export' ),
    8384            'archive-blog'        => __( 'Archive: Blog', 'template-kit-export' ),
    8485            'archive-product'     => __( 'Archive: Product', 'template-kit-export' ),
  • envato-elements/trunk/languages/envato-elements.pot

    r2307526 r2467677  
    1 # Copyright (C) 2020 envato-elements
     1# Copyright (C) 2021 envato-elements
    22# This file is distributed under the same license as the envato-elements package.
    33msgid ""
     
    1818
    1919#. translators: %s: PHP version
    20 #: envato-elements.php:76
     20#: envato-elements.php:78
    2121msgid "Envato Elements requires PHP version %s+, plugin is currently NOT ACTIVE. Please contact the hosting provider. WordPress recommends version %s."
    2222msgstr ""
    2323
    24 #: envato-elements.php:81
     24#: envato-elements.php:83
    2525msgid "7.2 or above"
    2626msgstr ""
    2727
    2828#. translators: %s: WordPress version
    29 #: envato-elements.php:100
     29#: envato-elements.php:102
    3030msgid "Envato Elements requires WordPress version %s+. Because you are using an earlier version, the plugin is currently NOT ACTIVE."
    3131msgstr ""
  • envato-elements/trunk/readme.txt

    r2414975 r2467677  
    33Tags: elementor, elements, templates, template kit
    44Requires at least: 4.6
    5 Tested up to: 5.5
     5Tested up to: 5.6
    66Requires PHP: 5.6
    7 Stable tag: 2.0.7
     7Stable tag: 2.0.8
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    7979
    8080== Changelog ==
     81
     82= 2.0.8 - 2021-02-02 =
     83* Feature: Support for Elementor Landing Page templates
     84* Feature: Elementor compatibility check
    8185
    8286= 2.0.7 - 2020-11-09 =
Note: See TracChangeset for help on using the changeset viewer.