Plugin Directory

Changeset 2462648


Ignore:
Timestamp:
01/26/2021 07:15:52 AM (5 years ago)
Author:
usetada
Message:

1.1.1 release

Location:
usetada
Files:
38 added
3 edited

Legend:

Unmodified
Added
Removed
  • usetada/trunk/includes/class.usetada-woocommerce.php

    r2452302 r2462648  
    7979            }
    8080
     81            update_post_meta( $order_id, 'usetada_topup_items', $items );
    8182            update_post_meta( $order_id, 'usetada_topup_last_process', current_time( 'timestamp' ) );
    8283            update_post_meta( $order_id, 'usetada_topup_status', $status );
  • usetada/trunk/readme.txt

    r2452302 r2462648  
    66Tested up to: 5.6
    77Requires PHP: 7.0
    8 Stable tag: 1.1.0
     8Stable tag: 1.1.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7575== Changelog ==
    7676
     77= 1.1.1 =
     78
     79Release date: Jan 7th, 2021
     80
     81* Log API request items
     82
    7783= 1.1.0 =
    7884
    79 Release date: Jan 8th, 2020
     85Release date: Jan 8th, 2021
    8086
    8187* Compatibility check with WooCommerce 4.8.0
  • usetada/trunk/usetada.php

    r2452302 r2462648  
    44 * Plugin URI: https://usetada.com/
    55 * Description: Retain your customers using loyalty, membership, subscription, referral, & many more!
    6  * Version: 1.1.0
     6 * Version: 1.1.1
    77 * Author: TADA
    88 * Author URI: https://usetada.com
     
    1515
    1616/*
    17     Copyright (C) 2020 TADA
     17    Copyright (C) 2021 TADA
    1818
    1919    This program is free software: you can redistribute it and/or modify
Note: See TracChangeset for help on using the changeset viewer.