PluginProbe
Superb Addons: Blocks, Patterns, Pre-built Pages, Sliders, Popups, Free Forms, Animations & More / 3.2.7
Superb Addons: Blocks, Patterns, Pre-built Pages, Sliders, Popups, Free Forms, Animations & More v3.2.7
4.2.0 4.1.0 4.0.9 4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 4.0.0 trunk 1.0.0 2.0.0 2.0.1 2.0.2 2.0.3 3.0 3.0.1 3.0.2 3.0.5 3.0.6 3.0.7 3.0.8 All 59 releases
← All changes | plugin.php +4 -4 3.2.53.2.7 View file →
@@ -5,14 +5,14 @@
5 5 /*
6 6 Plugin Name: Superb Addons - WordPress & Elementor Addons
7 7 Plugin URI: http://superbthemes.com/
8 8 Description: Superb Addons - WordPress & Elementor Addons
9 -Version: 3.2.5
9 +Version: 3.2.7
10 10 Author: SuperbThemes
11 11 Author URI: http://superbthemes.com/
12 12 Text Domain: superb-blocks
13 -* Elementor tested up to: 3.19.4
14 -* Elementor Pro tested up to: 3.19.4
13 +* Elementor tested up to: 3.21.1
14 +* Elementor Pro tested up to: 3.21.1
15 15 */
16 16
17 17 defined('ABSPATH') || exit;
18 18
@@ -20,9 +20,9 @@
20 20 die;
21 21 }
22 22 // Constants
23 23 if (!defined('SUPERBADDONS_VERSION')) {
24 - define('SUPERBADDONS_VERSION', '3.2.5');
24 + define('SUPERBADDONS_VERSION', '3.2.7');
25 25 }
26 26
27 27 if (!defined('SUPERBADDONS_BASE')) {
28 28 define('SUPERBADDONS_BASE', plugin_basename(__FILE__));