Changeset 3347022
- Timestamp:
- 08/19/2025 12:53:10 PM (8 months ago)
- Location:
- sendbox-shipping
- Files:
-
- 6 edited
-
tags/5.3/README.txt (modified) (1 diff)
-
tags/5.3/languages/wooss-en_US.po (modified) (1 diff)
-
tags/5.3/languages/wooss.pot (modified) (1 diff)
-
tags/5.3/wooss.php (modified) (2 diffs)
-
trunk/README.txt (modified) (1 diff)
-
trunk/wooss.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sendbox-shipping/tags/5.3/README.txt
r3347015 r3347022 5 5 Requires at least: 6.5.4 6 6 Tested up to: 6.7 7 Stable tag: 5. 27 Stable tag: 5.3 8 8 Requires PHP: 8.0 9 9 License: GPLv2 or later -
sendbox-shipping/tags/5.3/languages/wooss-en_US.po
r3347015 r3347022 13 13 "Content-Transfer-Encoding: 8bit\n" 14 14 "X-Generator: Loco https://localise.biz/\n" 15 "X-Loco-Version: 2.3.0; wp-5. 2.2"15 "X-Loco-Version: 2.3.0; wp-5.3.2" 16 16 17 17 #. URI of the plugin -
sendbox-shipping/tags/5.3/languages/wooss.pot
r3347015 r3347022 14 14 "Content-Transfer-Encoding: 8bit\n" 15 15 "X-Generator: Loco https://localise.biz/\n" 16 "X-Loco-Version: 2.3.0; wp-5. 2.2"16 "X-Loco-Version: 2.3.0; wp-5.3.2" 17 17 18 18 #. URI of the plugin -
sendbox-shipping/tags/5.3/wooss.php
r3347015 r3347022 16 16 * Plugin URI: # 17 17 * Description: A Sendbox WooCommerce shipping plugin that enables you ship from your store to anywhere in the world. 18 * Version: 5. 218 * Version: 5.3 19 19 * Author: sendbox 20 20 * Author URI: https://sendbox.ng/ … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define('WOOSS_VERSION', '5. 2');37 define('WOOSS_VERSION', '5.3'); 38 38 39 39 /** -
sendbox-shipping/trunk/README.txt
r3255662 r3347022 5 5 Requires at least: 6.5.4 6 6 Tested up to: 6.7 7 Stable tag: 5. 27 Stable tag: 5.3 8 8 Requires PHP: 8.0 9 9 License: GPLv2 or later -
sendbox-shipping/trunk/wooss.php
r3255662 r3347022 16 16 * Plugin URI: # 17 17 * Description: A Sendbox WooCommerce shipping plugin that enables you ship from your store to anywhere in the world. 18 * Version: 5. 218 * Version: 5.3 19 19 * Author: sendbox 20 20 * Author URI: https://sendbox.ng/ … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define('WOOSS_VERSION', '5. 2');37 define('WOOSS_VERSION', '5.3'); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.