Plugin Directory

Changeset 3335439


Ignore:
Timestamp:
07/28/2025 02:45:42 PM (8 months ago)
Author:
stancer
Message:

Merge remote-tracking branch 'origin/sd/CMS-374'

Location:
stancer/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • stancer/trunk/README.txt

    r3335259 r3335439  
    11=== Stancer for WooCommerce ===
    22Tags: stancer, payment, credit card, sepa, ecommerce
    3 Requires at least: 6.1.0
     3Requires at least: 6.5.0
    44Tested up to: 6.8.0
    5 Requires PHP: 7.4
     5Requires PHP: 8.1
    66Stable tag: 1.3.1
    77License: MIT
  • stancer/trunk/languages/stancer-fr_FR.po

    r3335425 r3335439  
    66"Report-Msgid-Bugs-To: https://gitlab.com/wearestancer/cms/woocommerce/-/"
    77"issues\n"
    8 "POT-Creation-Date: 2024-02-15 10:43+0000\n"
     8"POT-Creation-Date: 2024-07-25 13:55+0000\n"
    99"PO-Revision-Date: 2024-06-27 14:57+0200\n"
    1010"Last-Translator: Sebastien <sderen@stancer.com>\n"
  • stancer/trunk/stancer.php

    r3335425 r3335439  
    2828 */
    2929define( 'STANCER_WC_VERSION', '1.3.1' );
    30 define( 'STANCER_ASSETS_VERSION', '1753713145262' );
     30define( 'STANCER_ASSETS_VERSION', '1753713893709' );
    3131define( 'STANCER_FILE', __FILE__ );
    3232define( 'STANCER_DIRECTORY_PATH', plugin_dir_path( STANCER_FILE ) );
  • stancer/trunk/vendor-prefixer/vendor/composer/installed.php

    r3335425 r3335439  
    33namespace Stancer\Scoped\Isolated;
    44
    5 return array('root' => array('name' => 'stancer/cms-woocommerce', 'pretty_version' => 'dev-3a95a5bb0bddfced7d34948d9f2f8ef786250794', 'version' => 'dev-3a95a5bb0bddfced7d34948d9f2f8ef786250794', 'reference' => '3a95a5bb0bddfced7d34948d9f2f8ef786250794', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('psr/http-message' => array('pretty_version' => '1.1', 'version' => '1.1.0.0', 'reference' => 'cb6ce4845ce34a8ad9e68117c10ee90a29919eba', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/log' => array('pretty_version' => '1.1.4', 'version' => '1.1.4.0', 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'stancer/cms-woocommerce' => array('pretty_version' => 'dev-3a95a5bb0bddfced7d34948d9f2f8ef786250794', 'version' => 'dev-3a95a5bb0bddfced7d34948d9f2f8ef786250794', 'reference' => '3a95a5bb0bddfced7d34948d9f2f8ef786250794', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'stancer/stancer' => array('pretty_version' => 'v1.1.3', 'version' => '1.1.3.0', 'reference' => 'ebd111ebdce45aedbf9a892d47009098b99a99d0', 'type' => 'library', 'install_path' => __DIR__ . '/../stancer/stancer', 'aliases' => array(), 'dev_requirement' => \false)));
     5return array('root' => array('name' => 'stancer/cms-woocommerce', 'pretty_version' => 'dev-main', 'version' => 'dev-main', 'reference' => '0e78489ba00fe6256948e725891c01d1b341530a', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('psr/http-message' => array('pretty_version' => '1.1', 'version' => '1.1.0.0', 'reference' => 'cb6ce4845ce34a8ad9e68117c10ee90a29919eba', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/log' => array('pretty_version' => '1.1.4', 'version' => '1.1.4.0', 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'stancer/cms-woocommerce' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'reference' => '0e78489ba00fe6256948e725891c01d1b341530a', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'stancer/stancer' => array('pretty_version' => 'v1.1.3', 'version' => '1.1.3.0', 'reference' => 'ebd111ebdce45aedbf9a892d47009098b99a99d0', 'type' => 'library', 'install_path' => __DIR__ . '/../stancer/stancer', 'aliases' => array(), 'dev_requirement' => \false)));
Note: See TracChangeset for help on using the changeset viewer.