Skip to content
Snippets Groups Projects
Commit ccfc32d1 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Bump version

parent 9cb07ef8
Branches
Tags
No related merge requests found
BASE=ordernumbers BASE=ordernumbers
PLATTFORM=woocommerce PLATTFORM=woocommerce
VENDOR=opentools VENDOR=opentools
VERSION=1.3.6 VERSION=1.3.7
DIR = $(shell pwd) DIR = $(shell pwd)
SVNDIR=wordpress-plugin-svn SVNDIR=wordpress-plugin-svn
......
...@@ -3,8 +3,8 @@ Plugin Name: Ordernumbers for WooCommerce ...@@ -3,8 +3,8 @@ Plugin Name: Ordernumbers for WooCommerce
Contributors: opentools Contributors: opentools
Tags: WooCommerce, Order numbers, orders Tags: WooCommerce, Order numbers, orders
Requires at least: 4.0 Requires at least: 4.0
Tested up to: 4.5 Tested up to: 4.7
Stable tag: 1.3.6 Stable tag: 1.3.7
License: GPLv3 or later License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl.html License URI: http://www.gnu.org/licenses/gpl.html
...@@ -78,6 +78,9 @@ The Advanced Ordernumbers for WooCommerce plugin supports some invoicing plugins ...@@ -78,6 +78,9 @@ The Advanced Ordernumbers for WooCommerce plugin supports some invoicing plugins
== Changelog == == Changelog ==
= 1.3.7 =
* Add support for PayPal payment method
= 1.3.6 = = 1.3.6 =
* Fix order number display for old orders * Fix order number display for old orders
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* License: GPL2+ * License: GPL2+
* Network: true * Network: true
* WC requires at least: 2.2 * WC requires at least: 2.2
* WC tested up to: 2.5 * WC tested up to: 2.6
*/ */
if ( ! defined( 'ABSPATH' ) ) { if ( ! defined( 'ABSPATH' ) ) {
......
...@@ -3,14 +3,14 @@ ...@@ -3,14 +3,14 @@
* Plugin Name: WooCommerce Basic Ordernumbers * Plugin Name: WooCommerce Basic Ordernumbers
* Plugin URI: http://open-tools.net/woocommerce/advanced-ordernumbers-for-woocommerce.html * Plugin URI: http://open-tools.net/woocommerce/advanced-ordernumbers-for-woocommerce.html
* Description: Configure WooCommerce ordernumbers to have a running counter and arbitrary, fixed text (prefix / postfix). * Description: Configure WooCommerce ordernumbers to have a running counter and arbitrary, fixed text (prefix / postfix).
* Version: 1.3.6 * Version: 1.3.7
* Author: Open Tools * Author: Open Tools
* Author URI: http://open-tools.net * Author URI: http://open-tools.net
* Text Domain: woocommerce-advanced-ordernumbers * Text Domain: woocommerce-advanced-ordernumbers
* License: GPL2+ * License: GPL2+
* Network: true * Network: true
* WC requires at least: 2.2 * WC requires at least: 2.2
* WC tested up to: 2.5 * WC tested up to: 2.6
*/ */
if ( ! defined( 'ABSPATH' ) ) { if ( ! defined( 'ABSPATH' ) ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment