PluginProbe
Superb Addons: Blocks, Patterns, Pre-built Pages, Sliders, Popups, Free Forms, Animations & More / 3.5.2
Superb Addons: Blocks, Patterns, Pre-built Pages, Sliders, Popups, Free Forms, Animations & More v3.5.2
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 +13 -6 3.0.23.5.2 View file →
@@ -2,16 +2,19 @@
2 2
3 3 namespace SuperbAddons;
4 4
5 5 /*
6 -Plugin Name: Superb Addons - WordPress & Elementor Addons
6 +Plugin Name: Superb Addons: Blocks, Patterns & Theme Designer
7 7 Plugin URI: http://superbthemes.com/
8 -Description: Superb Addons - WordPress & Elementor Addons
9 -Version: 3.0.2
8 +Description: Superb Addons: Blocks, Patterns & Theme Designer
9 +Version: 3.5.2
10 10 Author: SuperbThemes
11 11 Author URI: http://superbthemes.com/
12 -Text Domain: superbaddons
13 -* Elementor tested up to: 3.15
12 +License: GPL-3.0+
13 +License URI: https://www.gnu.org/licenses/gpl-3.0.txt
14 +Text Domain: superb-blocks
15 +* Elementor tested up to: 3.26
16 +* Elementor Pro tested up to: 3.26
14 17 */
15 18
16 19 defined('ABSPATH') || exit;
17 20
@@ -19,9 +22,13 @@
19 22 die;
20 23 }
21 24 // Constants
22 25 if (!defined('SUPERBADDONS_VERSION')) {
23 - define('SUPERBADDONS_VERSION', '3.0.2');
26 + define('SUPERBADDONS_VERSION', '3.5.2');
27 +}
28 +
29 +if (!defined('SUPERBADDONS_LIBRARY_VERSION')) {
30 + define('SUPERBADDONS_LIBRARY_VERSION', 100);
24 31 }
25 32
26 33 if (!defined('SUPERBADDONS_BASE')) {
27 34 define('SUPERBADDONS_BASE', plugin_basename(__FILE__));