Skip to content

Commit

Permalink
Merge branch 'release/1.1.11' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviranik committed Nov 19, 2021
2 parents d18586b + 3c37380 commit d0a81fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
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.10",
"version": "1.1.11",
"description": "Point of Sale plugin for WooCommerce",
"author": "weDevs <[email protected]>",
"license": "GPLv2",
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tested up to: 5.8.2
WC requires at least: 3.0
WC tested up to: 5.9.0
Requires PHP: 5.6
Stable tag: 1.1.10
Stable tag: 1.1.11
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.11 -> 19 November, 2021 =

- **Fix:** PSR-4 class autoloading for Admin namespace

= v1.1.10 -> 19 November, 2021 =

- **Feature:** Admin dependency notice for WooCommerce
Expand Down
4 changes: 2 additions & 2 deletions wepos.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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.10
Version: 1.1.11
Author: weDevs
Author URI: https://wedevs.com/
Text Domain: wepos
Expand Down Expand Up @@ -57,7 +57,7 @@ final class WePOS {
*
* @var string
*/
public $version = '1.1.10';
public $version = '1.1.11';

/**
* Holds various class instances
Expand Down

0 comments on commit d0a81fa

Please sign in to comment.