File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## VERSION 2.4.2
2
+
3
+ This release updates dependecies and fixes an issue with the docker container which prevented it from booting.
4
+
5
+ - Dependencies updated
6
+ - Critical security update for Nokogiri
7
+ - Fixed: Docker container would not boot
8
+
9
+ ## VERSION 2.4.1
10
+
11
+ This release fixes a couple thing from the last release, in addition to updating some dependencies. Specifically:
12
+
13
+ - Resetting passwords works again- this was a regression with the update of Devise
14
+ - Tags are now shown in alphabetical order- helpful if you have a large number
15
+ - Tag management is now paginated- again helpful if you have a large number
16
+
17
+ Also
18
+
19
+ - Some additional navigation was added into the knowledgebase editor
20
+
1
21
## VERSION 2.4
2
22
3
23
Version 2.4 is packed with some great new stuff to make your Helpy experience better than ever. It also includes some important security updates
Original file line number Diff line number Diff line change 5
5
Rails . application . initialize!
6
6
7
7
# Get the current tag version
8
- VERSION = '2.4.1 '
8
+ VERSION = '2.4.2 '
9
9
REVISION = `git log --pretty=format:'%h' -n 1`
10
10
APP_VERSION = "#{ VERSION } :#{ REVISION } "
You can’t perform that action at this time.
0 commit comments