Plugin Directory

Changeset 2267312


Ignore:
Timestamp:
03/25/2020 12:46:23 PM (6 years ago)
Author:
postpay
Message:

v0.1.1

Location:
postpay
Files:
10 edited
9 copied

Legend:

Unmodified
Added
Removed
  • postpay/tags/0.1.1/includes/http/class-wc-postpay-adapter.php

    r2267104 r2267312  
    3838        require_once WC_POSTPAY_DIR_PATH . 'includes/http/class-wc-postpay-client.php';
    3939
    40         $this->client = new \Postpay\Postpay(
     40        $this->client = new Postpay(
    4141            array(
    4242                'sandbox'        => $gateway->sandbox,
  • postpay/tags/0.1.1/includes/wc-postpay-scripts.php

    r2267104 r2267312  
    1313    ),
    1414    'wc-postpay-init'     => array(
    15         'src'     => plugin_dir_url( WC_POSTPAY_FILE ) . 'assets/js/postpay.js',
     15        'src'     => WC_POSTPAY_DIR_URL . 'assets/js/postpay.js',
    1616        'deps'    => array( 'wc-postpay-js', 'jquery' ),
    1717        'version' => WC_POSTPAY_VERSION,
    1818    ),
    1919    'wc-postpay-checkout' => array(
    20         'src'     => plugin_dir_url( WC_POSTPAY_FILE ) . 'assets/js/checkout.js',
     20        'src'     => WC_POSTPAY_DIR_URL . 'assets/js/checkout.js',
    2121        'deps'    => array( 'wc-postpay-init' ),
    2222        'version' => WC_POSTPAY_VERSION,
  • postpay/tags/0.1.1/languages/postpay-es_ES.po

    r2267104 r2267312  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Postpay 0.1.0\n"
     5"Project-Id-Version: Postpay 0.1.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/postpay\n"
    77"Language-Team: \n"
  • postpay/tags/0.1.1/languages/postpay.pot

    r2267104 r2267312  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Postpay 0.1.0\n"
     5"Project-Id-Version: Postpay 0.1.1\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.1/postpay.php

    r2267104 r2267312  
    11<?php
    22/**
    3  * Plugin Name: Postpay
    4  * Version: 0.1.0
     3 * Plugin Name: WooCommerce Postpay Payment Gateway
     4 * Version: 0.1.1
    55 * Plugin URI: https://github.com/postpayio/woocommerce
    66 * Description: Buy now and pay later with zero interest and zero fees.
     
    5858        define( 'WC_POSTPAY_FILE', __FILE__ );
    5959        define( 'WC_POSTPAY_DIR_PATH', plugin_dir_path( __FILE__ ) );
     60        define( 'WC_POSTPAY_DIR_URL', plugin_dir_url( __FILE__ ) );
    6061        define( 'WC_POSTPAY_VERSION', $plugin_data['Version'] );
    6162
  • postpay/tags/0.1.1/readme.txt

    r2267104 r2267312  
    1 === Postpay ===
     1=== WooCommerce Postpay Payment Gateway ===
    22Contributors: mongkok
    33Requires at least: 4.4
    44Tested up to: 5.3.2
    55Requires PHP: 5.6
    6 Stable tag: 0.1.0
    7 Version: 0.1.0
     6Stable tag: 0.1.1
     7Version: 0.1.1
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    7373== Changelog ==
    7474
     75= 0.1.1 - 2020-03-25 =
     76* Renamed plugin
     77* Added minor improvements
     78
    7579= 0.1.0 - 2020-03-25 =
    7680* First release
  • postpay/trunk/includes/http/class-wc-postpay-adapter.php

    r2267104 r2267312  
    3838        require_once WC_POSTPAY_DIR_PATH . 'includes/http/class-wc-postpay-client.php';
    3939
    40         $this->client = new \Postpay\Postpay(
     40        $this->client = new Postpay(
    4141            array(
    4242                'sandbox'        => $gateway->sandbox,
  • postpay/trunk/includes/wc-postpay-scripts.php

    r2267104 r2267312  
    1313    ),
    1414    'wc-postpay-init'     => array(
    15         'src'     => plugin_dir_url( WC_POSTPAY_FILE ) . 'assets/js/postpay.js',
     15        'src'     => WC_POSTPAY_DIR_URL . 'assets/js/postpay.js',
    1616        'deps'    => array( 'wc-postpay-js', 'jquery' ),
    1717        'version' => WC_POSTPAY_VERSION,
    1818    ),
    1919    'wc-postpay-checkout' => array(
    20         'src'     => plugin_dir_url( WC_POSTPAY_FILE ) . 'assets/js/checkout.js',
     20        'src'     => WC_POSTPAY_DIR_URL . 'assets/js/checkout.js',
    2121        'deps'    => array( 'wc-postpay-init' ),
    2222        'version' => WC_POSTPAY_VERSION,
  • postpay/trunk/languages/postpay-es_ES.po

    r2267104 r2267312  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Postpay 0.1.0\n"
     5"Project-Id-Version: Postpay 0.1.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/postpay\n"
    77"Language-Team: \n"
  • postpay/trunk/languages/postpay.pot

    r2267104 r2267312  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Postpay 0.1.0\n"
     5"Project-Id-Version: Postpay 0.1.1\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

    r2267104 r2267312  
    11<?php
    22/**
    3  * Plugin Name: Postpay
    4  * Version: 0.1.0
     3 * Plugin Name: WooCommerce Postpay Payment Gateway
     4 * Version: 0.1.1
    55 * Plugin URI: https://github.com/postpayio/woocommerce
    66 * Description: Buy now and pay later with zero interest and zero fees.
     
    5858        define( 'WC_POSTPAY_FILE', __FILE__ );
    5959        define( 'WC_POSTPAY_DIR_PATH', plugin_dir_path( __FILE__ ) );
     60        define( 'WC_POSTPAY_DIR_URL', plugin_dir_url( __FILE__ ) );
    6061        define( 'WC_POSTPAY_VERSION', $plugin_data['Version'] );
    6162
  • postpay/trunk/readme.txt

    r2267104 r2267312  
    1 === Postpay ===
     1=== WooCommerce Postpay Payment Gateway ===
    22Contributors: mongkok
    33Requires at least: 4.4
    44Tested up to: 5.3.2
    55Requires PHP: 5.6
    6 Stable tag: 0.1.0
    7 Version: 0.1.0
     6Stable tag: 0.1.1
     7Version: 0.1.1
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    7373== Changelog ==
    7474
     75= 0.1.1 - 2020-03-25 =
     76* Renamed plugin
     77* Added minor improvements
     78
    7579= 0.1.0 - 2020-03-25 =
    7680* First release
Note: See TracChangeset for help on using the changeset viewer.