Plugin Directory

Changeset 2678521


Ignore:
Timestamp:
02/14/2022 02:09:54 PM (4 years ago)
Author:
uilib
Message:

added error code to error message

Location:
gumpress
Files:
40 added
4 edited

Legend:

Unmodified
Added
Removed
  • gumpress/trunk/gumpress.php

    r2668875 r2678521  
    77 * Author: UI Lib
    88 * Author URI: https://ui-lib.com
    9  * Version: 1.1.0
     9 * Version: 1.1.1
    1010 * License: GPL2 or later
    1111 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2929    * @var string
    3030     */
    31     const version = '1.1.0';
     31    const version = '1.1.1';
    3232
    3333    /**
  • gumpress/trunk/includes/Gumroad.php

    r2668875 r2678521  
    5252            return new \WP_Error('gumroad-unathorized', __('Invalid token!', 'uilib-gumpress'));
    5353        } else {
    54             return new \WP_Error('gumroad-error', __('Error while getting data from Gumroad!!', 'uilib-gumpress'));
     54            return new \WP_Error('gumroad-error', __('Error while getting data from Gumroad! Error code '.$status_code, 'uilib-gumpress'));
    5555        }
    5656    }
  • gumpress/trunk/readme.md

    r2668959 r2678521  
    3838* 1.0.1
    3939    * removed function array_key_last
     40
    4041* 1.1.0
    4142    * updated: thumbnail upload
     
    4445    * added: variation select
    4546    * updated: variable product button
     47* 1.1.1
     48    * added: error code to error message
     49
     50### Roadmap
     51* Out of stok prodcut
     52* Affiliated products going to external page
     53* Same product order as Gumroad
     54* Additional information/ Versions
     55* Option for overriding the woocommerce product data(Title, Description, etc). So that user can choose which field should be overridden and which not
  • gumpress/trunk/readme.txt

    r2668959 r2678521  
    44Requires at least: 4.7
    55Tested up to: 5.8
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    8484* added: variation select
    8585* updated: variable product button
     86
     87= 1.1.1 =
     88* added: error code to error message
Note: See TracChangeset for help on using the changeset viewer.