Plugin Directory

Changeset 2691014

Timestamp:
03/08/2022 07:26:55 PM (2 years ago)
Author:
railmedia
Message:

1.2.1

Location:
order-tip-woo/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • order-tip-woo/trunk/admin/controllers/settings.class.php

    r2690894 r2691014  
    169169
    170170                        array(
    171                             'name'     => __( 'Refresh the order totals on the Cart page', 'order-tip-woo' ),
     171                            'name'     => __( 'Refresh the order totals on the Ct page', 'order-tip-woo' ),
    172172                            'type'     => 'select',
    173173                            'desc'     => __( 'If checked, the order totals on the cart page will be automatically updated when a tip is added or removed. If unchecked, the tip will not appear in the totals until a page refresh is performed.', 'order-tip-woo' ),
  • order-tip-woo/trunk/order-tip-for-woocommerce.php

    r2690898 r2691014  
    44* Plugin URI: https://order-tip-for-woocommerce.tudorache.me/
    55* Description: Adds a form to the cart and checkout pages where customer can add tips to the WooCommerce orders.
    6 * Version: 1.2.0
     6* Version: 1.2.
    77* Author: Adrian Emil Tudorache
    88* Author URI: https://www.tudorache.me
  • order-tip-woo/trunk/readme.txt

    r2690919 r2691014  
    33Tags: Woocommerce, Ecommerce, Order, Tip, Donation
    44Requires at least: 3.0
    5 Stable tag: 1.2.0
     5Stable tag: 1.2.
    66Tested up to: 5.9.1
    77License: GPLv2 or later
     
    8181== Changelog ==
    8282
     83
     84
     85
     86
     87
    8388= 1.2.0 =
    8489* Released 08 March 2022*
     
    9398* Export to CSV was displaying the order date in the tip name column. This has been fixed
    9499* On certain hosting plans and on various server configurations, some of the WooCommerce session functionality was failing on the __unset methods. Added a fix to detect if there is any data set in the session before unsetting it
    95 * Added action links to the Order tip settings and Tip reports pages under WooCommerce on the plugins screen, where the Deactivate link is
    96100
    97101= 1.1.2 =
Note: See TracChangeset for help on using the changeset viewer.