Plugin Directory

Changeset 3105114

Timestamp:
06/20/2024 01:13:54 PM (5 weeks ago)
Author:
stancer
Message:

typo

Location:
stancer/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • stancer/trunk/README.txt

    r3105086 r3105114  
    8888
    8989= Version 1.2.4 =
    90 * Specifing support for HPOS
     90* S HPOS
    9191* Fixing multiple payment on iframe and a bug for multiple item refunds
    9292* Adding devcontainer for easy development.
  • stancer/trunk/languages/stancer-fr_FR.po

    r3105110 r3105114  
    66"Report-Msgid-Bugs-To: https://gitlab.com/wearestancer/cms/woocommerce/-/"
    77"issues\n"
    8 "POT-Creation-Date: 2024-03-21 16:05+0100\n"
     8"POT-Creation-Date: 2024-03-2+0100\n"
    99"PO-Revision-Date: 2024-03-29 18:29+0100\n"
    1010"Last-Translator: Joel <jdasilva@corp.free.fr>\n"
  • stancer/trunk/stancer.php

    r3105110 r3105114  
    2828 */
    2929define( 'STANCER_WC_VERSION', '1.2.4' );
    30 define( 'STANCER_ASSETS_VERSION', '1718889058335' );
     30define( 'STANCER_ASSETS_VERSION', '1718889' );
    3131define( 'STANCER_FILE', __FILE__ );
    3232define( 'STANCER_DIRECTORY_PATH', plugin_dir_path( STANCER_FILE ) );
  • stancer/trunk/vendor-prefixer/vendor/composer/installed.php

    r3105110 r3105114  
    33namespace Stancer\Scoped\Isolated;
    44
    5 return array('root' => array('name' => 'stancer/cms-woocommerce', 'pretty_version' => 'dev-main', 'version' => 'dev-main', 'reference' => 'de8bd9b4cb2f64c904283481f0879aaaf8717bd0', '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' => 'de8bd9b4cb2f64c904283481f0879aaaf8717bd0', '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' => 'd', '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.