Skip to content

Commit

Permalink
Making sure the plugin has the right version number
Browse files Browse the repository at this point in the history
  • Loading branch information
viscosho committed Mar 30, 2020
1 parent b8b2f8c commit 10c27c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Change log


## [Unreleased] - Minor version 1.1.1
## [Unreleased] - Minor version 1.0.1

### Security
- General testing to ensure compatibility with latest WordPress version (5.4).
- General testing to ensure compatibility with latest LSX Theme version (2.7).


## [[1.1.0]](https://github.com/lightspeeddevelopment/lsx-geo-content/releases/tag/v1.0.0) - 2018-11-21
## [[1.0.0]](https://github.com/lightspeeddevelopment/lsx-geo-content/releases/tag/v1.0.0) - 2018-11-21

### Security
- Tested for Wordpress 4.9.8.
Expand Down
4 changes: 2 additions & 2 deletions lsx-geo-content.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description:
* Tags: LSX, LSX Theme, caldera forms, geo content, geo localization
* Author: LightSpeed
* Version: 1.0.0
* Version: 1.0.1
* Author URI: https://www.lsdev.biz/
* License: GPL3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand All @@ -21,7 +21,7 @@
define( 'LSX_GEO_PATH', plugin_dir_path( __FILE__ ) );
define( 'LSX_GEO_CORE', __FILE__ );
define( 'LSX_GEO_URL', plugin_dir_url( __FILE__ ) );
define( 'LSX_GEO_VER', '1.0.0' );
define( 'LSX_GEO_VER', '1.0.1' );

if ( ! class_exists( 'GeoIP' ) ) {
require_once LSX_GEO_PATH . 'vendor/geoip/geoip.php';
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: LSX Theme, Gutenberg, geo content, caldera forms, geo-targeting
Requires at least: 4.3
Tested up to: 5.4
Requires PHP: 7.0
Stable tag: 1.1.1
Stable tag: 1.0.1
License: GPLv3

The LSX Geo Content plugin detects your IP address and the Protocol Version (v4 or v6) used. Your country code is then determined using the downloaded DB from https://dev.maxmind.com. This is cached for 1 hour.
Expand Down

0 comments on commit 10c27c2

Please sign in to comment.