Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
aa551e9cea
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -5,22 +5,23 @@
|
|||
Fix double escaping comments text and author
|
||||
|
||||
# v1.1.1
|
||||
## 12/10/2015
|
||||
## 12/11/2015
|
||||
|
||||
1. [](#improved)
|
||||
Drop the autofocus on the comment form
|
||||
* Drop the autofocus on the comment form
|
||||
1. [](#bugfix)
|
||||
* Fix double encoding (#12)
|
||||
|
||||
# v1.1.0
|
||||
## 11/24/2015
|
||||
|
||||
1. [](#improved)
|
||||
Use date instead of gmdate to respect the server local time (thanks @bovisp)
|
||||
1. [](#improved)
|
||||
Now works with multilang (thanks @bovisp)
|
||||
1. [](#new)
|
||||
Added french (@codebee-fr) and russian (@joomline) languages
|
||||
1. [](#new)
|
||||
Takes advantage of the new nonce support provided by the Form plugin
|
||||
* Added french (@codebee-fr) and russian (@joomline) languages
|
||||
* Takes advantage of the new nonce support provided by the Form plugin
|
||||
1. [](#improved)
|
||||
* Use date instead of gmdate to respect the server local time (thanks @bovisp)
|
||||
* Now works with multilang (thanks @bovisp)
|
||||
|
||||
|
||||
# v1.0.2
|
||||
## 11/13/2015
|
||||
|
@ -33,10 +34,11 @@
|
|||
# v1.0.1
|
||||
## 11/11/2015
|
||||
|
||||
1. [](#bugfix)
|
||||
* Fix error when user/data/comments does not exist
|
||||
1. [](#improved)
|
||||
* Use onAdminMenu instead of the deprecated onAdminTemplateNavPluginHook
|
||||
1. [](#bugfix)
|
||||
* Fix error when user/data/comments does not exist
|
||||
|
||||
|
||||
# v1.0.0
|
||||
## 10/21/2015
|
||||
|
|
Loading…
Reference in New Issue