Changeset 3453949
- Timestamp:
- 02/04/2026 04:33:46 PM (8 weeks ago)
- Location:
- steadfast-api
- Files:
-
- 2 edited
-
tags/1.0.5/steadfast-api.php (modified) (2 diffs)
-
trunk/steadfast-api.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
steadfast-api/tags/1.0.5/steadfast-api.php
r3452297 r3453949 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. 46 * Version: 1.0.5 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. 4' );19 defined( 'STDF_PLUGIN_VERSION' ) || define( 'STDF_PLUGIN_VERSION', '1.0.5' ); 20 20 21 21 -
steadfast-api/trunk/steadfast-api.php
r3452297 r3453949 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. 46 * Version: 1.0.5 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. 4' );19 defined( 'STDF_PLUGIN_VERSION' ) || define( 'STDF_PLUGIN_VERSION', '1.0.5' ); 20 20 21 21
Note: See TracChangeset
for help on using the changeset viewer.