Changeset 3318263
- Timestamp:
- 06/26/2025 12:52:21 PM (9 months ago)
- Location:
- productbird
- Files:
-
- 2 added
- 6 edited
- 1 copied
-
tags/1.5.3 (copied) (copied from productbird/trunk)
-
tags/1.5.3/changelog.txt (added)
-
tags/1.5.3/productbird.php (modified) (2 diffs)
-
tags/1.5.3/readme.txt (modified) (1 diff)
-
tags/1.5.3/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/changelog.txt (added)
-
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.5.3/productbird.php
r3318237 r3318263 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.5. 06 * Version: 1.5.3 7 7 * Requires at least: 5.0 8 8 * Tested up to: 6.8 … … 23 23 } 24 24 25 define( 'PRODUCTBIRD_VERSION', '1.5. 0' );25 define( 'PRODUCTBIRD_VERSION', '1.5.3' ); 26 26 define( 'PRODUCTBIRD_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 27 27 define( 'PRODUCTBIRD_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
productbird/tags/1.5.3/readme.txt
r3318262 r3318263 139 139 5. **Generated Description Example** - See the quality of AI generated product descriptions 140 140 141 142 == Changelog == 143 144 *** Productbird Changelog *** 145 146 2025-06-26 - version 1.5.3 147 * dev: Build fixes 148 149 2025-06-26 - version 1.5.2 150 * dev: Build fixes 151 152 2025-06-26 - version 1.5.1 153 * dev: Build fixes 154 155 2025-06-26 - version 1.5.0 156 * dev: Improve changelog entries 157 158 2025-06-26 - version 1.5.0 159 * feature: Add Spanish and German support. 160 161 2025-06-26 - version 1.4.6 162 * update: Improved toast notification handling to prevent errors when toast is not available 163 * update: Changed plugin initialization from 'plugins_loaded' to 'init' hook for better compatibility 164 * update: Decrease client side queries on initial render 165 * fix: Fixed potential errors in global provider when toast notifications are not initialized 166 167 2025-06-26 - version 1.4.4 168 * update: Global admin CSS is now enqueued for better style consistency 169 * update: Improved onboarding progress bar background 170 * update: Updated translations and version numbers 171 172 2025-06-26 - version 1.4.4 173 * update: Display alert when out of credits. 174 * fix: Properly display user friendly API errors 175 176 2025-06-26 - version 1.4.1 177 * fix: Build not applying version 178 179 2025-06-26 - version 1.4.0 180 * feature: Specify language in global settings 181 * update: Now properly invalidates status of individual producsts when scheduling new items 182 * fix: Settings background turning black 183 184 2025-06-26 - version 1.3.1 185 * feature: New advanced setting that allows you to clear queued products. 186 * update: Decrease polling time 187 188 2025-06-26 - version 1.3.0 189 * feature: Add status column in product table 190 * feature: Add place where you can review all your generated descriptions 191 * feature: Added more comphrensive filters 192 * update: Improve how errors are being displayed 193 194 2025-06-26 - version 1.2.3 195 * feature: Initial release with core AI description generation 196 * feature: WooCommerce bulk action integration 197 * feature: Product status tracking and filtering 198 * feature: Configurable tone and style settings 199 * feature: Secure API key authentication -
productbird/tags/1.5.3/vendor/composer/installed.php
r3318237 r3318263 2 2 'root' => array( 3 3 'name' => 'productbird/productbird', 4 'pretty_version' => '1.5. 0',5 'version' => '1.5. 0.0',6 'reference' => ' 19ab9b03f4dd3528e5f20125aaa535c65245e97c',4 'pretty_version' => '1.5.3', 5 'version' => '1.5.3.0', 6 'reference' => '291f4c3b6c05dac52ae756d121b4eac9d407dd1e', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'productbird/productbird' => array( 23 'pretty_version' => '1.5. 0',24 'version' => '1.5. 0.0',25 'reference' => ' 19ab9b03f4dd3528e5f20125aaa535c65245e97c',23 'pretty_version' => '1.5.3', 24 'version' => '1.5.3.0', 25 'reference' => '291f4c3b6c05dac52ae756d121b4eac9d407dd1e', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../', -
productbird/trunk/productbird.php
r3318237 r3318263 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.5. 06 * Version: 1.5.3 7 7 * Requires at least: 5.0 8 8 * Tested up to: 6.8 … … 23 23 } 24 24 25 define( 'PRODUCTBIRD_VERSION', '1.5. 0' );25 define( 'PRODUCTBIRD_VERSION', '1.5.3' ); 26 26 define( 'PRODUCTBIRD_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 27 27 define( 'PRODUCTBIRD_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
productbird/trunk/readme.txt
r3318262 r3318263 139 139 5. **Generated Description Example** - See the quality of AI generated product descriptions 140 140 141 142 == Changelog == 143 144 *** Productbird Changelog *** 145 146 2025-06-26 - version 1.5.3 147 * dev: Build fixes 148 149 2025-06-26 - version 1.5.2 150 * dev: Build fixes 151 152 2025-06-26 - version 1.5.1 153 * dev: Build fixes 154 155 2025-06-26 - version 1.5.0 156 * dev: Improve changelog entries 157 158 2025-06-26 - version 1.5.0 159 * feature: Add Spanish and German support. 160 161 2025-06-26 - version 1.4.6 162 * update: Improved toast notification handling to prevent errors when toast is not available 163 * update: Changed plugin initialization from 'plugins_loaded' to 'init' hook for better compatibility 164 * update: Decrease client side queries on initial render 165 * fix: Fixed potential errors in global provider when toast notifications are not initialized 166 167 2025-06-26 - version 1.4.4 168 * update: Global admin CSS is now enqueued for better style consistency 169 * update: Improved onboarding progress bar background 170 * update: Updated translations and version numbers 171 172 2025-06-26 - version 1.4.4 173 * update: Display alert when out of credits. 174 * fix: Properly display user friendly API errors 175 176 2025-06-26 - version 1.4.1 177 * fix: Build not applying version 178 179 2025-06-26 - version 1.4.0 180 * feature: Specify language in global settings 181 * update: Now properly invalidates status of individual producsts when scheduling new items 182 * fix: Settings background turning black 183 184 2025-06-26 - version 1.3.1 185 * feature: New advanced setting that allows you to clear queued products. 186 * update: Decrease polling time 187 188 2025-06-26 - version 1.3.0 189 * feature: Add status column in product table 190 * feature: Add place where you can review all your generated descriptions 191 * feature: Added more comphrensive filters 192 * update: Improve how errors are being displayed 193 194 2025-06-26 - version 1.2.3 195 * feature: Initial release with core AI description generation 196 * feature: WooCommerce bulk action integration 197 * feature: Product status tracking and filtering 198 * feature: Configurable tone and style settings 199 * feature: Secure API key authentication -
productbird/trunk/vendor/composer/installed.php
r3318237 r3318263 2 2 'root' => array( 3 3 'name' => 'productbird/productbird', 4 'pretty_version' => '1.5. 0',5 'version' => '1.5. 0.0',6 'reference' => ' 19ab9b03f4dd3528e5f20125aaa535c65245e97c',4 'pretty_version' => '1.5.3', 5 'version' => '1.5.3.0', 6 'reference' => '291f4c3b6c05dac52ae756d121b4eac9d407dd1e', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'productbird/productbird' => array( 23 'pretty_version' => '1.5. 0',24 'version' => '1.5. 0.0',25 'reference' => ' 19ab9b03f4dd3528e5f20125aaa535c65245e97c',23 'pretty_version' => '1.5.3', 24 'version' => '1.5.3.0', 25 'reference' => '291f4c3b6c05dac52ae756d121b4eac9d407dd1e', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.