Plugin Directory

Changeset 2121535


Ignore:
Timestamp:
07/11/2019 02:13:52 PM (7 years ago)
Author:
teemteem
Message:

tagging version 2.0

Location:
nagad
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • nagad/tags/1.0/nagad.php

    r2120492 r2121535  
    4949        public function __construct(){
    5050            $this->id                   = 'teemteem_nagad';
    51             $this->title                = $this->get_option('title', 'Nagad Gateway');
     51            $this->title                = $this->get_option('title', 'Nagad');
    5252            $this->description          = $this->get_option('description', 'Nagad Payment Gateway');
    5353            $this->method_title         = esc_html__("Nagad", "skr");
  • nagad/trunk/nagad.php

    r2120492 r2121535  
    44 * Plugin URI:  http://teemteem.com/
    55 * Description: Nagad is a mobile financial service (MFS) in Bangladesh operating under the authority of Bangladesh Post. This plugin depends on woo-commerce and will provide an extra payment gateway through nagad on checkout page.
    6  * Version:     1.0.1
     6 * Version:     2.0.0
    77 * Author:      TeemTeem
    88 * Author URI:  http://teemteem.com/shakib
     
    4949        public function __construct(){
    5050            $this->id                   = 'teemteem_nagad';
    51             $this->title                = $this->get_option('title', 'Nagad Gateway');
     51            $this->title                = $this->get_option('title', 'Nagad');
    5252            $this->description          = $this->get_option('description', 'Nagad Payment Gateway');
    5353            $this->method_title         = esc_html__("Nagad", "skr");
Note: See TracChangeset for help on using the changeset viewer.