Plugin Directory

Changeset 3060539


Ignore:
Timestamp:
03/28/2024 12:50:44 PM (2 years ago)
Author:
cloudcatch
Message:

Update to version 2.1.0 from GitHub

Location:
simple-tabs-block
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • simple-tabs-block/tags/2.1.0/build/tab/block.json

    r3004348 r3060539  
    33  "apiVersion": 2,
    44  "name": "cloudcatch/tab",
    5   "version": "2.0.1",
     5  "version": "2.1.0",
    66  "title": "Tab",
    77  "category": "design",
     
    7878        "fontSize": true
    7979      }
    80     }
     80    },
     81    "shadow": true
    8182  },
    8283  "textdomain": "simple-tabs-block",
  • simple-tabs-block/tags/2.1.0/build/tabs/block.json

    r3004348 r3060539  
    33  "apiVersion": 2,
    44  "name": "cloudcatch/tabs",
    5   "version": "2.0.1",
     5  "version": "2.1.0",
    66  "title": "Tabs",
    77  "category": "design",
     
    3939    "anchor": true,
    4040    "html": false,
     41    "color": {
     42      "gradients": true,
     43      "link": false,
     44      "__experimentalDefaultControls": {
     45        "background": true,
     46        "text": true
     47      }
     48    },
    4149    "typography": {
    4250      "fontSize": true,
     
    5058      }
    5159    },
     60    "__experimentalBorder": {
     61      "color": true,
     62      "radius": true,
     63      "style": true,
     64      "width": true,
     65      "__experimentalDefaultControls": {
     66        "color": true,
     67        "radius": true,
     68        "style": true,
     69        "width": true
     70      }
     71    },
    5272    "spacing": {
     73      "margin": true,
     74      "padding": true,
    5375      "blockGap": true,
    5476      "units": [
     
    6991        "type": "flex"
    7092      }
    71     }
     93    },
     94    "shadow": true
    7295  },
    7396  "textdomain": "simple-tabs-block",
  • simple-tabs-block/tags/2.1.0/readme.txt

    r3004348 r3060539  
    33Tags: tabs, tab, block
    44Requires at least: 6.4
    5 Tested up to: 6.4.1
     5Tested up to: 6.5
    66Requires PHP: 7.0
    7 Stable tag: 2.0.1
     7Stable tag: 2.1.0
    88License: GPL-2.0-or-later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Create accessible tabbed layouts 
     11Create accessible tabbed layouts
    1212
    1313== Description ==
     
    2727== Changelog ==
    2828
     29= 2.1.0 =
     30* Fix: Undefined property warning
     31* Feat: Add additional block supports
     32* WP 6.5 compatibility
     33
    2934= 2.0.1 =
    3035* WP 6.4 compatibility
     
    4146* Docs: Compatibility with 6.1
    4247
    43 = 1.2.1 = 
     48= 1.2.1 =
    4449
    4550* Fix: Various block fixes
  • simple-tabs-block/tags/2.1.0/simple-tabs-block.php

    r3004348 r3060539  
    55 * Requires at least: 6.4
    66 * Requires PHP:      7.0
    7  * Version:           2.0.1
     7 * Version:           2.1.0
    88 * Author:            CloudCatch LLC
    99 * Author URI:        https://cloudcatch.io
     
    3333 *
    3434 * @param boolean $should_update Whether to update.
    35  * @param object $plugin The update offer.
     35 * @param object  $plugin The update offer.
    3636 * @return boolean
    3737 */
     
    4545    }
    4646
    47     if ( version_compare( $plugin->Version, '2.0.0', '<' ) ) {
     47    if ( ! isset( $plugin->Version ) || version_compare( $plugin->Version, '2.0.0', '<' ) ) { // phpcs:ignore WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase
    4848        return false;
    4949    }
  • simple-tabs-block/trunk/build/tab/block.json

    r3004348 r3060539  
    33  "apiVersion": 2,
    44  "name": "cloudcatch/tab",
    5   "version": "2.0.1",
     5  "version": "2.1.0",
    66  "title": "Tab",
    77  "category": "design",
     
    7878        "fontSize": true
    7979      }
    80     }
     80    },
     81    "shadow": true
    8182  },
    8283  "textdomain": "simple-tabs-block",
  • simple-tabs-block/trunk/build/tabs/block.json

    r3004348 r3060539  
    33  "apiVersion": 2,
    44  "name": "cloudcatch/tabs",
    5   "version": "2.0.1",
     5  "version": "2.1.0",
    66  "title": "Tabs",
    77  "category": "design",
     
    3939    "anchor": true,
    4040    "html": false,
     41    "color": {
     42      "gradients": true,
     43      "link": false,
     44      "__experimentalDefaultControls": {
     45        "background": true,
     46        "text": true
     47      }
     48    },
    4149    "typography": {
    4250      "fontSize": true,
     
    5058      }
    5159    },
     60    "__experimentalBorder": {
     61      "color": true,
     62      "radius": true,
     63      "style": true,
     64      "width": true,
     65      "__experimentalDefaultControls": {
     66        "color": true,
     67        "radius": true,
     68        "style": true,
     69        "width": true
     70      }
     71    },
    5272    "spacing": {
     73      "margin": true,
     74      "padding": true,
    5375      "blockGap": true,
    5476      "units": [
     
    6991        "type": "flex"
    7092      }
    71     }
     93    },
     94    "shadow": true
    7295  },
    7396  "textdomain": "simple-tabs-block",
  • simple-tabs-block/trunk/readme.txt

    r3004348 r3060539  
    33Tags: tabs, tab, block
    44Requires at least: 6.4
    5 Tested up to: 6.4.1
     5Tested up to: 6.5
    66Requires PHP: 7.0
    7 Stable tag: 2.0.1
     7Stable tag: 2.1.0
    88License: GPL-2.0-or-later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Create accessible tabbed layouts 
     11Create accessible tabbed layouts
    1212
    1313== Description ==
     
    2727== Changelog ==
    2828
     29= 2.1.0 =
     30* Fix: Undefined property warning
     31* Feat: Add additional block supports
     32* WP 6.5 compatibility
     33
    2934= 2.0.1 =
    3035* WP 6.4 compatibility
     
    4146* Docs: Compatibility with 6.1
    4247
    43 = 1.2.1 = 
     48= 1.2.1 =
    4449
    4550* Fix: Various block fixes
  • simple-tabs-block/trunk/simple-tabs-block.php

    r3004348 r3060539  
    55 * Requires at least: 6.4
    66 * Requires PHP:      7.0
    7  * Version:           2.0.1
     7 * Version:           2.1.0
    88 * Author:            CloudCatch LLC
    99 * Author URI:        https://cloudcatch.io
     
    3333 *
    3434 * @param boolean $should_update Whether to update.
    35  * @param object $plugin The update offer.
     35 * @param object  $plugin The update offer.
    3636 * @return boolean
    3737 */
     
    4545    }
    4646
    47     if ( version_compare( $plugin->Version, '2.0.0', '<' ) ) {
     47    if ( ! isset( $plugin->Version ) || version_compare( $plugin->Version, '2.0.0', '<' ) ) { // phpcs:ignore WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase
    4848        return false;
    4949    }
Note: See TracChangeset for help on using the changeset viewer.