Changeset 3337860
- Timestamp:
- 08/01/2025 02:09:07 PM (8 months ago)
- Location:
- stancer/trunk
- Files:
-
- 8 edited
-
README.txt (modified) (2 diffs)
-
includes/class-stancer-abstract-table.php (modified) (2 diffs)
-
languages/readme-fr_FR.mo (modified) (previous)
-
languages/readme-fr_FR.po (modified) (2 diffs)
-
languages/stancer-fr_FR.mo (modified) (previous)
-
languages/stancer-fr_FR.po (modified) (1 diff)
-
stancer.php (modified) (2 diffs)
-
vendor-prefixer/vendor/composer/installed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stancer/trunk/README.txt
r3337859 r3337860 4 4 Tested up to: 6.8.0 5 5 Requires PHP: 8.1 6 Stable tag: 1. 3.16 Stable tag: 1.4.0 7 7 License: MIT 8 8 Contributors: stancer … … 87 87 [See complete changelog file on GitLab](https://gitlab.com/wearestancer/cms/woocommerce/-/blob/main/CHANGELOG.md). 88 88 89 = Version 1.4.0 = 90 * Remove `popup` option 91 * Update support for wordpress version to 6.5 and up 92 * Remove support for wordpress version from 6.4 and below 93 89 94 = Version 1.3.1 = 90 95 * Fix a bug regarding iframe display -
stancer/trunk/includes/class-stancer-abstract-table.php
r3337400 r3337860 51 51 * Name of primary key. 52 52 * 53 * @since 1. 3.153 * @since 1.4.0 54 54 * @var string 55 55 */ … … 59 59 * Table name. 60 60 * 61 * @since 1. 3.161 * @since 1.4.0 62 62 * @var string 63 63 */ -
stancer/trunk/languages/readme-fr_FR.po
r3337859 r3337860 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: 1. 3.1 - 3880bad72848ce4dfc58a5d6436e941a3084b961\n"5 "Project-Id-Version: 1.4.0 - e8d3c06b17b9f8a0e5eff7229712d8c65759124f\n" 6 6 "Report-Msgid-Bugs-To: https://gitlab.com/wearestancer/cms/woocommerce/-/" 7 7 "issues\n" 8 "POT-Creation-Date: 2024-08-07 1 4:39+0000\n"9 "PO-Revision-Date: 2025-0 7-30 14:33+0000\n"8 "POT-Creation-Date: 2024-08-07 15:31+0000\n" 9 "PO-Revision-Date: 2025-08-01 11:51+0000\n" 10 10 "Last-Translator: Sebastien <sderen@stancer.com>\n" 11 11 "Language-Team: \n" … … 277 277 278 278 #. Found in changelog list item. 279 msgid "Remove `popup` option" 280 msgstr "Suppression de l'option `popup`" 281 282 #. Found in changelog list item. 283 msgid "Update support for wordpress version to 6.5 and up" 284 msgstr "Mise à jour du support des version wordpress 6.5 et supérieures" 285 286 #. Found in changelog list item. 287 msgid "Remove support for wordpress version from 6.4 and below" 288 msgstr "Suppression du support des version wordpress 6.4 et inférieures" 289 290 #. Found in changelog list item. 279 291 msgid "Fix a bug regarding iframe display" 280 292 msgstr "Réparation d'un bug d'affichage des paiements intégré à la page" -
stancer/trunk/languages/stancer-fr_FR.po
r3337859 r3337860 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: 1. 3.1- d06109785b5524e036d62f1955740cf0f29ef112\n"5 "Project-Id-Version: 1.4.0 - d06109785b5524e036d62f1955740cf0f29ef112\n" 6 6 "Report-Msgid-Bugs-To: https://gitlab.com/wearestancer/cms/woocommerce/-/" 7 7 "issues\n" 8 "POT-Creation-Date: 2024-0 7-29 18:34+0200\n"8 "POT-Creation-Date: 2024-08-07 15:31+0000\n" 9 9 "PO-Revision-Date: 2024-03-28 14:07+0100\n" 10 10 "Last-Translator: Sebastien <sderen@stancer.com>\n" -
stancer/trunk/stancer.php
r3337859 r3337860 13 13 * Requires at least: 6.5.0 14 14 * Requires PHP: 8.1 15 * Version: 1. 3.115 * Version: 1.4.0 16 16 * Author: Stancer 17 17 * Author URI: https://www.stancer.com/ … … 29 29 * Currently plugin version. 30 30 */ 31 define( 'STANCER_WC_VERSION', '1. 3.1' );32 define( 'STANCER_ASSETS_VERSION', '1754057 271436' );31 define( 'STANCER_WC_VERSION', '1.4.0' ); 32 define( 'STANCER_ASSETS_VERSION', '1754057303161' ); 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
r3337859 r3337860 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' => ' 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)));5 return array('root' => array('name' => 'stancer/cms-woocommerce', 'pretty_version' => 'dev-main', 'version' => 'dev-main', 'reference' => '1808df6af3c05d07687d8df38c82c2061551b7bf', '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' => '1808df6af3c05d07687d8df38c82c2061551b7bf', '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.