Plugin Directory

Changeset 3486623


Ignore:
Timestamp:
03/19/2026 03:30:29 PM (13 days ago)
Author:
devscred
Message:

updating Wordpress compatibility

Location:
shopcred/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shopcred/trunk/readme.txt

    r3176245 r3486623  
    33Tags:              gutenberg, blocks, woocommerce, products, block-editor
    44Requires at least: 4.7
    5 Tested up to:      6.6.1
    6 Stable tag:        1.2.8
     5Tested up to:      6.9.4
     6Stable tag:        1.3.0
    77License:           GPL-2.0-or-later
    88License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    239239== Changelog ==
    240240
     241= 1.3.0 - 11/01/2026 =
     242- Tweak: Overall Bug fixes and Improvements.
     243
    241244= 1.2.8 - 27/10/2024 =
    242245- Tweak: Overall Bug fixes and Improvements.
  • shopcred/trunk/shopcred.php

    r3176245 r3486623  
    66 * Author: ShopCred
    77 * Author URI: https://wpshopcred.com/
    8  * Version: 1.2.8
     8 * Version: 1.3.0
    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.8' );
     26define( 'SPC_VER', '1.3.0' );
    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.