Plugin Directory

Changeset 1963307


Ignore:
Timestamp:
10/26/2018 07:50:06 AM (7 years ago)
Author:
doantienluc
Message:

Fixed Conflict with Minify HTML plugin.

Location:
trusted-order-notifications/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trusted-order-notifications/trunk/includes/class-trusted-order-notifications.php

    r1963295 r1963307  
    206206            vnfaster.options.showDuration  = 300;
    207207            vnfaster.options.hideDuration  = 300;
    208             vnfaster.options.timeOut  = 5000; <!-- show time -->
     208            vnfaster.options.timeOut  = 5000;
    209209            var phones = [];
    210210            <?php
  • trusted-order-notifications/trunk/readme.txt

    r1963300 r1963307  
    3636== Changelog ==
    3737
     38= 2.0.0 =
     39* Fixed Conflict with Minify HTML plugin.
     40
    3841= 1.0.0 =
    3942* First release.
    4043
    41 = 1.0.9 =
    42 * Fixed line break in Notification Script.
  • trusted-order-notifications/trunk/trusted-order-notifications.php

    r1963300 r1963307  
    44 * Plugin URI: https://vnfaster.com/trusted-order-notifications-tao-thong-bao-don-hang-gan-day.html
    55 * Description: Trusted Order Notifications on Ecommerce Site.
    6  * Version: 1.0.9
     6 * Version: 2.0.0
    77 * Author: Tien Luc
    88 * Author URI: https://vnfaster.com/trusted-order-notifications-tao-thong-bao-don-hang-gan-day.html
     
    1919
    2020// Define.
    21 define( 'VNF_VERSION', '1.0.9' );
     21define( 'VNF_VERSION', '2.0.0' );
    2222define( 'VNF_FILE', __FILE__ );
    2323define( 'VNF_PATH', plugin_dir_path( VNF_FILE ) );
Note: See TracChangeset for help on using the changeset viewer.