Changeset 2794119
- Timestamp:
- 10/04/2022 02:22:10 PM (3 years ago)
- Location:
- uranx-crypto-payment
- Files:
-
- 3 edited
- 1 copied
-
tags/1.1/index.php (modified) (1 diff)
-
tags/1.2 (copied) (copied from uranx-crypto-payment/trunk)
-
tags/1.2/index.php (modified) (2 diffs)
-
trunk/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uranx-crypto-payment/tags/1.1/index.php
r2792603 r2794119 29 29 public function __construct(){ 30 30 $this->id = "ucpp"; 31 $this->icon = UCPP_PLUGIN_BASE_DIR . '/assets/i con-256x256.png';31 $this->icon = UCPP_PLUGIN_BASE_DIR . '/assets/img/logo.png'; 32 32 $this->method_title = UCPP_PLUGIN_NAME; 33 33 $this->method_description = __('Pay through Crypto', "uranx-crypto-payments"); -
uranx-crypto-payment/tags/1.2/index.php
r2792680 r2794119 4 4 Plugin URI: https://uranx.io 5 5 Description: UranX - Crypto Payment Plugin allows you to pay and receive through crypto 6 Version: 1.0. 16 Version: 1.0.2 7 7 Author: UranX 8 8 Author URI: https://uranx.io … … 29 29 public function __construct(){ 30 30 $this->id = "ucpp"; 31 $this->icon = UCPP_PLUGIN_BASE_DIR . '/assets/i con-256x256.png';31 $this->icon = UCPP_PLUGIN_BASE_DIR . '/assets/img/logo.png'; 32 32 $this->method_title = UCPP_PLUGIN_NAME; 33 33 $this->method_description = __('Pay through Crypto', "uranx-crypto-payments"); -
uranx-crypto-payment/trunk/index.php
r2792680 r2794119 4 4 Plugin URI: https://uranx.io 5 5 Description: UranX - Crypto Payment Plugin allows you to pay and receive through crypto 6 Version: 1.0. 16 Version: 1.0.2 7 7 Author: UranX 8 8 Author URI: https://uranx.io … … 29 29 public function __construct(){ 30 30 $this->id = "ucpp"; 31 $this->icon = UCPP_PLUGIN_BASE_DIR . '/assets/i con-256x256.png';31 $this->icon = UCPP_PLUGIN_BASE_DIR . '/assets/img/logo.png'; 32 32 $this->method_title = UCPP_PLUGIN_NAME; 33 33 $this->method_description = __('Pay through Crypto', "uranx-crypto-payments");
Note: See TracChangeset
for help on using the changeset viewer.