Skip to content

Commit

Permalink
Update CHANGELOG.md file and update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
majeedraza1 committed Jan 2, 2020
1 parent caff67a commit 8ee7c5d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#### 1.1.21 - January 02, 2020
* Feature - Add buy-van page designed by @simpi21
* dev - Add phone number step on checkout page.
* dev - Update checkout analysis backend table structure.
* dev - Update package.json and composer.json dependency list.
* dev - Update plugin replacing snackbar, spinner, switch, tabs, dialog vue components.
* dev - Update StarRating and Accordion components.

#### 1.1.20 - October 30, 2019
* Tweak - Change tracker refresh time to 5 seconds.
* Dev - Add RentCenter class for for rent-a-center class.
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": "stackonet-repair-services",
"version": "1.1.20",
"version": "1.1.21",
"description": "A WordPress plugin for repair home services.",
"author": {
"name": "Sayful Islam",
Expand Down
4 changes: 2 additions & 2 deletions stackonet-repair-services.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Stackonet Toolkit for Phone Repairs ASAP
* Description: Stackonet Toolkit for Phone Repairs ASAP
* Version: 1.1.20
* Version: 1.1.21
* Author: Stackonet Services (Pvt.) Ltd.
* Author URI: http://www.stackonet.com/
* Requires at least: 4.9
Expand Down Expand Up @@ -36,7 +36,7 @@ final class Stackonet_Repair_Services {
*
* @var string
*/
private $version = '1.1.20';
private $version = '1.1.21';

/**
* Holds various class instances
Expand Down

0 comments on commit 8ee7c5d

Please sign in to comment.