Changeset 2746562
- Timestamp:
- 06/22/2022 05:03:47 PM (4 years ago)
- Location:
- drip-payments/trunk
- Files:
-
- 4 edited
-
drip-payments.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
src/DripPaymentsCheckoutRequest.php (modified) (1 diff)
-
src/DripUtils.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
drip-payments/trunk/drip-payments.php
r2745409 r2746562 4 4 * Description: Forneça a Drip como opção de pagamento para pedidos do WooCommerce. 5 5 * Author: Drip 6 * Version: 1.4. 06 * Version: 1.4.1 7 7 */ 8 8 -
drip-payments/trunk/readme.txt
r2745405 r2746562 5 5 Tested up to: 6.0 6 6 Requires PHP: 7.0 7 Stable tag: 1.4. 07 Stable tag: 1.4.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
drip-payments/trunk/src/DripPaymentsCheckoutRequest.php
r2736503 r2746562 24 24 'connect_timeout' => 15, 25 25 'read_timeout' => 15, 26 'timeout' => 15 26 'timeout' => 15, 27 'verify' => false 27 28 ]; 28 29 } -
drip-payments/trunk/src/DripUtils.php
r2745405 r2746562 11 11 const DRIP_PAYMENTS_BASE_URI_PRODUCTION = 'https://drip-be.usedrip.com.br/api/'; 12 12 13 const DRIP_PAYMENTS_ACTUAL_PLUGIN_VERSION = '1.4. 0';13 const DRIP_PAYMENTS_ACTUAL_PLUGIN_VERSION = '1.4.1'; 14 14 } 15 15
Note: See TracChangeset
for help on using the changeset viewer.