Plugin Directory

Changeset 3114397


Ignore:
Timestamp:
07/08/2024 02:44:36 PM (21 months ago)
Author:
devscred
Message:

updated version 1.2.6

Location:
shopcred/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shopcred/trunk/readme.txt

    r3114060 r3114397  
    1 === ShopCred - WooCommerce Builder & Product Grid/Carousel WooCommerce Blocks ===
     1=== ShopCred - Gutenberg Blocks for WooCommerce Product Grid,Carousel with WooCommerce Builder ===
    22Contributors:      devscred, mmaumio, atiquehasan, fahimahmmed100, orionshariar
    33Tags:              gutenberg, blocks, woocommerce, products, block-editor
    44Requires at least: 4.7
    55Tested up to:      6.5.5
    6 Stable tag:        1.2.4
     6Stable tag:        1.2.6
    77License:           GPL-2.0-or-later
    88License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    230230== Changelog ==
    231231
     232= 1.2.6 - 08/07/2024 =
     233- Tweak: Quick Bug fix.
     234
    232235= 1.2.5 - 08/07/2024 =
    233236- Tweak: Overall Bug fixes and Improvements.
  • shopcred/trunk/shopcred.php

    r3114060 r3114397  
    66 * Author: ShopCred
    77 * Author URI: https://wpshopcred.com/
    8  * Version: 1.2.5
     8 * Version: 1.2.6
    99 * License: GPL2+
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt
     
    2424define( 'SPC_URL', plugins_url( '/', SPC_FILE ) );
    2525define( 'SPC_ASSETS', plugins_url( '/assets', SPC_FILE ) );
    26 define( 'SPC_VER', '1.2.5' );
     26define( 'SPC_VER', '1.2.6' );
    2727define( 'SPC_ROOT', dirname( plugin_basename( __FILE__ ) ) );
    2828define( 'SPC_ASSET_VER', get_option( '__spc_asset_version', SPC_VER ) );
Note: See TracChangeset for help on using the changeset viewer.