Changeset 3290376
- Timestamp:
- 05/09/2025 10:00:42 AM (11 months ago)
- Location:
- blockbolt-payments
- Files:
-
- 4 edited
-
tags/1.0.2/blockbolt-payments.php (modified) (2 diffs)
-
tags/1.0.2/includes/class-blockbolt-payments.php (modified) (1 diff)
-
trunk/blockbolt-payments.php (modified) (2 diffs)
-
trunk/includes/class-blockbolt-payments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
blockbolt-payments/tags/1.0.2/blockbolt-payments.php
r3290375 r3290376 10 10 * Plugin URI: https://blockbolt.io 11 11 * Description: Integrates Blockbolt Payments with WooCommerce 12 * Version: 1.0. 112 * Version: 1.0.2 13 13 * Author: BlockBolt Inc 14 14 * Author URI: https://blockbolt.io/ … … 33 33 * 34 34 */ 35 define( 'BLOCKBOLT_PAYMENTS_VERSION', '1.0. 1' );35 define( 'BLOCKBOLT_PAYMENTS_VERSION', '1.0.2' ); 36 36 37 37 /** -
blockbolt-payments/tags/1.0.2/includes/class-blockbolt-payments.php
r3290375 r3290376 58 58 $this->version = BLOCKBOLT_PAYMENTS_VERSION; 59 59 } else { 60 $this->version = '1.0. 1';60 $this->version = '1.0.2'; 61 61 } 62 62 $this->plugin_name = 'blockbolt-payments'; -
blockbolt-payments/trunk/blockbolt-payments.php
r3249698 r3290376 10 10 * Plugin URI: https://blockbolt.io 11 11 * Description: Integrates Blockbolt Payments with WooCommerce 12 * Version: 1.0. 112 * Version: 1.0.2 13 13 * Author: BlockBolt Inc 14 14 * Author URI: https://blockbolt.io/ … … 33 33 * 34 34 */ 35 define( 'BLOCKBOLT_PAYMENTS_VERSION', '1.0. 1' );35 define( 'BLOCKBOLT_PAYMENTS_VERSION', '1.0.2' ); 36 36 37 37 /** -
blockbolt-payments/trunk/includes/class-blockbolt-payments.php
r3249698 r3290376 58 58 $this->version = BLOCKBOLT_PAYMENTS_VERSION; 59 59 } else { 60 $this->version = '1.0. 1';60 $this->version = '1.0.2'; 61 61 } 62 62 $this->plugin_name = 'blockbolt-payments';
Note: See TracChangeset
for help on using the changeset viewer.