Changeset 3009370
- Timestamp:
- 12/13/2023 11:22:03 AM (2 years ago)
- Location:
- gocrypto-pay/trunk
- Files:
-
- 2 edited
-
gocrypto-pay.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gocrypto-pay/trunk/gocrypto-pay.php
r3005595 r3009370 3 3 * Plugin Name: GoCrypto Pay 4 4 * Description: Instant and secure crypto payments. 5 * Version: 1.1. 25 * Version: 1.1.3 6 6 * Author: Eligma Ltd. 7 7 * Author URI: https://gocrypto.com … … 69 69 70 70 // 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 } 73 75 74 76 // set client form -
gocrypto-pay/trunk/readme.txt
r3005595 r3009370 2 2 Plugin Name: GoCrypto Pay 3 3 Description: Instant and secure crypto payments. 4 Stable tag: 1.1. 24 Stable tag: 1.1.3 5 5 Author: Eligma Ltd. 6 6 Author URI: https://gocrypto.com … … 53 53 == Changelog == 54 54 55 = 1.1.3 = 56 Config patch 57 55 58 = 1.1.2 = 56 59 Items price tax fix
Note: See TracChangeset
for help on using the changeset viewer.