Plugin Directory

Changeset 2600147


Ignore:
Timestamp:
09/16/2021 06:51:02 PM (5 years ago)
Author:
themeshark
Message:

Minor Fixes - Template import improvements

Location:
themeshark-elementor/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • themeshark-elementor/trunk/assets/js/ts-functions.js

    r2600111 r2600147  
    195195
    196196    isJsonString: function (str) {
     197        if (typeof str !== 'string') return false
    197198        try {
    198199            JSON.parse(str);
  • themeshark-elementor/trunk/readme.txt

    r2600111 r2600147  
    7474== Changelog ==
    7575
     76= 1.1.6 - 2021-09-16 =
     77* Minor fixes & improvements
     78
    7679= 1.1.5 - 2021-09-14 =
    7780* Additional general security measures
  • themeshark-elementor/trunk/themeshark-elementor.php

    r2600111 r2600147  
    44 * Plugin Name: ThemeShark Templates & Widgets for Elementor
    55 * Description: Access 150+ pre-made Elementor templates and use custom widgets to take your website to the next level. Animations, Amazing Designs, & All you need.
    6  * Plugin URI: https://themeshark.com
     6 * Plugin URI: https://wordpress.org/plugins/themeshark-elementor/
    77 * Author: ThemeShark
    8  * Version: 1.1.5
     8 * Author URI: https://themeshark.com
     9 * Version: 1.1.6
    910 * Text Domain: themeshark-elementor
    1011 * License: GPL3
     
    3233final class Themeshark_Elementor
    3334{
    34     const VERSION                   = '1.1.5';
     35    const VERSION                   = '1.1.6';
    3536    const MINIMUM_ELEMENTOR_VERSION = '3.2.0';
    3637    const MINIMUM_PHP_VERSION       = '7.0';
Note: See TracChangeset for help on using the changeset viewer.