Changeset 3306234
- Timestamp:
- 06/04/2025 08:40:39 AM (10 months ago)
- Location:
- productbird
- Files:
-
- 4 edited
- 1 copied
-
tags/1.4.1 (copied) (copied from productbird/trunk)
-
tags/1.4.1/productbird.php (modified) (2 diffs)
-
tags/1.4.1/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/productbird.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
productbird/tags/1.4.1/productbird.php
r3306227 r3306234 4 4 * Plugin URI: https://productbird.ai 5 5 * Description: Productbird helps ecommerce owners get more done by providing various AI tools. 6 * Version: 6 * Version: 1.4.1 7 7 * Requires at least: 5.0 8 8 * Tested up to: 6.8 … … 23 23 } 24 24 25 define( 'PRODUCTBIRD_VERSION', '1.4. 0' );25 define( 'PRODUCTBIRD_VERSION', '1.4.1' ); 26 26 define( 'PRODUCTBIRD_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 27 27 -
productbird/tags/1.4.1/vendor/composer/installed.php
r3306227 r3306234 2 2 'root' => array( 3 3 'name' => 'productbird/productbird', 4 'pretty_version' => '1.4. 0',5 'version' => '1.4. 0.0',6 'reference' => ' 23623f2af20c8d87c3982082dc81b533181aad4f',4 'pretty_version' => '1.4.1', 5 'version' => '1.4.1.0', 6 'reference' => '5b089edacf5f0dd6a583c062cd9555be3514fcfc', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'productbird/productbird' => array( 23 'pretty_version' => '1.4. 0',24 'version' => '1.4. 0.0',25 'reference' => ' 23623f2af20c8d87c3982082dc81b533181aad4f',23 'pretty_version' => '1.4.1', 24 'version' => '1.4.1.0', 25 'reference' => '5b089edacf5f0dd6a583c062cd9555be3514fcfc', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../', -
productbird/trunk/productbird.php
r3306227 r3306234 4 4 * Plugin URI: https://productbird.ai 5 5 * Description: Productbird helps ecommerce owners get more done by providing various AI tools. 6 * Version: 6 * Version: 1.4.1 7 7 * Requires at least: 5.0 8 8 * Tested up to: 6.8 … … 23 23 } 24 24 25 define( 'PRODUCTBIRD_VERSION', '1.4. 0' );25 define( 'PRODUCTBIRD_VERSION', '1.4.1' ); 26 26 define( 'PRODUCTBIRD_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 27 27 -
productbird/trunk/vendor/composer/installed.php
r3306227 r3306234 2 2 'root' => array( 3 3 'name' => 'productbird/productbird', 4 'pretty_version' => '1.4. 0',5 'version' => '1.4. 0.0',6 'reference' => ' 23623f2af20c8d87c3982082dc81b533181aad4f',4 'pretty_version' => '1.4.1', 5 'version' => '1.4.1.0', 6 'reference' => '5b089edacf5f0dd6a583c062cd9555be3514fcfc', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'productbird/productbird' => array( 23 'pretty_version' => '1.4. 0',24 'version' => '1.4. 0.0',25 'reference' => ' 23623f2af20c8d87c3982082dc81b533181aad4f',23 'pretty_version' => '1.4.1', 24 'version' => '1.4.1.0', 25 'reference' => '5b089edacf5f0dd6a583c062cd9555be3514fcfc', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.