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 +9 -9 trunk3.5.2 View file →
@@ -2,19 +2,19 @@
2 2
3 3 namespace SuperbAddons;
4 4
5 5 /*
6 -Plugin Name: Superb Addons: Blocks, Patterns, Pre-built Pages, Sliders, Popups, Free Forms, Animations & More
7 -Plugin URI: https://superbthemes.com/
8 -Description: Enhance your website building experience with our user-friendly tools and features. Create stunning designs effortlessly using our blocks, patterns, and theme designer for the Block Editor & FSE.
9 -Version: 4.2.0
6 +Plugin Name: Superb Addons: Blocks, Patterns & Theme Designer
7 +Plugin URI: http://superbthemes.com/
8 +Description: Superb Addons: Blocks, Patterns & Theme Designer
9 +Version: 3.5.2
10 10 Author: SuperbThemes
11 -Author URI: https://superbthemes.com/
11 +Author URI: http://superbthemes.com/
12 12 License: GPL-3.0+
13 13 License URI: https://www.gnu.org/licenses/gpl-3.0.txt
14 14 Text Domain: superb-blocks
15 -* Elementor tested up to: 4.2
16 -* Elementor Pro tested up to: 4.2
15 +* Elementor tested up to: 3.26
16 +* Elementor Pro tested up to: 3.26
17 17 */
18 18
19 19 defined('ABSPATH') || exit;
20 20
@@ -22,13 +22,13 @@
22 22 die;
23 23 }
24 24 // Constants
25 25 if (!defined('SUPERBADDONS_VERSION')) {
26 - define('SUPERBADDONS_VERSION', '4.2.0');
26 + define('SUPERBADDONS_VERSION', '3.5.2');
27 27 }
28 28
29 29 if (!defined('SUPERBADDONS_LIBRARY_VERSION')) {
30 - define('SUPERBADDONS_LIBRARY_VERSION', 102);
30 + define('SUPERBADDONS_LIBRARY_VERSION', 100);
31 31 }
32 32
33 33 if (!defined('SUPERBADDONS_BASE')) {
34 34 define('SUPERBADDONS_BASE', plugin_basename(__FILE__));