Plugin Directory

Changeset 3337859


Ignore:
Timestamp:
08/01/2025 02:08:35 PM (8 months ago)
Author:
stancer
Message:

Merge branch 'sd/CMS-316' into 'main'

Location:
stancer/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • stancer/trunk/README.txt

    r3335439 r3337859  
    6464= Minimum Requirements =
    6565
    66 * WordPress 6.1 or greater
     66* WordPress 6.5 or greater
     67* PHP 8.1 or greater
    6768
    6869= Automatic installation =
  • stancer/trunk/languages/readme-fr_FR.po

    r3337762 r3337859  
    66"Report-Msgid-Bugs-To: https://gitlab.com/wearestancer/cms/woocommerce/-/"
    77"issues\n"
    8 "POT-Creation-Date: 2024-08-05 08:49+0000\n"
     8"POT-Creation-Date: 2024-08-07 14:39+0000\n"
    99"PO-Revision-Date: 2025-07-30 14:33+0000\n"
    1010"Last-Translator: Sebastien <sderen@stancer.com>\n"
  • stancer/trunk/languages/stancer-fr_FR.po

    r3337762 r3337859  
    66"Report-Msgid-Bugs-To: https://gitlab.com/wearestancer/cms/woocommerce/-/"
    77"issues\n"
    8 "POT-Creation-Date: 2024-07-29 14:13+0000\n"
     8"POT-Creation-Date: 2024-07-29 18:34+0200\n"
    99"PO-Revision-Date: 2024-03-28 14:07+0100\n"
    1010"Last-Translator: Sebastien <sderen@stancer.com>\n"
  • stancer/trunk/stancer.php

    r3337762 r3337859  
    88 *
    99 * @wordpress-plugin
    10  * Plugin Name: Stancer
    11  * Plugin URI:  https://gitlab.com/wearestancer/cms/woocommerce
    12  * Description: Simple payment solution at low prices.
     10 * Plugin Name:       Stancer
     11 * Plugin URI:        https://gitlab.com/wearestancer/cms/woocommerce
     12 * Description:       Simple payment solution at low prices.
     13 * Requires at least: 6.5.0
     14 * Requires PHP:      8.1
    1315 * Version:     1.3.1
    14  * Author:      Stancer
    15  * Author URI:  https://www.stancer.com/
    16  * License:     MIT
    17  * License URI: https://opensource.org/licenses/MIT
    18  * Domain Path: /languages
    19  * Text Domain: stancer
     16 * Author:            Stancer
     17 * Author URI:        https://www.stancer.com/
     18 * License:           MIT
     19 * License URI:       https://opensource.org/licenses/MIT
     20 * Domain Path:       /languages
     21 * Text Domain:       stancer
    2022 */
    2123
     
    2830 */
    2931define( 'STANCER_WC_VERSION', '1.3.1' );
    30 define( 'STANCER_ASSETS_VERSION', '1754046556066' );
     32define( 'STANCER_ASSETS_VERSION', '1754057271436' );
    3133define( 'STANCER_FILE', __FILE__ );
    3234define( 'STANCER_DIRECTORY_PATH', plugin_dir_path( STANCER_FILE ) );
  • stancer/trunk/vendor-prefixer/vendor/composer/installed.php

    r3337762 r3337859  
    33namespace Stancer\Scoped\Isolated;
    44
    5 return array('root' => array('name' => 'stancer/cms-woocommerce', 'pretty_version' => 'dev-main', 'version' => 'dev-main', 'reference' => '0d30d727773b7ad98ae1847fd1133ebce59c75c7', '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' => '0d30d727773b7ad98ae1847fd1133ebce59c75c7', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'stancer/stancer' => array('pretty_version' => 'v1.1.4', 'version' => '1.1.4.0', 'reference' => '7c39bf050525c22f21bc6b9134259614dde0fb86', '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' => '5ab16f0bd6ea6ec667c7867f5e0b1b904e483887', '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' => '5ab16f0bd6ea6ec667c7867f5e0b1b904e483887', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'stancer/stancer' => array('pretty_version' => 'v1.1.4', 'version' => '1.1.4.0', 'reference' => '7c39bf050525c22f21bc6b9134259614dde0fb86', 'type' => 'library', 'install_path' => __DIR__ . '/../stancer/stancer', 'aliases' => array(), 'dev_requirement' => \false)));
Note: See TracChangeset for help on using the changeset viewer.