Skip to content

Commit

Permalink
Added dynamic version to static resources
Browse files Browse the repository at this point in the history
  • Loading branch information
MB-Jan committed Feb 18, 2022
1 parent 078971d commit d3c4262
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ There are 2 ways to use our components:

### Changelog ###

###### 1.1.1 ######
Added dynamic version to static resources
###### 1.1.0 ######
Accommodated API changes.
###### 1.0.0 ######
Expand Down
3 changes: 3 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ There are multiple ways to use our components:

== Changelog ==

= 1.1.0 =
* Added dynamic version to static resources

= 1.1.0 =
* Accommodated API changes

Expand Down
4 changes: 2 additions & 2 deletions ikoTravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: iko.travel Affiliate
* Description: This plugin integrates your iko.travel affiliate account with WordPress. It integrates with Gutenberg, Elementor, Avada, WPBakery and as shortcodes.
* Version: 1.1.0
* Version: 1.1.1
* Author: iko.travel
* Author URI: https://iko.travel/
* License: GPL-3.0
Expand All @@ -25,7 +25,7 @@

class ikoTravel {
function __construct() {
$this->version = '1.0.4';
$this->version = current_time('Y-m-d');
$this->namespace = 'iko-travel';
$this->section = 'ikoTravel'; // Customizer Section Name
$this->clientIdKey = 'ikoTravelClientId';
Expand Down

0 comments on commit d3c4262

Please sign in to comment.