Plugin Directory

Changeset 3290376


Ignore:
Timestamp:
05/09/2025 10:00:42 AM (11 months ago)
Author:
blockbolt
Message:

Update version 1.0.2

Location:
blockbolt-payments
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • blockbolt-payments/tags/1.0.2/blockbolt-payments.php

    r3290375 r3290376  
    1010* Plugin URI:        https://blockbolt.io
    1111* Description:       Integrates Blockbolt Payments with WooCommerce
    12 * Version:           1.0.1
     12* Version:           1.0.2
    1313* Author:            BlockBolt Inc
    1414* Author URI:        https://blockbolt.io/
     
    3333 *
    3434 */
    35 define( 'BLOCKBOLT_PAYMENTS_VERSION', '1.0.1' );
     35define( 'BLOCKBOLT_PAYMENTS_VERSION', '1.0.2' );
    3636
    3737/**
  • blockbolt-payments/tags/1.0.2/includes/class-blockbolt-payments.php

    r3290375 r3290376  
    5858            $this->version = BLOCKBOLT_PAYMENTS_VERSION;
    5959        } else {
    60             $this->version = '1.0.1';
     60            $this->version = '1.0.2';
    6161        }
    6262        $this->plugin_name = 'blockbolt-payments';
  • blockbolt-payments/trunk/blockbolt-payments.php

    r3249698 r3290376  
    1010* Plugin URI:        https://blockbolt.io
    1111* Description:       Integrates Blockbolt Payments with WooCommerce
    12 * Version:           1.0.1
     12* Version:           1.0.2
    1313* Author:            BlockBolt Inc
    1414* Author URI:        https://blockbolt.io/
     
    3333 *
    3434 */
    35 define( 'BLOCKBOLT_PAYMENTS_VERSION', '1.0.1' );
     35define( 'BLOCKBOLT_PAYMENTS_VERSION', '1.0.2' );
    3636
    3737/**
  • blockbolt-payments/trunk/includes/class-blockbolt-payments.php

    r3249698 r3290376  
    5858            $this->version = BLOCKBOLT_PAYMENTS_VERSION;
    5959        } else {
    60             $this->version = '1.0.1';
     60            $this->version = '1.0.2';
    6161        }
    6262        $this->plugin_name = 'blockbolt-payments';
Note: See TracChangeset for help on using the changeset viewer.