Plugin Directory

Changeset 3114060


Ignore:
Timestamp:
07/08/2024 08:25:08 AM (21 months ago)
Author:
devscred
Message:

updated version 1.2.5

Location:
shopcred
Files:
18 added
3 edited

Legend:

Unmodified
Added
Removed
  • shopcred/trunk/includes/base.php

    r3108437 r3114060  
    186186            include $this->plugin_path('includes/builder/woo-builder-init.php');
    187187        }
    188 
    189 
    190188
    191189    }
  • shopcred/trunk/readme.txt

    r3108437 r3114060  
    88License URI:       https://www.gnu.org/licenses/gpl-2.0.html
    99
    10 ShopCred - The Best Gutenberg Blocks Collection for WooCommerce
     10ShopCred - The Best Gutenberg Blocks Collection for WooCommerce with WooCommerce Builder
    1111
    1212== Description ==
     
    230230== Changelog ==
    231231
     232= 1.2.5 - 08/07/2024 =
     233- Tweak: Overall Bug fixes and Improvements.
     234
    232235= 1.2.4 - 27/06/2024 =
    233236- Tweak: Changed dashboard menu ordering.
  • shopcred/trunk/shopcred.php

    r3108437 r3114060  
    11<?php
    22/**
    3  * Plugin Name: ShopCred - WooCommerce Builder & Product Grid/Carousel WooCommerce Blocks
     3 * Plugin Name: ShopCred - WooCommerce Builder & Product Grid,Carousel Block
    44 * Plugin URI: https://wpshopcred.com/
    5  * Description: Gutenberg Blocks for WooCommerce Product grid/carousel with WooCommerce Builder
     5 * Description: Gutenberg Blocks for WooCommerce Product Grid,Carousel with WooCommerce Builder
    66 * Author: ShopCred
    77 * Author URI: https://wpshopcred.com/
    8  * Version: 1.2.4
     8 * Version: 1.2.5
    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.4' );
     26define( 'SPC_VER', '1.2.5' );
    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.