Plugin Directory

Changeset 3464928


Ignore:
Timestamp:
02/19/2026 09:41:10 AM (6 weeks ago)
Author:
stancer
Message:

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

Location:
stancer/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • stancer/trunk/README.txt

    r3339103 r3464928  
    9696
    9797= Version 1.3.0 =
    98 * Add support for WooCommerce blocks
     98* Add support for [WooCommerce blocks](https://woocommerce.com/document/blocs-woocommerce/)
    9999
    100100= Version 1.2.6 =
  • stancer/trunk/languages/readme-fr_FR.po

    r3464926 r3464928  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: 1.4.0 - 7f2ca3e5c67a7eb7caaa522334621e7093dd96d5\n"
     5"Project-Id-Version: 1.4.0 - 4e18ae3a6ec6d20a4b8788ea4ba3c63ae520c983\n"
    66"Report-Msgid-Bugs-To: https://gitlab.com/wearestancer/cms/woocommerce/-/"
    77"issues\n"
    8 "POT-Creation-Date: 2024-06-27 14:57+0200\n"
    9 "PO-Revision-Date: 2026-02-17 14:44+0000\n"
     8"POT-Creation-Date: 2024-09-26 12:03+0000\n"
     9"PO-Revision-Date: 2026-02-18 10:23+0000\n"
    1010"Last-Translator: Sebastien <sderen@stancer.com>\n"
    1111"Language-Team: \n"
     
    191191#. Found in description paragraph.
    192192msgid ""
    193 "Do you have any questions about Stancer? <a href=\"https://share-eu1.hsforms."
    194 "com/1eDEtFIXEQtWpVz8PyOEK3gft2n5\">Contact us</a>"
    195 msgstr ""
    196 "Vous avez des questions sur Stancer ? <a href=\"https://share-eu1.hsforms."
    197 "com/1eDEtFIXEQtWpVz8PyOEK3gft2n5\">Contactez-nous</a>"
     193"Do you have any questions about Stancer? <a href=\"https://share-"
     194"eu1.hsforms.com/1eDEtFIXEQtWpVz8PyOEK3gft2n5\">Contact us</a>"
     195msgstr ""
     196"Vous avez des questions sur Stancer ? <a href=\"https://share-"
     197"eu1.hsforms.com/1eDEtFIXEQtWpVz8PyOEK3gft2n5\">Contactez-nous</a>"
    198198
    199199#. Found in installation header.
     
    309309
    310310#. Found in changelog list item.
    311 msgid "Add support for WooCommerce blocks"
    312 msgstr "Ajout du support pour les blocs WooCommerce"
     311msgid ""
     312"Add support for <a href=\"https://woocommerce.com/document/blocs-woocommerce/"
     313"\">WooCommerce blocks</a>"
     314msgstr ""
     315"Support de <a href=\"https://woocommerce.com/document/blocs-woocommerce/\">WooCommerce blocks</a>"
    313316
    314317#. Found in changelog header.
  • stancer/trunk/languages/stancer-fr_FR.po

    r3464926 r3464928  
    77"Report-Msgid-Bugs-To: https://gitlab.com/wearestancer/cms/woocommerce/-/"
    88"issues\n"
    9 "POT-Creation-Date: 2024-06-27 14:57+0200\n"
     9"POT-Creation-Date: 2024-09-26 12:03+0000\n"
    1010"PO-Revision-Date: 2026-02-17 13:56+0000\n"
    1111"Last-Translator: Sebastien <sderen@stancer.com>\n"
  • stancer/trunk/stancer.php

    r3464926 r3464928  
    3030 */
    3131define( 'STANCER_WC_VERSION', '1.4.0' );
    32 define( 'STANCER_ASSETS_VERSION', '1771493917861' );
     32define( 'STANCER_ASSETS_VERSION', '1771494005656' );
    3333define( 'STANCER_FILE', __FILE__ );
    3434define( 'STANCER_DIRECTORY_PATH', plugin_dir_path( STANCER_FILE ) );
  • stancer/trunk/vendor-prefixer/vendor/composer/installed.php

    r3464926 r3464928  
    33namespace Stancer\Scoped\Isolated;
    44
    5 return array('root' => array('name' => 'stancer/cms-woocommerce', 'pretty_version' => 'dev-main', 'version' => 'dev-main', 'reference' => 'd3ab11950ffdeab07a3d82bf8459fc9787fc7355', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('psr/http-message' => array('pretty_version' => '2.0', 'version' => '2.0.0.0', 'reference' => '402d35bcb92c70c026d1a6a9883f06b2ead23d71', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/log' => array('pretty_version' => '3.0.2', 'version' => '3.0.2.0', 'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'stancer/cms-woocommerce' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'reference' => 'd3ab11950ffdeab07a3d82bf8459fc9787fc7355', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'stancer/stancer' => array('pretty_version' => 'v2.1.0', 'version' => '2.1.0.0', 'reference' => '91b90a8d843faf680aa1680373268069ab15b6b5', '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' => 'df61d007fea01f40bc9950e2bc05c70b0f2c0a06', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('psr/http-message' => array('pretty_version' => '2.0', 'version' => '2.0.0.0', 'reference' => '402d35bcb92c70c026d1a6a9883f06b2ead23d71', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/log' => array('pretty_version' => '3.0.2', 'version' => '3.0.2.0', 'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'stancer/cms-woocommerce' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'reference' => 'df61d007fea01f40bc9950e2bc05c70b0f2c0a06', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'stancer/stancer' => array('pretty_version' => 'v2.1.0', 'version' => '2.1.0.0', 'reference' => '91b90a8d843faf680aa1680373268069ab15b6b5', 'type' => 'library', 'install_path' => __DIR__ . '/../stancer/stancer', 'aliases' => array(), 'dev_requirement' => \false)));
Note: See TracChangeset for help on using the changeset viewer.