Changeset 3139862
- Timestamp:
- 08/22/2024 03:37:51 PM (20 months ago)
- Location:
- wpbr-payuni-payment
- Files:
-
- 8 edited
- 1 copied
-
tags/1.6.1 (copied) (copied from wpbr-payuni-payment/trunk)
-
tags/1.6.1/readme.txt (modified) (2 diffs)
-
tags/1.6.1/src/Settings/SettingsTab.php (modified) (1 diff)
-
tags/1.6.1/vendor/composer/installed.php (modified) (2 diffs)
-
tags/1.6.1/wpbr-payuni-payment.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Settings/SettingsTab.php (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/wpbr-payuni-payment.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpbr-payuni-payment/tags/1.6.1/readme.txt
r3136696 r3139862 5 5 Tested up to: 6.5.3 6 6 Requires PHP: 7.4 7 Stable tag: 1.6. 07 Stable tag: 1.6.1 8 8 License: GPLv2 or later. 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 59 59 60 60 == Changelog == 61 62 = 1.6.1 - 2024/08/22 = 63 64 * UPDATE - E-Invoice default to disabled 61 65 62 66 = 1.6.0 - 2024/08/16 = -
wpbr-payuni-payment/tags/1.6.1/src/Settings/SettingsTab.php
r3136477 r3139862 117 117 'title' => __( 'E-Invoice', 'wpbr-payuni-payment' ), 118 118 'type' => 'checkbox', 119 'default' => ' yes',119 'default' => 'no', 120 120 'desc' => __( 'Enable E-Invoice', 'wpbr-payuni-payment' ), 121 121 '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 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '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', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
wpbr-payuni-payment/tags/1.6.1/wpbr-payuni-payment.php
r3136477 r3139862 9 9 * Description: Provides PAYUNi UPP(UNiPaypage) Payment for WooCommerce. 10 10 * Plugin URI: https://wpbrewer.com/product/wpbr-payuni-payment 11 * Version: 1.6. 011 * Version: 1.6.1 12 12 * Author: WPBrewer 13 13 * Author URI: https://wpbrewer.com/ … … 28 28 define( 'WPBR_PAYUNI_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 29 29 define( 'WPBR_PAYUNI_BASENAME', plugin_basename( __FILE__ ) ); 30 define( 'WPBR_PAYUNI_PAYMENT_VERSION', '1.6. 0' );30 define( 'WPBR_PAYUNI_PAYMENT_VERSION', '1.6.1' ); 31 31 32 32 require_once WPBR_PAYUNI_PLUGIN_DIR . 'vendor/autoload.php'; -
wpbr-payuni-payment/trunk/readme.txt
r3136696 r3139862 5 5 Tested up to: 6.5.3 6 6 Requires PHP: 7.4 7 Stable tag: 1.6. 07 Stable tag: 1.6.1 8 8 License: GPLv2 or later. 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 59 59 60 60 == Changelog == 61 62 = 1.6.1 - 2024/08/22 = 63 64 * UPDATE - E-Invoice default to disabled 61 65 62 66 = 1.6.0 - 2024/08/16 = -
wpbr-payuni-payment/trunk/src/Settings/SettingsTab.php
r3136477 r3139862 117 117 'title' => __( 'E-Invoice', 'wpbr-payuni-payment' ), 118 118 'type' => 'checkbox', 119 'default' => ' yes',119 'default' => 'no', 120 120 'desc' => __( 'Enable E-Invoice', 'wpbr-payuni-payment' ), 121 121 '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 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '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', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
wpbr-payuni-payment/trunk/wpbr-payuni-payment.php
r3136477 r3139862 9 9 * Description: Provides PAYUNi UPP(UNiPaypage) Payment for WooCommerce. 10 10 * Plugin URI: https://wpbrewer.com/product/wpbr-payuni-payment 11 * Version: 1.6. 011 * Version: 1.6.1 12 12 * Author: WPBrewer 13 13 * Author URI: https://wpbrewer.com/ … … 28 28 define( 'WPBR_PAYUNI_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 29 29 define( 'WPBR_PAYUNI_BASENAME', plugin_basename( __FILE__ ) ); 30 define( 'WPBR_PAYUNI_PAYMENT_VERSION', '1.6. 0' );30 define( 'WPBR_PAYUNI_PAYMENT_VERSION', '1.6.1' ); 31 31 32 32 require_once WPBR_PAYUNI_PLUGIN_DIR . 'vendor/autoload.php';
Note: See TracChangeset
for help on using the changeset viewer.