PluginProbe
UiCore Elements – Free widgets and templates for Elementor / 1.3.17
UiCore Elements – Free widgets and templates for Elementor v1.3.17
1.3.17 1.3.16 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 All 41 releases
← All changes | plugin.php +3 -3 1.3.161.3.17 View file →
@@ -2,9 +2,9 @@
2 2 /*
3 3 Plugin Name: UiCore Elements
4 4 Plugin URI: https://elements.uicore.co
5 5 Description: Free widgets and templates for Elementor
6 -Version: 1.3.16
6 +Version: 1.3.17
7 7 Author: UiCore
8 8 Author URI: https://uicore.co
9 9 License: GPL3
10 10 Text Domain: uicore-elements
@@ -9,9 +9,9 @@
9 9 License: GPL3
10 10 Text Domain: uicore-elements
11 11 Domain Path: /languages
12 12 * Elementor requires at least: 3.19.2
13 - * Elementor tested up to: 4.2.0
13 + * Elementor tested up to: 4.2.4
14 14 */
15 15
16 16 namespace UiCoreElements;
17 17
@@ -30,9 +30,9 @@
30 30 * Plugin version
31 31 *
32 32 * @var string
33 33 */
34 - public $version = '1.3.16';
34 + public $version = '1.3.17';
35 35
36 36 /**
37 37 * Holds various class instances
38 38 *