| @@ -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 | * |