Skip to content

Commit

Permalink
updating version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aytackokus committed Sep 6, 2021
1 parent fa85b0d commit 714c259
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## History of changes

## [1.2.1] - 06/09/2021
### Fixed
- Fixed assets path
- Fixed comments

## [1.2.0] - 30/08/2021
### Changed
- Refactored autoloader
Expand Down
6 changes: 3 additions & 3 deletions woo-product-variations-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
Requires PHP: 7.0
Requires at least: 5.0
Tested up to: 5.5
Stable tag: 1.2.0
Version: 1.2.0
Stable tag: 1.2.1
Version: 1.2.1
*/

use appsaloon\woo_pvt\config\Plugin_Config;
Expand All @@ -35,7 +35,7 @@
/**
* Plugin version
*/
define( 'WOO_PVT_VERSION', '1.2.0' );
define( 'WOO_PVT_VERSION', '1.2.1' );

/**
* Rest API namespace
Expand Down

0 comments on commit 714c259

Please sign in to comment.