Changeset 3478390
- Timestamp:
- 03/09/2026 05:23:29 PM (4 weeks ago)
- Location:
- sendbox-shipping
- Files:
-
- 17 deleted
- 2 edited
- 8 copied
-
tags/5.5.1 (copied) (copied from sendbox-shipping/trunk)
-
tags/5.5.1/README.md (copied) (copied from sendbox-shipping/trunk/README.md)
-
tags/5.5.1/README.txt (copied) (copied from sendbox-shipping/trunk/README.txt) (1 diff)
-
tags/5.5.1/admin/class-wooss-admin.php (deleted)
-
tags/5.5.1/admin/css (deleted)
-
tags/5.5.1/admin/images (deleted)
-
tags/5.5.1/admin/js (deleted)
-
tags/5.5.1/admin/partials (deleted)
-
tags/5.5.1/assets (copied) (copied from sendbox-shipping/trunk/assets)
-
tags/5.5.1/includes/assets (deleted)
-
tags/5.5.1/includes/class-wooss-activator.php (deleted)
-
tags/5.5.1/includes/class-wooss-deactivator.php (deleted)
-
tags/5.5.1/includes/class-wooss-i18n.php (deleted)
-
tags/5.5.1/includes/class-wooss-loader.php (deleted)
-
tags/5.5.1/includes/class-wooss-sendbox-shipping-api.php (deleted)
-
tags/5.5.1/includes/class-wooss-shipping-method.php (deleted)
-
tags/5.5.1/includes/class-wooss.php (deleted)
-
tags/5.5.1/public/class-wooss-public.php (deleted)
-
tags/5.5.1/public/css (deleted)
-
tags/5.5.1/public/js (deleted)
-
tags/5.5.1/public/partials (deleted)
-
tags/5.5.1/src (copied) (copied from sendbox-shipping/trunk/src)
-
tags/5.5.1/uninstall.php (copied) (copied from sendbox-shipping/trunk/uninstall.php)
-
tags/5.5.1/wooss-reset.php (copied) (copied from sendbox-shipping/trunk/wooss-reset.php)
-
tags/5.5.1/wooss.php (copied) (copied from sendbox-shipping/trunk/wooss.php) (2 diffs)
-
trunk/README.txt (modified) (1 diff)
-
trunk/wooss.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sendbox-shipping/tags/5.5.1/README.txt
r3478358 r3478390 5 5 Requires at least: 6.0 6 6 Tested up to: 6.9 7 Stable tag: 5.5. 07 Stable tag: 5.5.1 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later -
sendbox-shipping/tags/5.5.1/wooss.php
r3478358 r3478390 4 4 * Plugin URI: https://sendbox.co/ 5 5 * Description: WooCommerce shipping integration with Sendbox — ship from your store to anywhere in the world. 6 * Version: 5.5. 06 * Version: 5.5.1 7 7 * Author: Sendbox 8 8 * Author URI: https://sendbox.co/ … … 23 23 } 24 24 25 define( 'WOOSS_VERSION', '5.5. 0' );25 define( 'WOOSS_VERSION', '5.5.1' ); 26 26 define( 'WOOSS_PLUGIN_FILE', __FILE__ ); 27 27 define( 'WOOSS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
sendbox-shipping/trunk/README.txt
r3478358 r3478390 5 5 Requires at least: 6.0 6 6 Tested up to: 6.9 7 Stable tag: 5.5. 07 Stable tag: 5.5.1 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later -
sendbox-shipping/trunk/wooss.php
r3478358 r3478390 4 4 * Plugin URI: https://sendbox.co/ 5 5 * Description: WooCommerce shipping integration with Sendbox — ship from your store to anywhere in the world. 6 * Version: 5.5. 06 * Version: 5.5.1 7 7 * Author: Sendbox 8 8 * Author URI: https://sendbox.co/ … … 23 23 } 24 24 25 define( 'WOOSS_VERSION', '5.5. 0' );25 define( 'WOOSS_VERSION', '5.5.1' ); 26 26 define( 'WOOSS_PLUGIN_FILE', __FILE__ ); 27 27 define( 'WOOSS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.