Plugin Directory

Changeset 3139862


Ignore:
Timestamp:
08/22/2024 03:37:51 PM (20 months ago)
Author:
wpbrewer
Message:

Update to version 1.6.1 from GitHub

Location:
wpbr-payuni-payment
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wpbr-payuni-payment/tags/1.6.1/readme.txt

    r3136696 r3139862  
    55Tested up to: 6.5.3
    66Requires PHP: 7.4
    7 Stable tag: 1.6.0
     7Stable tag: 1.6.1
    88License: GPLv2 or later.
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    5959
    6060== Changelog ==
     61
     62= 1.6.1 - 2024/08/22 =
     63
     64* UPDATE - E-Invoice default to disabled
    6165
    6266= 1.6.0 - 2024/08/16 =
  • wpbr-payuni-payment/tags/1.6.1/src/Settings/SettingsTab.php

    r3136477 r3139862  
    117117                    'title'   => __( 'E-Invoice', 'wpbr-payuni-payment' ),
    118118                    'type'    => 'checkbox',
    119                     'default' => 'yes',
     119                    'default' => 'no',
    120120                    'desc'    => __( 'Enable E-Invoice', 'wpbr-payuni-payment' ),
    121121                    'desc_tip' => __( 'You need to register Amego e-invoice and enable e-invoice feature at PAYUNi website.', 'wpbr-payuni-payment' ),
  • wpbr-payuni-payment/tags/1.6.1/vendor/composer/installed.php

    r3136477 r3139862  
    22    'root' => array(
    33        'name' => 'wpbrewer/wpbr-payuni-payment',
    4         'pretty_version' => '1.6.0',
    5         'version' => '1.6.0.0',
    6         'reference' => '92ea2cddb011714d6c460b4634e39e8f4e02fa56',
     4        'pretty_version' => '1.6.1',
     5        'version' => '1.6.1.0',
     6        'reference' => '5b9b3c9ce4b4cbdf3893271e0f22a9ae1e40dd17',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'wpbrewer/wpbr-payuni-payment' => array(
    14             'pretty_version' => '1.6.0',
    15             'version' => '1.6.0.0',
    16             'reference' => '92ea2cddb011714d6c460b4634e39e8f4e02fa56',
     14            'pretty_version' => '1.6.1',
     15            'version' => '1.6.1.0',
     16            'reference' => '5b9b3c9ce4b4cbdf3893271e0f22a9ae1e40dd17',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • wpbr-payuni-payment/tags/1.6.1/wpbr-payuni-payment.php

    r3136477 r3139862  
    99 * Description:       Provides PAYUNi UPP(UNiPaypage) Payment for WooCommerce.
    1010 * Plugin URI:        https://wpbrewer.com/product/wpbr-payuni-payment
    11  * Version:           1.6.0
     11 * Version:           1.6.1
    1212 * Author:            WPBrewer
    1313 * Author URI:        https://wpbrewer.com/
     
    2828define( 'WPBR_PAYUNI_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2929define( 'WPBR_PAYUNI_BASENAME', plugin_basename( __FILE__ ) );
    30 define( 'WPBR_PAYUNI_PAYMENT_VERSION', '1.6.0' );
     30define( 'WPBR_PAYUNI_PAYMENT_VERSION', '1.6.1' );
    3131
    3232require_once WPBR_PAYUNI_PLUGIN_DIR . 'vendor/autoload.php';
  • wpbr-payuni-payment/trunk/readme.txt

    r3136696 r3139862  
    55Tested up to: 6.5.3
    66Requires PHP: 7.4
    7 Stable tag: 1.6.0
     7Stable tag: 1.6.1
    88License: GPLv2 or later.
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    5959
    6060== Changelog ==
     61
     62= 1.6.1 - 2024/08/22 =
     63
     64* UPDATE - E-Invoice default to disabled
    6165
    6266= 1.6.0 - 2024/08/16 =
  • wpbr-payuni-payment/trunk/src/Settings/SettingsTab.php

    r3136477 r3139862  
    117117                    'title'   => __( 'E-Invoice', 'wpbr-payuni-payment' ),
    118118                    'type'    => 'checkbox',
    119                     'default' => 'yes',
     119                    'default' => 'no',
    120120                    'desc'    => __( 'Enable E-Invoice', 'wpbr-payuni-payment' ),
    121121                    'desc_tip' => __( 'You need to register Amego e-invoice and enable e-invoice feature at PAYUNi website.', 'wpbr-payuni-payment' ),
  • wpbr-payuni-payment/trunk/vendor/composer/installed.php

    r3136477 r3139862  
    22    'root' => array(
    33        'name' => 'wpbrewer/wpbr-payuni-payment',
    4         'pretty_version' => '1.6.0',
    5         'version' => '1.6.0.0',
    6         'reference' => '92ea2cddb011714d6c460b4634e39e8f4e02fa56',
     4        'pretty_version' => '1.6.1',
     5        'version' => '1.6.1.0',
     6        'reference' => '5b9b3c9ce4b4cbdf3893271e0f22a9ae1e40dd17',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'wpbrewer/wpbr-payuni-payment' => array(
    14             'pretty_version' => '1.6.0',
    15             'version' => '1.6.0.0',
    16             'reference' => '92ea2cddb011714d6c460b4634e39e8f4e02fa56',
     14            'pretty_version' => '1.6.1',
     15            'version' => '1.6.1.0',
     16            'reference' => '5b9b3c9ce4b4cbdf3893271e0f22a9ae1e40dd17',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • wpbr-payuni-payment/trunk/wpbr-payuni-payment.php

    r3136477 r3139862  
    99 * Description:       Provides PAYUNi UPP(UNiPaypage) Payment for WooCommerce.
    1010 * Plugin URI:        https://wpbrewer.com/product/wpbr-payuni-payment
    11  * Version:           1.6.0
     11 * Version:           1.6.1
    1212 * Author:            WPBrewer
    1313 * Author URI:        https://wpbrewer.com/
     
    2828define( 'WPBR_PAYUNI_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2929define( 'WPBR_PAYUNI_BASENAME', plugin_basename( __FILE__ ) );
    30 define( 'WPBR_PAYUNI_PAYMENT_VERSION', '1.6.0' );
     30define( 'WPBR_PAYUNI_PAYMENT_VERSION', '1.6.1' );
    3131
    3232require_once WPBR_PAYUNI_PLUGIN_DIR . 'vendor/autoload.php';
Note: See TracChangeset for help on using the changeset viewer.