Changeset 3467725
- Timestamp:
- 02/23/2026 01:08:38 PM (5 weeks ago)
- Location:
- steadfast-api
- Files:
-
- 24 added
- 2 edited
-
tags/1.0.6 (added)
-
tags/1.0.6/assets (added)
-
tags/1.0.6/assets/admin (added)
-
tags/1.0.6/assets/admin/css (added)
-
tags/1.0.6/assets/admin/css/dashboard.css (added)
-
tags/1.0.6/assets/admin/css/style.css (added)
-
tags/1.0.6/assets/admin/img (added)
-
tags/1.0.6/assets/admin/img/logo.png (added)
-
tags/1.0.6/assets/admin/img/steadfast-bg.png (added)
-
tags/1.0.6/assets/admin/js (added)
-
tags/1.0.6/assets/admin/js/dashboard.js (added)
-
tags/1.0.6/assets/admin/js/scripts.js (added)
-
tags/1.0.6/assets/invoice (added)
-
tags/1.0.6/assets/invoice/css (added)
-
tags/1.0.6/assets/invoice/css/style.css (added)
-
tags/1.0.6/includes (added)
-
tags/1.0.6/includes/ajax.php (added)
-
tags/1.0.6/includes/class-admin-menu.php (added)
-
tags/1.0.6/includes/class-hooks.php (added)
-
tags/1.0.6/includes/functions.php (added)
-
tags/1.0.6/readme.txt (added)
-
tags/1.0.6/steadfast-api.php (added)
-
tags/1.0.6/templates (added)
-
tags/1.0.6/templates/invoice.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/steadfast-api.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
steadfast-api/trunk/readme.txt
r3452297 r3467725 5 5 Tags: steadfast, steadfast courier, packly, steadfast api 6 6 Requires at least: 6.5.5 7 Tested up to: 6.9 7 Tested up to: 6.9.1 8 8 Requires PHP: 8.0 9 Stable tag: 1.0. 510 Tested up to WooCommerce: 10. 3.59 Stable tag: 1.0.6 10 Tested up to WooCommerce: 10.5.2 11 11 Text Domain: steadfast-api 12 12 License: GPLv2 … … 94 94 == Changelog == 95 95 96 = 1.0.6 = 97 * Compatibility update for WordPress & WooCommerce version. 98 96 99 = 1.0.5 = 97 100 * Fix css loading issue. -
steadfast-api/trunk/steadfast-api.php
r3453949 r3467725 4 4 * Plugin Name: SteadFast API 5 5 * Description: Send to SteadFast gives you the ability to send your parcel request to SteadFast directly from your WooCommerce dashboard, it enables booking automation from your WordPress website. You can send your parcel to SteadFast one by one, or you can choose bulk send from "bulk action" dropdown. 6 * Version: 1.0. 56 * Version: 1.0.6 7 7 * Author: SteadFast Courier LTD 8 8 * Text Domain: steadfast-api … … 17 17 defined( 'STDF_PLUGIN_DIR' ) || define( 'STDF_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 18 18 defined( 'STDF_PLUGIN_FILE' ) || define( 'STDF_PLUGIN_FILE', plugin_basename( __FILE__ ) ); 19 defined( 'STDF_PLUGIN_VERSION' ) || define( 'STDF_PLUGIN_VERSION', '1.0. 5' );19 defined( 'STDF_PLUGIN_VERSION' ) || define( 'STDF_PLUGIN_VERSION', '1.0.4' ); 20 20 21 21
Note: See TracChangeset
for help on using the changeset viewer.