Plugin Directory

Changeset 3453949


Ignore:
Timestamp:
02/04/2026 04:33:46 PM (8 weeks ago)
Author:
steadfastit
Message:

update plugin version only

Location:
steadfast-api
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • steadfast-api/tags/1.0.5/steadfast-api.php

    r3452297 r3453949  
    44 * Plugin Name: SteadFast API
    55 * 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.4
     6 * Version: 1.0.5
    77 * Author: SteadFast Courier LTD
    88 * Text Domain: steadfast-api
     
    1717defined( 'STDF_PLUGIN_DIR' ) || define( 'STDF_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    1818defined( 'STDF_PLUGIN_FILE' ) || define( 'STDF_PLUGIN_FILE', plugin_basename( __FILE__ ) );
    19 defined( 'STDF_PLUGIN_VERSION' ) || define( 'STDF_PLUGIN_VERSION', '1.0.4' );
     19defined( 'STDF_PLUGIN_VERSION' ) || define( 'STDF_PLUGIN_VERSION', '1.0.5' );
    2020
    2121
  • steadfast-api/trunk/steadfast-api.php

    r3452297 r3453949  
    44 * Plugin Name: SteadFast API
    55 * 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.4
     6 * Version: 1.0.5
    77 * Author: SteadFast Courier LTD
    88 * Text Domain: steadfast-api
     
    1717defined( 'STDF_PLUGIN_DIR' ) || define( 'STDF_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    1818defined( 'STDF_PLUGIN_FILE' ) || define( 'STDF_PLUGIN_FILE', plugin_basename( __FILE__ ) );
    19 defined( 'STDF_PLUGIN_VERSION' ) || define( 'STDF_PLUGIN_VERSION', '1.0.4' );
     19defined( 'STDF_PLUGIN_VERSION' ) || define( 'STDF_PLUGIN_VERSION', '1.0.5' );
    2020
    2121
Note: See TracChangeset for help on using the changeset viewer.