Plugin Directory

Changeset 3306234


Ignore:
Timestamp:
06/04/2025 08:40:39 AM (10 months ago)
Author:
productbird
Message:

Update to version 1.4.1 from GitHub

Location:
productbird
Files:
4 edited
1 copied

Legend:

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

    r3306227 r3306234  
    44 * Plugin URI:  https://productbird.ai
    55 * Description: Productbird helps ecommerce owners get more done by providing various AI tools.
    6  * Version:     
     6 * Version:     1.4.1
    77 * Requires at least: 5.0
    88 * Tested up to: 6.8
     
    2323}
    2424
    25 define( 'PRODUCTBIRD_VERSION', '1.4.0' );
     25define( 'PRODUCTBIRD_VERSION', '1.4.1' );
    2626define( 'PRODUCTBIRD_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2727
  • productbird/tags/1.4.1/vendor/composer/installed.php

    r3306227 r3306234  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        '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',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
  • productbird/trunk/productbird.php

    r3306227 r3306234  
    44 * Plugin URI:  https://productbird.ai
    55 * Description: Productbird helps ecommerce owners get more done by providing various AI tools.
    6  * Version:     
     6 * Version:     1.4.1
    77 * Requires at least: 5.0
    88 * Tested up to: 6.8
     
    2323}
    2424
    25 define( 'PRODUCTBIRD_VERSION', '1.4.0' );
     25define( 'PRODUCTBIRD_VERSION', '1.4.1' );
    2626define( 'PRODUCTBIRD_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2727
  • productbird/trunk/vendor/composer/installed.php

    r3306227 r3306234  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        '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',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.