We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de44b5f + 59657c6 commit 5137507Copy full SHA for 5137507
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## VERSION 2.4.3
2
+
3
+This release fixes a bug in the way autosaving was handled.
4
5
+- Autosave functionality improved
6
+- Added a button to clear autosaved draft if present
7
+- Removed autosave from KB editor
8
+- Depenedencies updated
9
10
## VERSION 2.4.2
11
12
This release updates dependecies and fixes an issue with the docker container which prevented it from booting.
config/environment.rb
@@ -5,6 +5,6 @@
Rails.application.initialize!
# Get the current tag version
-VERSION = '2.4.2'
+VERSION = '2.4.3'
REVISION = `git log --pretty=format:'%h' -n 1`
APP_VERSION = "#{VERSION}:#{REVISION}"
0 commit comments