PluginProbe
Bricksable for Bricks Builder / 1.3.0
Bricksable for Bricks Builder v1.3.0
1.2.9 1.3.0 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.4.3 1.4.31 1.4.32 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 All 132 releases
← All changes | bricksable.php +4 -4 1.4.01.3.0 View file →
@@ -1,15 +1,15 @@
1 1 <?php
2 2 /**
3 3 * Plugin Name: Bricksable
4 - * Version: 1.4.0
4 + * Version: 1.3.0
5 5 * Plugin URI: https://bricksable.com/
6 6 * Description: A collection of premium quality elements for Bricks Builder.
7 7 * Author: Bricksable
8 8 * Author URI: https://bricksable.com/about/
9 9 * Requires at least: 5.6
10 - * Tested up to: 5.9
11 - *
10 + * Tested up to: 5.8
11 + *
12 12 * Text Domain: bricksable
13 13 * Domain Path: /lang/
14 14 *
15 15 * @package WordPress
@@ -37,9 +37,9 @@
37 37 * @since 1.0.0
38 38 * @return object Bricksable
39 39 */
40 40 function bricksable() {
41 - $instance = Bricksable::instance( __FILE__, '1.4.0' );
41 + $instance = Bricksable::instance( __FILE__, '1.3.0' );
42 42
43 43 if ( is_null( $instance->settings ) ) {
44 44 $instance->settings = Bricksable_Settings::instance( $instance );
45 45 }