Plugin Directory

Changeset 2478102


Ignore:
Timestamp:
02/20/2021 12:45:59 PM (5 years ago)
Author:
triadmark
Message:

1.0.2

Location:
smart-shipment-tracking
Files:
330 added
6 edited

Legend:

Unmodified
Added
Removed
  • smart-shipment-tracking/tags/1.0.1/README.txt

    r2470957 r2478102  
    44Tags: shipment tracking, order tracking, woocommerce, delivery, sms tracking, woo shipping, woo tracking, shipping
    55Requires at least: 4.0
    6 Tested up to: 5.6.1
     6Tested up to: 5.4.2
    77Requires PHP: 5.4.2
    88Stable tag: 1.0.1
     
    6767* Added Trax Logisitcs
    6868
    69 = 1.0.1 =
    70 * .js fixed
    71 
    7269== Upgrade Notice ==
    7370
     
    7976* Added Trax Logisitcs
    8077
    81 = 1.0.1 =
    82 * .js fixed
  • smart-shipment-tracking/trunk/README.txt

    r2470957 r2478102  
    66Tested up to: 5.6.1
    77Requires PHP: 5.4.2
    8 Stable tag: 1.0.1
     8Stable tag: 1.0.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6767* Added Trax Logisitcs
    6868
    69 = 1.0.1 =
    70 * .js fixed
    71 
    7269== Upgrade Notice ==
    7370
     
    7976* Added Trax Logisitcs
    8077
    81 = 1.0.1 =
    82 * .js fixed
     78
     79= 1.0.2 =
     80* Added WooCommerce and WP Latest Version Compatibility
     81* Added Movex PK
  • smart-shipment-tracking/trunk/admin/css/front.css

    r2268564 r2478102  
    11@font-face {
    2     font-family: "easypost-icons";
    3     src: url("fonts/easypost-icons.eot");
    4     src: url("fonts/easypost-icons.eot?#iefix") format("embedded-opentype"), url("fonts/easypost-icons.woff") format("woff"), url("fonts/easypost-icons.ttf") format("truetype"), url("fonts/easypost-icons.otf") format("opentype"), url("fonts/easypost-icons.svg#easypost-icons") format("svg");
     2    font-family: Arial;
    53    font-weight: 600;
    64    font-style: normal;
  • smart-shipment-tracking/trunk/admin/js/shipping_row.js

    r2470957 r2478102  
    12301230    componentHandler.upgradeAllRegistered();
    12311231});
     1232/*
    12321233
    12331234jQuery(document).click(function(){
     
    12401241    jQuery('.dropdown-content').show();
    12411242});
    1242 
     1243*/
    12431244function showerror(element){
    12441245    element.css("border","1px solid red");
  • smart-shipment-tracking/trunk/includes/class-smart-shipment-tracking-install.php

    r2346469 r2478102  
    962962                "shipping_default" => '1',                 
    963963            ),
     964            114 => array (
     965                "provider_name" => 'Move Express',
     966                "ts_slug" => 'movex-pk',
     967                "provider_url" => 'https://www.movex.pk/',
     968                "shipping_country" => 'PK',
     969                "shipping_default" => '1',                 
     970            ),
    964971
    965972        );     
  • smart-shipment-tracking/trunk/smart-shipment-tracking.php

    r2470957 r2478102  
    55    Description: Complete your customers order by using Smart Shipping Tracking Plugin by adding Tracking Numbers of your customers orders and to keep your customer updated by SMS or Email!
    66    Author: Triad Mark
    7     Version: 1.0.1
     7    Version: 1.0.2
    88    Author URI: https://www.triadmark.com
    9     * WC tested up to: 4.9.2
     9    * WC tested up to: 5.0.0
    1010*/
    1111
     
    1717
    1818
    19 define( 'wfsxc3dsa_pluginversion', '1.0.1' );
     19define( 'wfsxc3dsa_pluginversion', '1.0.2' );
    2020define( 'wfsxc3dsa_qweaw', 'smart-shipment-tracking' );
    2121
Note: See TracChangeset for help on using the changeset viewer.