Changeset 2298511
- Timestamp:
- 05/05/2020 01:15:38 PM (6 years ago)
- Location:
- postpay
- Files:
-
- 6 edited
- 6 copied
-
tags/0.1.7 (copied) (copied from postpay/trunk)
-
tags/0.1.7/assets/images (copied) (copied from postpay/trunk/assets/images)
-
tags/0.1.7/includes/http/class-wc-postpay-client.php (modified) (2 diffs)
-
tags/0.1.7/languages/postpay-es_ES.po (copied) (copied from postpay/trunk/languages/postpay-es_ES.po) (1 diff)
-
tags/0.1.7/languages/postpay.pot (copied) (copied from postpay/trunk/languages/postpay.pot) (1 diff)
-
tags/0.1.7/postpay.php (copied) (copied from postpay/trunk/postpay.php) (1 diff)
-
tags/0.1.7/readme.txt (copied) (copied from postpay/trunk/readme.txt) (2 diffs)
-
trunk/includes/http/class-wc-postpay-client.php (modified) (2 diffs)
-
trunk/languages/postpay-es_ES.po (modified) (1 diff)
-
trunk/languages/postpay.pot (modified) (1 diff)
-
trunk/postpay.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
postpay/tags/0.1.7/includes/http/class-wc-postpay-client.php
r2267104 r2298511 7 7 8 8 use Postpay\Exceptions\PostpayException; 9 use Postpay\Http\Request; 9 10 use Postpay\Http\Response; 10 11 use Postpay\HttpClients\ClientInterface; … … 25 26 * @throws PostpayException If response status code is invalid. 26 27 */ 27 public function send( $request, $timeout = null ) {28 public function send( Request $request, $timeout = null ) { 28 29 $options = array( 29 30 'method' => $request->getMethod(), -
postpay/tags/0.1.7/languages/postpay-es_ES.po
r2293316 r2298511 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Postpay 0.1. 6\n"5 "Project-Id-Version: Postpay 0.1.7\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/postpay\n" 7 7 "Language-Team: Spanish (Spain)\n" -
postpay/tags/0.1.7/languages/postpay.pot
r2293316 r2298511 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce Postpay Payment Gateway 0.1. 6\n"5 "Project-Id-Version: WooCommerce Postpay Payment Gateway 0.1.7\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/postpay\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
postpay/tags/0.1.7/postpay.php
r2293316 r2298511 2 2 /** 3 3 * Plugin Name: WooCommerce Postpay Payment Gateway 4 * Version: 0.1. 64 * Version: 0.1.7 5 5 * Plugin URI: https://github.com/postpayio/woocommerce 6 6 * Description: Buy now and pay later with zero interest and zero fees. -
postpay/tags/0.1.7/readme.txt
r2293316 r2298511 4 4 Tested up to: 5.4 5 5 Requires PHP: 5.6 6 Stable tag: 0.1. 67 Version: 0.1. 66 Stable tag: 0.1.7 7 Version: 0.1.7 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 73 73 == Changelog == 74 74 75 = 0.1.7 - 2020-05-05 = 76 * Fixed interface declaration compatible 77 75 78 = 0.1.6 - 2020-04-28 = 76 79 * Added priority parameter to widget hooks -
postpay/trunk/includes/http/class-wc-postpay-client.php
r2267104 r2298511 7 7 8 8 use Postpay\Exceptions\PostpayException; 9 use Postpay\Http\Request; 9 10 use Postpay\Http\Response; 10 11 use Postpay\HttpClients\ClientInterface; … … 25 26 * @throws PostpayException If response status code is invalid. 26 27 */ 27 public function send( $request, $timeout = null ) {28 public function send( Request $request, $timeout = null ) { 28 29 $options = array( 29 30 'method' => $request->getMethod(), -
postpay/trunk/languages/postpay-es_ES.po
r2293316 r2298511 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Postpay 0.1. 6\n"5 "Project-Id-Version: Postpay 0.1.7\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/postpay\n" 7 7 "Language-Team: Spanish (Spain)\n" -
postpay/trunk/languages/postpay.pot
r2293316 r2298511 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce Postpay Payment Gateway 0.1. 6\n"5 "Project-Id-Version: WooCommerce Postpay Payment Gateway 0.1.7\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/postpay\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
postpay/trunk/postpay.php
r2293316 r2298511 2 2 /** 3 3 * Plugin Name: WooCommerce Postpay Payment Gateway 4 * Version: 0.1. 64 * Version: 0.1.7 5 5 * Plugin URI: https://github.com/postpayio/woocommerce 6 6 * Description: Buy now and pay later with zero interest and zero fees. -
postpay/trunk/readme.txt
r2293316 r2298511 4 4 Tested up to: 5.4 5 5 Requires PHP: 5.6 6 Stable tag: 0.1. 67 Version: 0.1. 66 Stable tag: 0.1.7 7 Version: 0.1.7 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 73 73 == Changelog == 74 74 75 = 0.1.7 - 2020-05-05 = 76 * Fixed interface declaration compatible 77 75 78 = 0.1.6 - 2020-04-28 = 76 79 * Added priority parameter to widget hooks
Note: See TracChangeset
for help on using the changeset viewer.