Plugin Directory

Changeset 2794119


Ignore:
Timestamp:
10/04/2022 02:22:10 PM (3 years ago)
Author:
uranx
Message:

Adding icon to the checkout page

Location:
uranx-crypto-payment
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • uranx-crypto-payment/tags/1.1/index.php

    r2792603 r2794119  
    2929        public function __construct(){
    3030            $this->id = "ucpp";
    31             $this->icon = UCPP_PLUGIN_BASE_DIR . '/assets/icon-256x256.png';
     31            $this->icon = UCPP_PLUGIN_BASE_DIR . '/assets/img/logo.png';
    3232            $this->method_title = UCPP_PLUGIN_NAME;
    3333            $this->method_description = __('Pay through Crypto', "uranx-crypto-payments");
  • uranx-crypto-payment/tags/1.2/index.php

    r2792680 r2794119  
    44Plugin URI: https://uranx.io
    55Description: UranX - Crypto Payment Plugin allows you to pay and receive through crypto
    6 Version: 1.0.1
     6Version: 1.0.2
    77Author: UranX
    88Author URI: https://uranx.io
     
    2929        public function __construct(){
    3030            $this->id = "ucpp";
    31             $this->icon = UCPP_PLUGIN_BASE_DIR . '/assets/icon-256x256.png';
     31            $this->icon = UCPP_PLUGIN_BASE_DIR . '/assets/img/logo.png';
    3232            $this->method_title = UCPP_PLUGIN_NAME;
    3333            $this->method_description = __('Pay through Crypto', "uranx-crypto-payments");
  • uranx-crypto-payment/trunk/index.php

    r2792680 r2794119  
    44Plugin URI: https://uranx.io
    55Description: UranX - Crypto Payment Plugin allows you to pay and receive through crypto
    6 Version: 1.0.1
     6Version: 1.0.2
    77Author: UranX
    88Author URI: https://uranx.io
     
    2929        public function __construct(){
    3030            $this->id = "ucpp";
    31             $this->icon = UCPP_PLUGIN_BASE_DIR . '/assets/icon-256x256.png';
     31            $this->icon = UCPP_PLUGIN_BASE_DIR . '/assets/img/logo.png';
    3232            $this->method_title = UCPP_PLUGIN_NAME;
    3333            $this->method_description = __('Pay through Crypto', "uranx-crypto-payments");
Note: See TracChangeset for help on using the changeset viewer.