Plugin Directory

Changeset 2298511


Ignore:
Timestamp:
05/05/2020 01:15:38 PM (6 years ago)
Author:
postpay
Message:

v0.1.7

Location:
postpay
Files:
6 edited
6 copied

Legend:

Unmodified
Added
Removed
  • postpay/tags/0.1.7/includes/http/class-wc-postpay-client.php

    r2267104 r2298511  
    77
    88use Postpay\Exceptions\PostpayException;
     9use Postpay\Http\Request;
    910use Postpay\Http\Response;
    1011use Postpay\HttpClients\ClientInterface;
     
    2526     * @throws PostpayException If response status code is invalid.
    2627     */
    27     public function send( $request, $timeout = null ) {
     28    public function send( Request $request, $timeout = null ) {
    2829        $options = array(
    2930            'method'  => $request->getMethod(),
  • postpay/tags/0.1.7/languages/postpay-es_ES.po

    r2293316 r2298511  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Postpay 0.1.6\n"
     5"Project-Id-Version: Postpay 0.1.7\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/postpay\n"
    77"Language-Team: Spanish (Spain)\n"
  • postpay/tags/0.1.7/languages/postpay.pot

    r2293316 r2298511  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooCommerce Postpay Payment Gateway 0.1.6\n"
     5"Project-Id-Version: WooCommerce Postpay Payment Gateway 0.1.7\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/postpay\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • postpay/tags/0.1.7/postpay.php

    r2293316 r2298511  
    22/**
    33 * Plugin Name: WooCommerce Postpay Payment Gateway
    4  * Version: 0.1.6
     4 * Version: 0.1.7
    55 * Plugin URI: https://github.com/postpayio/woocommerce
    66 * Description: Buy now and pay later with zero interest and zero fees.
  • postpay/tags/0.1.7/readme.txt

    r2293316 r2298511  
    44Tested up to: 5.4
    55Requires PHP: 5.6
    6 Stable tag: 0.1.6
    7 Version: 0.1.6
     6Stable tag: 0.1.7
     7Version: 0.1.7
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    7373== Changelog ==
    7474
     75= 0.1.7 - 2020-05-05 =
     76* Fixed interface declaration compatible
     77
    7578= 0.1.6 - 2020-04-28 =
    7679* Added priority parameter to widget hooks
  • postpay/trunk/includes/http/class-wc-postpay-client.php

    r2267104 r2298511  
    77
    88use Postpay\Exceptions\PostpayException;
     9use Postpay\Http\Request;
    910use Postpay\Http\Response;
    1011use Postpay\HttpClients\ClientInterface;
     
    2526     * @throws PostpayException If response status code is invalid.
    2627     */
    27     public function send( $request, $timeout = null ) {
     28    public function send( Request $request, $timeout = null ) {
    2829        $options = array(
    2930            'method'  => $request->getMethod(),
  • postpay/trunk/languages/postpay-es_ES.po

    r2293316 r2298511  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Postpay 0.1.6\n"
     5"Project-Id-Version: Postpay 0.1.7\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/postpay\n"
    77"Language-Team: Spanish (Spain)\n"
  • postpay/trunk/languages/postpay.pot

    r2293316 r2298511  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooCommerce Postpay Payment Gateway 0.1.6\n"
     5"Project-Id-Version: WooCommerce Postpay Payment Gateway 0.1.7\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/postpay\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • postpay/trunk/postpay.php

    r2293316 r2298511  
    22/**
    33 * Plugin Name: WooCommerce Postpay Payment Gateway
    4  * Version: 0.1.6
     4 * Version: 0.1.7
    55 * Plugin URI: https://github.com/postpayio/woocommerce
    66 * Description: Buy now and pay later with zero interest and zero fees.
  • postpay/trunk/readme.txt

    r2293316 r2298511  
    44Tested up to: 5.4
    55Requires PHP: 5.6
    6 Stable tag: 0.1.6
    7 Version: 0.1.6
     6Stable tag: 0.1.7
     7Version: 0.1.7
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    7373== Changelog ==
    7474
     75= 0.1.7 - 2020-05-05 =
     76* Fixed interface declaration compatible
     77
    7578= 0.1.6 - 2020-04-28 =
    7679* Added priority parameter to widget hooks
Note: See TracChangeset for help on using the changeset viewer.