Plugin Directory

Changeset 3467725


Ignore:
Timestamp:
02/23/2026 01:08:38 PM (5 weeks ago)
Author:
steadfastit
Message:

Check compitable with wordpress & woocommerce

Location:
steadfast-api
Files:
24 added
2 edited

Legend:

Unmodified
Added
Removed
  • steadfast-api/trunk/readme.txt

    r3452297 r3467725  
    55Tags: steadfast, steadfast courier, packly, steadfast api
    66Requires at least: 6.5.5
    7 Tested up to: 6.9
     7Tested up to: 6.9.1
    88Requires PHP: 8.0
    9 Stable tag: 1.0.5
    10 Tested up to WooCommerce: 10.3.5
     9Stable tag: 1.0.6
     10Tested up to WooCommerce: 10.5.2
    1111Text Domain: steadfast-api
    1212License: GPLv2
     
    9494== Changelog ==
    9595
     96= 1.0.6 = 
     97* Compatibility update for WordPress & WooCommerce version.
     98
    9699= 1.0.5 = 
    97100* Fix css loading issue.
  • steadfast-api/trunk/steadfast-api.php

    r3453949 r3467725  
    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.5
     6 * Version: 1.0.6
    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.5' );
     19defined( 'STDF_PLUGIN_VERSION' ) || define( 'STDF_PLUGIN_VERSION', '1.0.4' );
    2020
    2121
Note: See TracChangeset for help on using the changeset viewer.