Changeset 3479239
- Timestamp:
- 03/10/2026 03:56:38 PM (3 weeks ago)
- Location:
- stancer/trunk
- Files:
-
- 6 edited
-
README.txt (modified) (1 diff)
-
languages/readme-fr_FR.mo (modified) (previous)
-
languages/readme-fr_FR.po (modified) (3 diffs)
-
languages/stancer-fr_FR.po (modified) (1 diff)
-
stancer.php (modified) (1 diff)
-
vendor-prefixer/vendor/composer/installed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stancer/trunk/README.txt
r3464928 r3479239 87 87 [See complete changelog file on GitLab](https://gitlab.com/wearestancer/cms/woocommerce/-/blob/main/CHANGELOG.md). 88 88 89 = Version 1.4.1 = 90 * Remove authorization option 91 * Add use of Stancer API V2 92 * Change order of API keys 93 89 94 = Version 1.4.0 = 90 95 * Remove `popup` option -
stancer/trunk/languages/readme-fr_FR.po
r3479131 r3479239 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: 1.4.0 - 4e18ae3a6ec6d20a4b8788ea4ba3c63ae520c983\n"5 "Project-Id-Version: 1.4.0 - 795bc5461024115c5c52f80540d931bcd5d9fc9a\n" 6 6 "Report-Msgid-Bugs-To: https://gitlab.com/wearestancer/cms/woocommerce/-/" 7 7 "issues\n" 8 "POT-Creation-Date: 2025-07-23 1 2:28+0000\n"9 "PO-Revision-Date: 2026-0 2-18 10:23+0000\n"8 "POT-Creation-Date: 2025-07-23 16:25+0200\n" 9 "PO-Revision-Date: 2026-03-10 14:42+0100\n" 10 10 "Last-Translator: Sebastien <sderen@stancer.com>\n" 11 11 "Language-Team: \n" … … 281 281 282 282 #. Found in changelog header. 283 msgid "Version 1.4.1" 284 msgstr "Version 1.4.1" 285 286 #. Found in changelog list item. 287 msgid "Remove authorization option" 288 msgstr "Suppression de l'option d'autorisation" 289 290 #. Found in changelog list item. 291 msgid "Add use of Stancer API V2" 292 msgstr "Ajout de l'API V2 Stancer" 293 294 #. Found in changelog list item. 295 msgid "Change order of API keys" 296 msgstr "Changement d'ordre des clefs d'API" 297 298 #. Found in changelog header. 283 299 msgid "Version 1.4.0" 284 300 msgstr "Version 1.4.0" … … 313 329 "\">WooCommerce blocks</a>" 314 330 msgstr "" 315 "Support de <a href=\"https://woocommerce.com/document/blocs-woocommerce/\">WooCommerce blocks</a>" 331 "Support de <a href=\"https://woocommerce.com/document/blocs-woocommerce/" 332 "\">WooCommerce blocks</a>" 316 333 317 334 #. Found in changelog header. -
stancer/trunk/languages/stancer-fr_FR.po
r3479131 r3479239 7 7 "Report-Msgid-Bugs-To: https://gitlab.com/wearestancer/cms/woocommerce/-/" 8 8 "issues\n" 9 "POT-Creation-Date: 2025-07-23 1 2:28+0000\n"9 "POT-Creation-Date: 2025-07-23 16:25+0200\n" 10 10 "PO-Revision-Date: 2026-02-25 10:54+0000\n" 11 11 "Last-Translator: Sebastien <sderen@stancer.com>\n" -
stancer/trunk/stancer.php
r3479131 r3479239 30 30 */ 31 31 define( 'STANCER_WC_VERSION', '1.4.0' ); 32 define( 'STANCER_ASSETS_VERSION', '17731 49714268' );32 define( 'STANCER_ASSETS_VERSION', '1773158144256' ); 33 33 define( 'STANCER_FILE', __FILE__ ); 34 34 define( 'STANCER_DIRECTORY_PATH', plugin_dir_path( STANCER_FILE ) ); -
stancer/trunk/vendor-prefixer/vendor/composer/installed.php
r3479131 r3479239 3 3 namespace Stancer\Scoped\Isolated; 4 4 5 return array('root' => array('name' => 'stancer/cms-woocommerce', 'pretty_version' => 'dev-main', 'version' => 'dev-main', 'reference' => 'f 05c2aaf0f0ed7ee3ca78f96556f047a535c11ca', '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' => 'f05c2aaf0f0ed7ee3ca78f96556f047a535c11ca', '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)));5 return array('root' => array('name' => 'stancer/cms-woocommerce', 'pretty_version' => 'dev-main', 'version' => 'dev-main', 'reference' => 'fcc0a864dc18620fea76bc67ca0d729bc6d49dc8', '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' => 'fcc0a864dc18620fea76bc67ca0d729bc6d49dc8', '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.