Skip to content

Commit

Permalink
Merge branch 'release/1.1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviranik committed May 8, 2021
2 parents 87c4607 + fbf1f19 commit 2d8c9d9
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 deletions.
12 changes: 6 additions & 6 deletions includes/admin/LimitedTimePromotion.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ public function show_promotions() {

$notices = [
[
'key' => 'wepos-wedevs-birthday-2021',
'start_date' => '2021-03-15 09:00:00 EST',
'end_date' => '2021-03-22 23:00:00 EST',
'title' => "It's Our Birthday!",
'content' => 'Enjoy Flat 50% OFF on wePOS Pro',
'link' => 'https://wedevs.com/wepos/pricing?utm_medium=text&utm_source=wordpress-wepos-wedevs-birthday',
'key' => 'wepos-wedevs-eid-2021',
'start_date' => '2021-05-11 00:09:00 EST',
'end_date' => '2021-05-24 23:00:00 EST',
'title' => 'Eid Mubarak! Stay Safe & Spread Happiness.',
'content' => 'Enjoy Flat 50% OFF on wePOS Pro.',
'link' => 'https://wedevs.com/wepos/pricing?utm_medium=text&utm_source=wordpress-wepos-eidoffer2021',
],
];

Expand Down
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.5\n"
"Project-Id-Version: wePOS - Point Of Sale (POS) for WooCommerce 1.1.6\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wepos\n"
"POT-Creation-Date: 2021-03-15 10:04:17+00:00\n"
"POT-Creation-Date: 2021-05-08 07:17:56+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.5",
"version": "1.1.6",
"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
Tested up to: 5.7.1
WC requires at least: 3.0
WC tested up to: 5.1.0
WC tested up to: 5.2.2
Requires PHP: 5.6
Stable tag: 1.1.5
Stable tag: 1.1.6
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.6 -> 08 May, 2021 =

- **Enhancement:** Added limited promotion banner

= v1.1.5 -> 15 March, 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.5
Version: 1.1.6
Author: weDevs
Author URI: https://wedevs.com/
Text Domain: wepos
Domain Path: /languages
WC requires at least: 3.0
WC tested up to: 5.1.0
WC tested up to: 5.2.2
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.5';
public $version = '1.1.6';

/**
* Holds various class instances
Expand Down

0 comments on commit 2d8c9d9

Please sign in to comment.