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

Bump version

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