Plugin Directory

Changeset 3133073


Ignore:
Timestamp:
08/09/2024 08:11:42 AM (18 months ago)
Author:
bricksable
Message:

update to version 1.6.56

Location:
bricksable
Files:
162 added
3 edited

Legend:

Unmodified
Added
Removed
  • bricksable/trunk/bricksable.php

    r3132376 r3133073  
    22/**
    33 * Plugin Name: Bricksable
    4  * Version: 1.6.55
     4 * Version: 1.6.56
    55 * Plugin URI: https://bricksable.com/
    66 * Description: Elevate your website game with the Bricksable collection of premium elements for Bricks Builder. Designed to speed up your workflow, our customizable and fully responsive elements will take your website to the next level in no time.
     
    4040 */
    4141function bricksable() {
    42     $instance = Bricksable::instance( __FILE__, '1.6.55' );
     42    $instance = Bricksable::instance( __FILE__, '1.6.56' );
    4343
    4444    if ( is_null( $instance->settings ) ) {
  • bricksable/trunk/includes/class-bricksable.php

    r3115991 r3133073  
    200200     */
    201201    public function enqueue_styles() {
    202         $bricks_version_ba_check = substr( BRICKS_VERSION, 0, 3 ) > '1.3' ? 'style.1.4.css' : 'style.min.css';
     202        $bricks_version_ba_check = version_compare( BRICKS_VERSION, '1.3', '>' ) ? 'style.1.4.css' : 'style.min.css';
    203203        // Tippy.
    204204        wp_register_style( 'ba-image-hotspot-scale', plugins_url( 'elements/image-hotspots/assets/css/scale.css', __FILE__ ), array(), $this->_version );
  • bricksable/trunk/readme.txt

    r3132376 r3133073  
    44Requires at least: 5.6
    55Tested up to: 6.6.1
    6 Stable tag: 1.6.55
     6Stable tag: 1.6.56
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    9595
    9696== Changelog ==
     97= 1.6.56 (2024-08-09) =
     98* Fix: CSS file not enqueued in the latest Bricks version 1.10.
     99
    97100= 1.6.55 (2024-06-13) =
    98101* Fix: Bricksable_Settings::$bricksbuilder_elements is deprecated.
Note: See TracChangeset for help on using the changeset viewer.