Plugin Directory

Changeset 3318263


Ignore:
Timestamp:
06/26/2025 12:52:21 PM (9 months ago)
Author:
productbird
Message:

Update to version 1.5.3 from GitHub

Location:
productbird
Files:
2 added
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • productbird/tags/1.5.3/productbird.php

    r3318237 r3318263  
    44 * Plugin URI:  https://productbird.ai
    55 * Description: Productbird helps ecommerce owners get more done by providing various AI tools.
    6  * Version:     1.5.0
     6 * Version:     1.5.3
    77 * Requires at least: 5.0
    88 * Tested up to: 6.8
     
    2323}
    2424
    25 define( 'PRODUCTBIRD_VERSION', '1.5.0' );
     25define( 'PRODUCTBIRD_VERSION', '1.5.3' );
    2626define( 'PRODUCTBIRD_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2727define( 'PRODUCTBIRD_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • productbird/tags/1.5.3/readme.txt

    r3318262 r3318263  
    1391395. **Generated Description Example** - See the quality of AI generated product descriptions
    140140
     141
     142== Changelog ==
     143
     144*** Productbird Changelog ***
     145
     1462025-06-26 - version 1.5.3
     147* dev: Build fixes
     148
     1492025-06-26 - version 1.5.2
     150* dev: Build fixes
     151
     1522025-06-26 - version 1.5.1
     153* dev: Build fixes
     154
     1552025-06-26 - version 1.5.0
     156* dev: Improve changelog entries
     157
     1582025-06-26 - version 1.5.0
     159* feature: Add Spanish and German support.
     160
     1612025-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
     1672025-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
     1722025-06-26 - version 1.4.4
     173* update: Display alert when out of credits.
     174* fix: Properly display user friendly API errors
     175
     1762025-06-26 - version 1.4.1
     177* fix: Build not applying version
     178
     1792025-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
     1842025-06-26 - version 1.3.1
     185* feature: New advanced setting that allows you to clear queued products.
     186* update: Decrease polling time
     187
     1882025-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
     1942025-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  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        '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',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
  • productbird/trunk/productbird.php

    r3318237 r3318263  
    44 * Plugin URI:  https://productbird.ai
    55 * Description: Productbird helps ecommerce owners get more done by providing various AI tools.
    6  * Version:     1.5.0
     6 * Version:     1.5.3
    77 * Requires at least: 5.0
    88 * Tested up to: 6.8
     
    2323}
    2424
    25 define( 'PRODUCTBIRD_VERSION', '1.5.0' );
     25define( 'PRODUCTBIRD_VERSION', '1.5.3' );
    2626define( 'PRODUCTBIRD_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2727define( 'PRODUCTBIRD_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • productbird/trunk/readme.txt

    r3318262 r3318263  
    1391395. **Generated Description Example** - See the quality of AI generated product descriptions
    140140
     141
     142== Changelog ==
     143
     144*** Productbird Changelog ***
     145
     1462025-06-26 - version 1.5.3
     147* dev: Build fixes
     148
     1492025-06-26 - version 1.5.2
     150* dev: Build fixes
     151
     1522025-06-26 - version 1.5.1
     153* dev: Build fixes
     154
     1552025-06-26 - version 1.5.0
     156* dev: Improve changelog entries
     157
     1582025-06-26 - version 1.5.0
     159* feature: Add Spanish and German support.
     160
     1612025-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
     1672025-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
     1722025-06-26 - version 1.4.4
     173* update: Display alert when out of credits.
     174* fix: Properly display user friendly API errors
     175
     1762025-06-26 - version 1.4.1
     177* fix: Build not applying version
     178
     1792025-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
     1842025-06-26 - version 1.3.1
     185* feature: New advanced setting that allows you to clear queued products.
     186* update: Decrease polling time
     187
     1882025-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
     1942025-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  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        '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',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.