Changeset 3217295
- Timestamp:
- 01/05/2025 09:48:49 PM (15 months ago)
- Location:
- sendbox-shipping
- Files:
-
- 46 added
- 2 edited
-
tags/5.0 (added)
-
tags/5.0/LICENSE.txt (added)
-
tags/5.0/README.md (added)
-
tags/5.0/README.txt (added)
-
tags/5.0/admin (added)
-
tags/5.0/admin/class-wooss-admin.php (added)
-
tags/5.0/admin/css (added)
-
tags/5.0/admin/css/wooss-admin.css (added)
-
tags/5.0/admin/images (added)
-
tags/5.0/admin/images/loader.gif (added)
-
tags/5.0/admin/index.php (added)
-
tags/5.0/admin/js (added)
-
tags/5.0/admin/js/wooss-admin.js (added)
-
tags/5.0/admin/partials (added)
-
tags/5.0/admin/partials/wooss-admin-display.php (added)
-
tags/5.0/includes (added)
-
tags/5.0/includes/assets (added)
-
tags/5.0/includes/assets/css (added)
-
tags/5.0/includes/assets/css/styles.css (added)
-
tags/5.0/includes/assets/js (added)
-
tags/5.0/includes/assets/js/jqueryserilize.js (added)
-
tags/5.0/includes/assets/js/script.js (added)
-
tags/5.0/includes/class-wooss-activator.php (added)
-
tags/5.0/includes/class-wooss-deactivator.php (added)
-
tags/5.0/includes/class-wooss-i18n.php (added)
-
tags/5.0/includes/class-wooss-loader.php (added)
-
tags/5.0/includes/class-wooss-sendbox-shipping-api.php (added)
-
tags/5.0/includes/class-wooss-shipping-method.php (added)
-
tags/5.0/includes/class-wooss.php (added)
-
tags/5.0/includes/index.php (added)
-
tags/5.0/index.php (added)
-
tags/5.0/languages (added)
-
tags/5.0/languages/wooss-en_US.mo (added)
-
tags/5.0/languages/wooss-en_US.po (added)
-
tags/5.0/languages/wooss.pot (added)
-
tags/5.0/public (added)
-
tags/5.0/public/class-wooss-public.php (added)
-
tags/5.0/public/css (added)
-
tags/5.0/public/css/wooss-public.css (added)
-
tags/5.0/public/index.php (added)
-
tags/5.0/public/js (added)
-
tags/5.0/public/js/wooss-public.js (added)
-
tags/5.0/public/partials (added)
-
tags/5.0/public/partials/wooss-public-display.php (added)
-
tags/5.0/uninstall.php (added)
-
tags/5.0/wooss.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/wooss.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sendbox-shipping/trunk/README.txt
r3217291 r3217295 4 4 Tags: shipping, shipping zones, local shipping, international shipping 5 5 Requires at least: 6.5.4 6 Tested up to: 6. 5.47 Stable tag: 4.98 Requires PHP: 5.36 Tested up to: 6.7 7 Stable tag: 5.0 8 Requires PHP: 8.0 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 113 113 <h3> Arbitrary section </h3> 114 114 115 <b>It is important to have a very stable internet when using this plguin to have maximum satisfaction </b>115 <b>It is important to have a very stable internet when using this plguin to have maximum satisfaction..</b> 116 116 117 117 -
sendbox-shipping/trunk/wooss.php
r3217291 r3217295 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: 4.9.118 * Version: 5.0 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', ' 4.9.1');37 define('WOOSS_VERSION', '5.0'); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.