We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbe05a commit 15ebd2fCopy full SHA for 15ebd2f
CHANGELOG.textile
@@ -1,5 +1,8 @@
1
h1. Change Log for Developer Info for ExpressionEngine 2.x
2
3
+h2. 1.8.2 (May 13, 2015)
4
+* Fixed version compare conditional
5
+
6
h2. 1.8.1 (May 13, 2015)
7
* Fixed EE 2.10.x version comparison bug
8
system/expressionengine/third_party/developer_info/config.php
@@ -28,7 +28,7 @@
28
29
// Version: The version number of the add-on. It should follow
30
// the same major.minor.bugfix scheme that EE follows.
31
-define('DEVINFO_VERSION', '1.8.1');
+define('DEVINFO_VERSION', '1.8.2');
32
33
// URL: The URL users can go to for help
34
define('DEVINFO_URL', 'github.com/marc524/developer_info.ee_addon');
0 commit comments