Changeset 3187386
- Timestamp:
- 11/13/2024 10:54:07 AM (15 months ago)
- Location:
- pay-with-connectips
- Files:
-
- 4 edited
- 11 copied
-
tags/1.0.1 (copied) (copied from pay-with-connectips/trunk)
-
tags/1.0.1/assets (copied) (copied from pay-with-connectips/trunk/assets)
-
tags/1.0.1/build (copied) (copied from pay-with-connectips/trunk/build)
-
tags/1.0.1/composer.json (copied) (copied from pay-with-connectips/trunk/composer.json)
-
tags/1.0.1/inc (copied) (copied from pay-with-connectips/trunk/inc)
-
tags/1.0.1/inc/Woo/WCPaymentGateway.php (modified) (1 diff)
-
tags/1.0.1/languages (copied) (copied from pay-with-connectips/trunk/languages)
-
tags/1.0.1/package.json (copied) (copied from pay-with-connectips/trunk/package.json)
-
tags/1.0.1/pay-with-connectips.php (copied) (copied from pay-with-connectips/trunk/pay-with-connectips.php) (1 diff)
-
tags/1.0.1/readme.txt (copied) (copied from pay-with-connectips/trunk/readme.txt) (3 diffs)
-
tags/1.0.1/src (copied) (copied from pay-with-connectips/trunk/src)
-
tags/1.0.1/vendor (copied) (copied from pay-with-connectips/trunk/vendor)
-
trunk/inc/Woo/WCPaymentGateway.php (modified) (1 diff)
-
trunk/pay-with-connectips.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pay-with-connectips/tags/1.0.1/inc/Woo/WCPaymentGateway.php
r3187206 r3187386 313 313 */ 314 314 public function update_private_file( $gateway_settings ) { 315 if ( isset( $_FILES['woocommerce_ connectips_private_key_file'] ) && $_FILES['woocommerce_connectips_private_key_file']['size'] > 0 ) {316 $uploaded_file = $_FILES['woocommerce_ connectips_private_key_file'];315 if ( isset( $_FILES['woocommerce_pay-with-connectips_private_key_file'] ) && $_FILES['woocommerce_pay-with-connectips_private_key_file']['size'] > 0 ) { 316 $uploaded_file = $_FILES['woocommerce_pay-with-connectips_private_key_file']; 317 317 318 318 // $movefile is always returning false though the file is moved -
pay-with-connectips/tags/1.0.1/pay-with-connectips.php
r3187217 r3187386 5 5 * Requires at least: 6.1 6 6 * Requires PHP: 7.0 7 * Version: 1.0. 07 * Version: 1.0.1 8 8 * Author: codemanas 9 9 * Author URI: https://www.codemanas.com/ -
pay-with-connectips/tags/1.0.1/readme.txt
r3187217 r3187386 5 5 Tested up to: 6.6 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 40 40 41 41 == Changelog == 42 43 = 1.0.1 2024-11-13 = 44 45 - Fix the issue of the private file upload 42 46 43 47 = 1.0.0 2024-11-13 = … … 76 80 - Initial version 77 81 82 === Documentation === 83 84 [Documentation](https://codemanas.github.io/pay-with-connectips-docs/) 85 78 86 == Third Party Usage == 79 87 -
pay-with-connectips/trunk/inc/Woo/WCPaymentGateway.php
r3187206 r3187386 313 313 */ 314 314 public function update_private_file( $gateway_settings ) { 315 if ( isset( $_FILES['woocommerce_ connectips_private_key_file'] ) && $_FILES['woocommerce_connectips_private_key_file']['size'] > 0 ) {316 $uploaded_file = $_FILES['woocommerce_ connectips_private_key_file'];315 if ( isset( $_FILES['woocommerce_pay-with-connectips_private_key_file'] ) && $_FILES['woocommerce_pay-with-connectips_private_key_file']['size'] > 0 ) { 316 $uploaded_file = $_FILES['woocommerce_pay-with-connectips_private_key_file']; 317 317 318 318 // $movefile is always returning false though the file is moved -
pay-with-connectips/trunk/pay-with-connectips.php
r3187217 r3187386 5 5 * Requires at least: 6.1 6 6 * Requires PHP: 7.0 7 * Version: 1.0. 07 * Version: 1.0.1 8 8 * Author: codemanas 9 9 * Author URI: https://www.codemanas.com/ -
pay-with-connectips/trunk/readme.txt
r3187217 r3187386 5 5 Tested up to: 6.6 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 40 40 41 41 == Changelog == 42 43 = 1.0.1 2024-11-13 = 44 45 - Fix the issue of the private file upload 42 46 43 47 = 1.0.0 2024-11-13 = … … 76 80 - Initial version 77 81 82 === Documentation === 83 84 [Documentation](https://codemanas.github.io/pay-with-connectips-docs/) 85 78 86 == Third Party Usage == 79 87
Note: See TracChangeset
for help on using the changeset viewer.