Skip to content

Commit 15ebd2f

Browse files
committed
fix version compare conditional
1 parent 5dbe05a commit 15ebd2f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.textile

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
h1. Change Log for Developer Info for ExpressionEngine 2.x
22

3+
h2. 1.8.2 (May 13, 2015)
4+
* Fixed version compare conditional
5+
36
h2. 1.8.1 (May 13, 2015)
47
* Fixed EE 2.10.x version comparison bug
58

system/expressionengine/third_party/developer_info/config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
// Version: The version number of the add-on. It should follow
3030
// the same major.minor.bugfix scheme that EE follows.
31-
define('DEVINFO_VERSION', '1.8.1');
31+
define('DEVINFO_VERSION', '1.8.2');
3232

3333
// URL: The URL users can go to for help
3434
define('DEVINFO_URL', 'github.com/marc524/developer_info.ee_addon');

0 commit comments

Comments
 (0)