Plugin Directory

Changeset 3408265


Ignore:
Timestamp:
12/02/2025 04:39:28 PM (4 months ago)
Author:
getbowtied
Message:

Update to version 7.1 from GitHub

Location:
shopkeeper-extender
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • shopkeeper-extender/tags/7.1/README.txt

    r3401684 r3408265  
    33Tags: shopkeeper, woocommerce, theme
    44Requires at least: 6.0
    5 Tested up to: 6.8
    6 Stable tag: 7.0
     5Tested up to: 6.9
     6Stable tag: 7.1
    77Requires PHP: 7.4.1
    88License: GPLv2 or later
     
    137137
    138138== Changelog ==
     139
     140= 7.1 =
     141- Update Compatibility with WordPress 6.9
     142- Update Compatibility with WooCommerce 10.3.6
    139143
    140144= 6.9 =
  • shopkeeper-extender/tags/7.1/core/updater/assets/plugin.json

    r3401684 r3408265  
    11{
    22    "name": "Shopkeeper Extender",
    3     "version": "7.0",
     3    "version": "7.1",
    44    "download_url": "https://getbowtied.github.io/repository/plugins/shopkeeper-extender/shopkeeper-extender.zip",
    55
    66    "homepage": "https://wordpress.org/plugins/shopkeeper-extender/",
    77    "requires": "6.0",
    8     "tested": "6.8",
    9     "last_updated": "2025-11-24 12:00:00",
     8    "tested": "6.9",
     9    "last_updated": "2025-12-02 12:00:00",
    1010
    1111    "author": "Get Bowtied",
     
    1414    "sections": {
    1515        "description": "<p>Companion plugin for the <b>Shopkeeper</b> theme. Extends the functionality by adding theme specific features.</p><h4>Features:</h4><ul><li>Adds 'Social Media' section in Customizer for easy management of links to social media profiles</li><li>Adds header image option for WooCommerce product categories</li><li>Adds 'Additional JS' section in Customizer allowing for site customization with custom JavaScript code</li><li>Adds social sharing buttons for WooCommerce products</li><li>Adds 'Background URL' field for menu items</li></ul><h4>Gutenberg Blocks:</h4><ul><li>Image Slider</li><li>Banner</li><li>Posts Grid</li><li>Product Categories Grid</li><li>Social Media Profiles</li></ul><h4>Widgets:</h4><ul><li>Social Media Profiles</li></ul><h4>WPBakery Page Builder Elements:</h4><ul><li>Slider</li><li>Banner</li><li>Posts Slider</li><li>Product Categories Grid</li><li>Social Media Profiles</li></ul>",
    16         "changelog": "<h4>7.0</h4><ul><li>Ensures the banner link URL is properly escaped and sanitized before being used</li></ul>"
     16        "changelog": "<h4>7.1</h4><ul><li>Update Compatibility with WordPress 6.9</li><li>Update Compatibility with WooCommerce 10.3.6</li></ul>"
    1717    },
    1818
  • shopkeeper-extender/tags/7.1/shopkeeper-extender.php

    r3401684 r3408265  
    55 * Plugin URI:              https://shopkeeper.wp-theme.design/
    66 * Description:             Extends the functionality of Shopkeeper with theme specific features.
    7  * Version:                 7.0
     7 * Version:                 7.1
    88 * Author:                  Get Bowtied
    99 * Author URI:              https://getbowtied.com
     
    1111 * Domain Path:             /languages/
    1212 * Requires at least:       6.0
    13  * Tested up to:            6.8
     13 * Tested up to:            6.9
    1414 *
    1515 * @package  Shopkeeper Extender
  • shopkeeper-extender/trunk/README.txt

    r3401684 r3408265  
    33Tags: shopkeeper, woocommerce, theme
    44Requires at least: 6.0
    5 Tested up to: 6.8
    6 Stable tag: 7.0
     5Tested up to: 6.9
     6Stable tag: 7.1
    77Requires PHP: 7.4.1
    88License: GPLv2 or later
     
    137137
    138138== Changelog ==
     139
     140= 7.1 =
     141- Update Compatibility with WordPress 6.9
     142- Update Compatibility with WooCommerce 10.3.6
    139143
    140144= 6.9 =
  • shopkeeper-extender/trunk/core/updater/assets/plugin.json

    r3401684 r3408265  
    11{
    22    "name": "Shopkeeper Extender",
    3     "version": "7.0",
     3    "version": "7.1",
    44    "download_url": "https://getbowtied.github.io/repository/plugins/shopkeeper-extender/shopkeeper-extender.zip",
    55
    66    "homepage": "https://wordpress.org/plugins/shopkeeper-extender/",
    77    "requires": "6.0",
    8     "tested": "6.8",
    9     "last_updated": "2025-11-24 12:00:00",
     8    "tested": "6.9",
     9    "last_updated": "2025-12-02 12:00:00",
    1010
    1111    "author": "Get Bowtied",
     
    1414    "sections": {
    1515        "description": "<p>Companion plugin for the <b>Shopkeeper</b> theme. Extends the functionality by adding theme specific features.</p><h4>Features:</h4><ul><li>Adds 'Social Media' section in Customizer for easy management of links to social media profiles</li><li>Adds header image option for WooCommerce product categories</li><li>Adds 'Additional JS' section in Customizer allowing for site customization with custom JavaScript code</li><li>Adds social sharing buttons for WooCommerce products</li><li>Adds 'Background URL' field for menu items</li></ul><h4>Gutenberg Blocks:</h4><ul><li>Image Slider</li><li>Banner</li><li>Posts Grid</li><li>Product Categories Grid</li><li>Social Media Profiles</li></ul><h4>Widgets:</h4><ul><li>Social Media Profiles</li></ul><h4>WPBakery Page Builder Elements:</h4><ul><li>Slider</li><li>Banner</li><li>Posts Slider</li><li>Product Categories Grid</li><li>Social Media Profiles</li></ul>",
    16         "changelog": "<h4>7.0</h4><ul><li>Ensures the banner link URL is properly escaped and sanitized before being used</li></ul>"
     16        "changelog": "<h4>7.1</h4><ul><li>Update Compatibility with WordPress 6.9</li><li>Update Compatibility with WooCommerce 10.3.6</li></ul>"
    1717    },
    1818
  • shopkeeper-extender/trunk/shopkeeper-extender.php

    r3401684 r3408265  
    55 * Plugin URI:              https://shopkeeper.wp-theme.design/
    66 * Description:             Extends the functionality of Shopkeeper with theme specific features.
    7  * Version:                 7.0
     7 * Version:                 7.1
    88 * Author:                  Get Bowtied
    99 * Author URI:              https://getbowtied.com
     
    1111 * Domain Path:             /languages/
    1212 * Requires at least:       6.0
    13  * Tested up to:            6.8
     13 * Tested up to:            6.9
    1414 *
    1515 * @package  Shopkeeper Extender
Note: See TracChangeset for help on using the changeset viewer.