Plugin Directory

Changeset 3009370


Ignore:
Timestamp:
12/13/2023 11:22:03 AM (2 years ago)
Author:
eligmaltd
Message:

Config patch

Location:
gocrypto-pay/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gocrypto-pay/trunk/gocrypto-pay.php

    r3005595 r3009370  
    33 * Plugin Name: GoCrypto Pay
    44 * Description: Instant and secure crypto payments.
    5  * Version: 1.1.2
     5 * Version: 1.1.3
    66 * Author: Eligma Ltd.
    77 * Author URI: https://gocrypto.com
     
    6969
    7070                // set title and badge icon
    71                 $this->title = $config['title'];
    72                 $this->badgeIcon = $config['badge_icon'];
     71                if (!is_string($config) && !empty($config)) {
     72                    $this->title = $config['title'];
     73                    $this->badgeIcon = $config['badge_icon'];
     74                }
    7375
    7476                // set client form
  • gocrypto-pay/trunk/readme.txt

    r3005595 r3009370  
    22Plugin Name: GoCrypto Pay
    33Description: Instant and secure crypto payments.
    4 Stable tag: 1.1.2
     4Stable tag: 1.1.3
    55Author: Eligma Ltd.
    66Author URI: https://gocrypto.com
     
    5353== Changelog ==
    5454
     55= 1.1.3 =
     56Config patch
     57
    5558= 1.1.2 =
    5659Items price tax fix
Note: See TracChangeset for help on using the changeset viewer.