Changeset 2600147
- Timestamp:
- 09/16/2021 06:51:02 PM (5 years ago)
- Location:
- themeshark-elementor/trunk
- Files:
-
- 3 edited
-
assets/js/ts-functions.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
themeshark-elementor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
themeshark-elementor/trunk/assets/js/ts-functions.js
r2600111 r2600147 195 195 196 196 isJsonString: function (str) { 197 if (typeof str !== 'string') return false 197 198 try { 198 199 JSON.parse(str); -
themeshark-elementor/trunk/readme.txt
r2600111 r2600147 74 74 == Changelog == 75 75 76 = 1.1.6 - 2021-09-16 = 77 * Minor fixes & improvements 78 76 79 = 1.1.5 - 2021-09-14 = 77 80 * Additional general security measures -
themeshark-elementor/trunk/themeshark-elementor.php
r2600111 r2600147 4 4 * Plugin Name: ThemeShark Templates & Widgets for Elementor 5 5 * 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.com6 * Plugin URI: https://wordpress.org/plugins/themeshark-elementor/ 7 7 * Author: ThemeShark 8 * Version: 1.1.5 8 * Author URI: https://themeshark.com 9 * Version: 1.1.6 9 10 * Text Domain: themeshark-elementor 10 11 * License: GPL3 … … 32 33 final class Themeshark_Elementor 33 34 { 34 const VERSION = '1.1. 5';35 const VERSION = '1.1.6'; 35 36 const MINIMUM_ELEMENTOR_VERSION = '3.2.0'; 36 37 const MINIMUM_PHP_VERSION = '7.0';
Note: See TracChangeset
for help on using the changeset viewer.