Plugin Directory

Changeset 2118244


Ignore:
Timestamp:
07/05/2019 03:55:42 PM (7 years ago)
Author:
ferdev
Message:

Update trunk to 1.0.38

Location:
woocommerce-square/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-square/trunk/changelog.txt

    r2069382 r2118244  
    11*** WooCommerce Square Changelog ***
     2
     3= 1.0.38 - 2019-07-05 =
     4* Fix - Re-deploy due to erroneous inclusion of trunk folder
    25
    36= 1.0.37 - 2019-04-16 =
  • woocommerce-square/trunk/languages/woocommerce-square.pot

    r2069382 r2118244  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooCommerce Square 1.0.37\n"
     5"Project-Id-Version: WooCommerce Square 1.0.38\n"
    66"Report-Msgid-Bugs-To: "
    77"https://github.com/woocommerce/woocommerce-square/issues\n"
    8 "POT-Creation-Date: 2019-04-16 14:35:33+00:00\n"
     8"POT-Creation-Date: 2019-07-05 15:28:14+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
  • woocommerce-square/trunk/readme.txt

    r2069598 r2118244  
    55Tested up to: 5.1
    66Requires PHP: 5.6
    7 Stable tag: 1.0.37
     7Stable tag: 1.0.38
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    5858== Changelog ==
    5959
     60= 1.0.38 - 2019-07-05 =
     61* Fix - Re-deploy due to erroneous inclusion of trunk folder
     62
    6063= 1.0.37 - 2019-04-16 =
    6164* Fix - Use correct assets loading scheme.
  • woocommerce-square/trunk/woocommerce-square.php

    r2069382 r2118244  
    22/**
    33 * Plugin Name: WooCommerce Square
    4  * Version: 1.0.37
     4 * Version: 1.0.38
    55 * Plugin URI: https://woocommerce.com/products/square/
    66 * Description: Adds ability to sync inventory between WooCommerce and Square POS. In addition, you can also make purchases through the Square payment gateway.
     
    2424if ( ! class_exists( 'Woocommerce_Square' ) ) :
    2525
    26     define( 'WC_SQUARE_VERSION', '1.0.37' );
     26    define( 'WC_SQUARE_VERSION', '1.0.38' );
    2727
    2828    /**
Note: See TracChangeset for help on using the changeset viewer.