Plugin Directory

Changeset 2958260


Ignore:
Timestamp:
08/25/2023 10:17:10 AM (3 years ago)
Author:
thepeer
Message:

Updating plugin to v1.0.6

Location:
thepeer-checkout
Files:
1 deleted
4 edited
5 copied

Legend:

Unmodified
Added
Removed
  • thepeer-checkout/tags/1.0.0/includes/class-wc-thepeer-gateway.php

    r2697563 r2958260  
    107107        // Get setting values.
    108108        $this->title              = $this->get_option( 'title' );
    109         $this->description        = $this->get_option( 'description' );
    110109        $this->enabled            = $this->get_option( 'enabled' );
    111110        $this->test_mode          = $this->get_option( 'test_mode' ) === 'yes';
  • thepeer-checkout/tags/1.0.6/includes/class-wc-thepeer-gateway.php

    r2958244 r2958260  
    1818
    1919    /**
    20      * Checkout page description
    21      *
    22      * @var string
    23      */
    24     public $description;
    25 
    26     /**
    2720     * Is gateway enabled?
    2821     *
     
    107100        // Get setting values.
    108101        $this->title              = $this->get_option( 'title' );
    109         $this->description        = $this->get_option( 'description' );
    110102        $this->enabled            = $this->get_option( 'enabled' );
    111103        $this->test_mode          = $this->get_option( 'test_mode' ) === 'yes';
  • thepeer-checkout/tags/1.0.6/readme.txt

    r2958244 r2958260  
    55Requires PHP: 7.0
    66Tested up to: 5.9
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8484== Changelog ==
    8585
     86
     87= 1.0.6 (August 25, 2023) =
     88*   Remove description field in settings
     89
    8690= 1.0.5 (August 25, 2023) =
    8791*   Update button title
  • thepeer-checkout/tags/1.0.6/thepeer-checkout.php

    r2958244 r2958260  
    33    Plugin Name:            Thepeer Payment Gateway for WooCommerce
    44    Description:            WooCommerce payment gateway for Thepeer
    5     Version:                1.0.5
     5    Version:                1.0.6
    66    Author:                 thepeer
    77    Author URI:             https://thepeer.co/
  • thepeer-checkout/trunk/includes/class-wc-thepeer-gateway.php

    r2958244 r2958260  
    1818
    1919    /**
    20      * Checkout page description
    21      *
    22      * @var string
    23      */
    24     public $description;
    25 
    26     /**
    2720     * Is gateway enabled?
    2821     *
     
    107100        // Get setting values.
    108101        $this->title              = $this->get_option( 'title' );
    109         $this->description        = $this->get_option( 'description' );
    110102        $this->enabled            = $this->get_option( 'enabled' );
    111103        $this->test_mode          = $this->get_option( 'test_mode' ) === 'yes';
  • thepeer-checkout/trunk/readme.txt

    r2958244 r2958260  
    55Requires PHP: 7.0
    66Tested up to: 5.9
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8484== Changelog ==
    8585
     86
     87= 1.0.6 (August 25, 2023) =
     88*   Remove description field in settings
     89
    8690= 1.0.5 (August 25, 2023) =
    8791*   Update button title
  • thepeer-checkout/trunk/thepeer-checkout.php

    r2958244 r2958260  
    33    Plugin Name:            Thepeer Payment Gateway for WooCommerce
    44    Description:            WooCommerce payment gateway for Thepeer
    5     Version:                1.0.5
     5    Version:                1.0.6
    66    Author:                 thepeer
    77    Author URI:             https://thepeer.co/
Note: See TracChangeset for help on using the changeset viewer.