Changeset 3305836
- Timestamp:
- 06/03/2025 02:16:38 PM (10 months ago)
- Location:
- productbird
- Files:
-
- 6 edited
- 1 copied
-
tags/1.3.3 (copied) (copied from productbird/trunk)
-
tags/1.3.3/productbird.php (modified) (2 diffs)
-
tags/1.3.3/readme.txt (modified) (1 diff)
-
tags/1.3.3/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/productbird.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
productbird/tags/1.3.3/productbird.php
r3305814 r3305836 4 4 * Plugin URI: https://productbird.ai 5 5 * Description: Productbird helps ecommerce owners get more done by providing various AI tools. 6 * Version: 1.3.26 * Version: 7 7 * Requires at least: 5.0 8 8 * Tested up to: 6.8 … … 23 23 } 24 24 25 define( 'PRODUCTBIRD_VERSION', '1.3. 2' );25 define( 'PRODUCTBIRD_VERSION', '1.3.3' ); 26 26 define( 'PRODUCTBIRD_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 27 27 -
productbird/tags/1.3.3/readme.txt
r3305832 r3305836 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.3.36 Stable tag: 7 7 Requires PHP: 8.0 8 8 Requires Plugins: woocommerce -
productbird/tags/1.3.3/vendor/composer/installed.php
r3305814 r3305836 2 2 'root' => array( 3 3 'name' => 'productbird/productbird', 4 'pretty_version' => '1.3. 2',5 'version' => '1.3. 2.0',6 'reference' => ' c1f18b3cc3e671682fdcc10e8b036e72cab005ab',4 'pretty_version' => '1.3.3', 5 'version' => '1.3.3.0', 6 'reference' => '95d8f5539258458caf75890720ae42eeca97c725', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'productbird/productbird' => array( 23 'pretty_version' => '1.3. 2',24 'version' => '1.3. 2.0',25 'reference' => ' c1f18b3cc3e671682fdcc10e8b036e72cab005ab',23 'pretty_version' => '1.3.3', 24 'version' => '1.3.3.0', 25 'reference' => '95d8f5539258458caf75890720ae42eeca97c725', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../', -
productbird/trunk/productbird.php
r3305814 r3305836 4 4 * Plugin URI: https://productbird.ai 5 5 * Description: Productbird helps ecommerce owners get more done by providing various AI tools. 6 * Version: 1.3.26 * Version: 7 7 * Requires at least: 5.0 8 8 * Tested up to: 6.8 … … 23 23 } 24 24 25 define( 'PRODUCTBIRD_VERSION', '1.3. 2' );25 define( 'PRODUCTBIRD_VERSION', '1.3.3' ); 26 26 define( 'PRODUCTBIRD_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 27 27 -
productbird/trunk/readme.txt
r3305832 r3305836 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.3.36 Stable tag: 7 7 Requires PHP: 8.0 8 8 Requires Plugins: woocommerce -
productbird/trunk/vendor/composer/installed.php
r3305814 r3305836 2 2 'root' => array( 3 3 'name' => 'productbird/productbird', 4 'pretty_version' => '1.3. 2',5 'version' => '1.3. 2.0',6 'reference' => ' c1f18b3cc3e671682fdcc10e8b036e72cab005ab',4 'pretty_version' => '1.3.3', 5 'version' => '1.3.3.0', 6 'reference' => '95d8f5539258458caf75890720ae42eeca97c725', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'productbird/productbird' => array( 23 'pretty_version' => '1.3. 2',24 'version' => '1.3. 2.0',25 'reference' => ' c1f18b3cc3e671682fdcc10e8b036e72cab005ab',23 'pretty_version' => '1.3.3', 24 'version' => '1.3.3.0', 25 'reference' => '95d8f5539258458caf75890720ae42eeca97c725', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.