Plugin Directory

Changeset 3447072


Ignore:
Timestamp:
01/26/2026 12:24:26 PM (2 months ago)
Author:
productbird
Message:

Update to version 1.5.4 from GitHub

Location:
productbird
Files:
736 added
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • productbird/tags/1.5.4/changelog.txt

    r3318263 r3447072  
    11*** Productbird Changelog ***
     2
     32025-01-26 - version 1.5.7
     4* dev: Build fixes
    25
    362025-06-26 - version 1.5.3
     
    811
    9122025-06-26 - version 1.5.1
     13* dev: Improve changelog entries
    1014* dev: Build fixes
    11 
    12 2025-06-26 - version 1.5.0
    13 * dev: Improve changelog entries
    1415
    15162025-06-26 - version 1.5.0
  • productbird/tags/1.5.4/productbird.php

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

    r3447067 r3447072  
    1391395. **Generated Description Example** - See the quality of AI generated product descriptions
    140140
     141
     142== Changelog ==
     143
     144*** Productbird Changelog ***
     145
     1462025-01-26 - version 1.5.7
     147* dev: Build fixes
     148
     1492025-06-26 - version 1.5.3
     150* dev: Build fixes
     151
     1522025-06-26 - version 1.5.2
     153* dev: Build fixes
     154
     1552025-06-26 - version 1.5.1
     156* dev: Improve changelog entries
     157* dev: Build fixes
     158
     1592025-06-26 - version 1.5.0
     160* feature: Add Spanish and German support.
     161
     1622025-06-26 - version 1.4.6
     163* update: Improved toast notification handling to prevent errors when toast is not available
     164* update: Changed plugin initialization from 'plugins_loaded' to 'init' hook for better compatibility
     165* update: Decrease client side queries on initial render
     166* fix: Fixed potential errors in global provider when toast notifications are not initialized
     167
     1682025-06-26 - version 1.4.4
     169* update: Global admin CSS is now enqueued for better style consistency
     170* update: Improved onboarding progress bar background
     171* update: Updated translations and version numbers
     172
     1732025-06-26 - version 1.4.4
     174* update: Display alert when out of credits.
     175* fix: Properly display user friendly API errors
     176
     1772025-06-26 - version 1.4.1
     178* fix: Build not applying version
     179
     1802025-06-26 - version 1.4.0
     181* feature: Specify language in global settings
     182* update: Now properly invalidates status of individual producsts when scheduling new items
     183* fix: Settings background turning black
     184
     1852025-06-26 - version 1.3.1
     186* feature: New advanced setting that allows you to clear queued products.
     187* update: Decrease polling time
     188
     1892025-06-26 - version 1.3.0
     190* feature: Add status column in product table
     191* feature: Add place where you can review all your generated descriptions
     192* feature: Added more comphrensive filters
     193* update: Improve how errors are being displayed
     194
     1952025-06-26 - version 1.2.3
     196* feature: Initial release with core AI description generation
     197* feature: WooCommerce bulk action integration
     198* feature: Product status tracking and filtering
     199* feature: Configurable tone and style settings
     200* feature: Secure API key authentication
  • productbird/tags/1.5.4/vendor/composer/autoload_static.php

    r3305783 r3447072  
    1212
    1313    public static $prefixLengthsPsr4 = array (
    14         'P' => 
     14        'P' =>
    1515        array (
    1616            'Productbird\\' => 12,
     
    1919
    2020    public static $prefixDirsPsr4 = array (
    21         'Productbird\\' => 
     21        'Productbird\\' =>
    2222        array (
    2323            0 => __DIR__ . '/../..' . '/src',
  • productbird/tags/1.5.4/vendor/composer/installed.php

    r3318263 r3447072  
    22    'root' => array(
    33        'name' => 'productbird/productbird',
    4         'pretty_version' => '1.5.3',
    5         'version' => '1.5.3.0',
    6         'reference' => '291f4c3b6c05dac52ae756d121b4eac9d407dd1e',
     4        'pretty_version' => '1.5.4',
     5        'version' => '1.5.4.0',
     6        'reference' => '7c81959a6170c3c91d0a544266ed574adafd83a9',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        'productbird/productbird' => array(
    23             'pretty_version' => '1.5.3',
    24             'version' => '1.5.3.0',
    25             'reference' => '291f4c3b6c05dac52ae756d121b4eac9d407dd1e',
     23            'pretty_version' => '1.5.4',
     24            'version' => '1.5.4.0',
     25            'reference' => '7c81959a6170c3c91d0a544266ed574adafd83a9',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
  • productbird/tags/1.5.4/vendor/composer/platform_check.php

    r3302180 r3447072  
    2020        }
    2121    }
    22     trigger_error(
    23         'Composer detected issues in your platform: ' . implode(' ', $issues),
    24         E_USER_ERROR
     22    throw new \RuntimeException(
     23        'Composer detected issues in your platform: ' . implode(' ', $issues)
    2524    );
    2625}
  • productbird/trunk/changelog.txt

    r3318263 r3447072  
    11*** Productbird Changelog ***
     2
     32025-01-26 - version 1.5.7
     4* dev: Build fixes
    25
    362025-06-26 - version 1.5.3
     
    811
    9122025-06-26 - version 1.5.1
     13* dev: Improve changelog entries
    1014* dev: Build fixes
    11 
    12 2025-06-26 - version 1.5.0
    13 * dev: Improve changelog entries
    1415
    15162025-06-26 - version 1.5.0
  • productbird/trunk/productbird.php

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

    r3447067 r3447072  
    1391395. **Generated Description Example** - See the quality of AI generated product descriptions
    140140
     141
     142== Changelog ==
     143
     144*** Productbird Changelog ***
     145
     1462025-01-26 - version 1.5.7
     147* dev: Build fixes
     148
     1492025-06-26 - version 1.5.3
     150* dev: Build fixes
     151
     1522025-06-26 - version 1.5.2
     153* dev: Build fixes
     154
     1552025-06-26 - version 1.5.1
     156* dev: Improve changelog entries
     157* dev: Build fixes
     158
     1592025-06-26 - version 1.5.0
     160* feature: Add Spanish and German support.
     161
     1622025-06-26 - version 1.4.6
     163* update: Improved toast notification handling to prevent errors when toast is not available
     164* update: Changed plugin initialization from 'plugins_loaded' to 'init' hook for better compatibility
     165* update: Decrease client side queries on initial render
     166* fix: Fixed potential errors in global provider when toast notifications are not initialized
     167
     1682025-06-26 - version 1.4.4
     169* update: Global admin CSS is now enqueued for better style consistency
     170* update: Improved onboarding progress bar background
     171* update: Updated translations and version numbers
     172
     1732025-06-26 - version 1.4.4
     174* update: Display alert when out of credits.
     175* fix: Properly display user friendly API errors
     176
     1772025-06-26 - version 1.4.1
     178* fix: Build not applying version
     179
     1802025-06-26 - version 1.4.0
     181* feature: Specify language in global settings
     182* update: Now properly invalidates status of individual producsts when scheduling new items
     183* fix: Settings background turning black
     184
     1852025-06-26 - version 1.3.1
     186* feature: New advanced setting that allows you to clear queued products.
     187* update: Decrease polling time
     188
     1892025-06-26 - version 1.3.0
     190* feature: Add status column in product table
     191* feature: Add place where you can review all your generated descriptions
     192* feature: Added more comphrensive filters
     193* update: Improve how errors are being displayed
     194
     1952025-06-26 - version 1.2.3
     196* feature: Initial release with core AI description generation
     197* feature: WooCommerce bulk action integration
     198* feature: Product status tracking and filtering
     199* feature: Configurable tone and style settings
     200* feature: Secure API key authentication
  • productbird/trunk/vendor/composer/autoload_static.php

    r3305783 r3447072  
    1212
    1313    public static $prefixLengthsPsr4 = array (
    14         'P' => 
     14        'P' =>
    1515        array (
    1616            'Productbird\\' => 12,
     
    1919
    2020    public static $prefixDirsPsr4 = array (
    21         'Productbird\\' => 
     21        'Productbird\\' =>
    2222        array (
    2323            0 => __DIR__ . '/../..' . '/src',
  • productbird/trunk/vendor/composer/installed.php

    r3318263 r3447072  
    22    'root' => array(
    33        'name' => 'productbird/productbird',
    4         'pretty_version' => '1.5.3',
    5         'version' => '1.5.3.0',
    6         'reference' => '291f4c3b6c05dac52ae756d121b4eac9d407dd1e',
     4        'pretty_version' => '1.5.4',
     5        'version' => '1.5.4.0',
     6        'reference' => '7c81959a6170c3c91d0a544266ed574adafd83a9',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        'productbird/productbird' => array(
    23             'pretty_version' => '1.5.3',
    24             'version' => '1.5.3.0',
    25             'reference' => '291f4c3b6c05dac52ae756d121b4eac9d407dd1e',
     23            'pretty_version' => '1.5.4',
     24            'version' => '1.5.4.0',
     25            'reference' => '7c81959a6170c3c91d0a544266ed574adafd83a9',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
  • productbird/trunk/vendor/composer/platform_check.php

    r3302180 r3447072  
    2020        }
    2121    }
    22     trigger_error(
    23         'Composer detected issues in your platform: ' . implode(' ', $issues),
    24         E_USER_ERROR
     22    throw new \RuntimeException(
     23        'Composer detected issues in your platform: ' . implode(' ', $issues)
    2524    );
    2625}
Note: See TracChangeset for help on using the changeset viewer.