Plugin Directory

Changeset 3062133

Timestamp:
04/01/2024 02:01:39 PM (4 months ago)
Author:
ecgan
Message:

Tagging version 1.3.24

Location:
pinterest-for-woocommerce
Files:
7 edited
1 copied

Legend:

Unmodified
Added
Removed
  • pinterest-for-woocommerce/tags/1.3.24/changelog.txt

    r3049775 r3062133  
    11*** Pinterest for WooCommerce Changelog ***
     2
     3
     4
    25
    36= 1.3.23 - 2024-03-12 =
  • pinterest-for-woocommerce/tags/1.3.24/i18n/languages/pinterest-for-woocommerce.pot

    r3049775 r3062133  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Pinterest for WooCommerce 1.3.23\n"
     5"Project-Id-Version: Pinterest for WooCommerce 1.3.2\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pinterest-for-woocommerce\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-03-12T13:08:35+00:00\n"
     12"POT-Creation-Date: 2024-05+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.8.1\n"
  • pinterest-for-woocommerce/tags/1.3.24/pinterest-for-woocommerce.php

    r3049775 r3062133  
    1414 * Plugin URI:        https://woo.com/products/pinterest-for-woocommerce/
    1515 * Description:       Grow your business on Pinterest! Use this official plugin to allow shoppers to Pin products while browsing your store, track conversions, and advertise on Pinterest.
    16  * Version:           1.3.23
     16 * Version:           1.3.2
    1717 * Author:            WooCommerce
    1818 * Author URI:        https://woo.com
     
    2727 *
    2828 * WC requires at least: 6.3
    29  * WC tested up to: 8.7
     29 * WC tested up to: 8.
    3030 */
    3131
     
    4747
    4848define( 'PINTEREST_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__ );
    49 define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.3.23' ); // WRCS: DEFINED_VERSION.
     49define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.3.2' ); // WRCS: DEFINED_VERSION.
    5050
    5151// HPOS compatibility declaration.
  • pinterest-for-woocommerce/tags/1.3.24/readme.txt

    r3049775 r3062133  
    55Tested up to: 6.5
    66Requires PHP: 7.3
    7 Stable tag: 1.3.23
     7Stable tag: 1.3.2
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    9191
    9292== Changelog ==
     93
     94
     95
    9396
    9497= 1.3.23 - 2024-03-12 =
  • pinterest-for-woocommerce/tags/1.3.24/vendor/composer/installed.php

    r3049775 r3062133  
    22    'root' => array(
    33        'name' => 'woocommerce/pinterest-for-woocommerce',
    4         'pretty_version' => 'dev-release/1.3.23',
    5         'version' => 'dev-release/1.3.23',
    6         'reference' => '81565e9069a21c0047bfc7dbd776593125572986',
     4        'pretty_version' => 'dev-release/1.3.2',
     5        'version' => 'dev-release/1.3.2',
     6        'reference' => '',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    4848        ),
    4949        'woocommerce/pinterest-for-woocommerce' => array(
    50             'pretty_version' => 'dev-release/1.3.23',
    51             'version' => 'dev-release/1.3.23',
    52             'reference' => '81565e9069a21c0047bfc7dbd776593125572986',
     50            'pretty_version' => 'dev-release/1.3.2',
     51            'version' => 'dev-release/1.3.2',
     52            'reference' => '',
    5353            'type' => 'wordpress-plugin',
    5454            'install_path' => __DIR__ . '/../../',
  • pinterest-for-woocommerce/tags/1.3.24/vendor/composer/jetpack_autoload_psr4.php

    r3049775 r3062133  
    1212    ),
    1313    'Automattic\\WooCommerce\\Pinterest\\' => array(
    14         'version' => 'dev-release/1.3.23',
     14        'version' => 'dev-release/1.3.2',
    1515        'path'    => array( $baseDir . '/src' )
    1616    ),
  • pinterest-for-woocommerce/trunk/readme.txt

    r3049775 r3062133  
    55Tested up to: 6.2
    66Requires PHP: 7.3
    7 Stable tag: 1.3.23
     7Stable tag: 1.3.2
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.