diff --git a/src/post_install.html b/src/post_install.html
index f320590..0c78b42 100644
--- a/src/post_install.html
+++ b/src/post_install.html
@@ -24,7 +24,10 @@
Instructions
If you want to export the parameters list as CSV file just press the Export button
Starting from version 1.1 you can also import parameters list from comma sperated a CSV file.
+
Starting from version 1.0 you can also export parameters list as CSV file.
+
+ Starting from version 1.5 you can also enter empty parameters, and edit parameters names.
Source code
This extension is Open Source, released under GPLv3. You can download sources from GitHub
Credits:
diff --git a/src/post_update.html b/src/post_update.html
index 9c28b04..69de621 100644
--- a/src/post_update.html
+++ b/src/post_update.html
@@ -12,10 +12,12 @@
Parameters Editor has been updated.
Changelog
- New in version 1.4
+ New in version 1.5
- - Add unescape and escape of parameters value
- - Bug fix in CSV export
+ - Now is possible to edit the parameter name
+ - Fixed but with url containing #
+ - Added support for empty parameters
+ - Code refactoring/cleaning
Source code
This extension is Open Source, released under GPLv3. You can download sources from
GitHub