Skip to content

Commit

Permalink
Merge branch 'release/1.1.7' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviranik committed Jul 13, 2021
2 parents 4609db0 + 8c3b4cb commit 3b2814d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
4 changes: 2 additions & 2 deletions languages/wepos.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the GPL2.
msgid ""
msgstr ""
"Project-Id-Version: wePOS - Point Of Sale (POS) for WooCommerce 1.1.6\n"
"Project-Id-Version: wePOS - Point Of Sale (POS) for WooCommerce 1.1.7\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wepos\n"
"POT-Creation-Date: 2021-05-08 07:17:56+00:00\n"
"POT-Creation-Date: 2021-07-13 11:33:35+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wepos",
"version": "1.1.6",
"version": "1.1.7",
"description": "Point of Sale plugin for WooCommerce",
"author": "weDevs <[email protected]>",
"license": "GPLv2",
Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Contributors: tareq1988, wedevs, nizamuddinbabu
Donate Link: http://tareq.co/donate/
Tags: WooCommerce POS, point of sale, free pos, pos plugin, woocommerce point of sale
Requires at least: 4.4
Tested up to: 5.7.1
Tested up to: 5.7.2
WC requires at least: 3.0
WC tested up to: 5.2.2
WC tested up to: 5.4.1
Requires PHP: 5.6
Stable tag: 1.1.6
Stable tag: 1.1.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -60,6 +60,10 @@ No FAQ

== Changelog ==

= v1.1.7 -> 13 July, 2021 =

- **Enhancement:** Added summer sale 2021 limited promotion banner

= v1.1.6 -> 08 May, 2021 =

- **Enhancement:** Added limited promotion banner
Expand Down
6 changes: 3 additions & 3 deletions wepos.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
Plugin Name: wePOS - Point Of Sale (POS) for WooCommerce
Plugin URI: https://wedevs.com/wepos
Description: A beautiful and fast Point of Sale (POS) system for WooCommerce
Version: 1.1.6
Version: 1.1.7
Author: weDevs
Author URI: https://wedevs.com/
Text Domain: wepos
Domain Path: /languages
WC requires at least: 3.0
WC tested up to: 5.2.2
WC tested up to: 5.4.1
License: GPL2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
Expand Down Expand Up @@ -58,7 +58,7 @@ final class WePOS
*
* @var string
*/
public $version = '1.1.6';
public $version = '1.1.7';

/**
* Holds various class instances
Expand Down

0 comments on commit 3b2814d

Please sign in to comment.