1
0

Document changes and prepare language constants

This commit is contained in:
onli
2015-01-30 22:19:07 +01:00
parent f7c0fa23bc
commit e542dcb38a
2 changed files with 7 additions and 1 deletions

View File

@@ -3,6 +3,11 @@
Version 2.1 ()
------------------------------------------------------------------------
* Add "update all"-button to plugin update page
* Introduce serendipity['ajax'] to detect incoming ajax requests
and react accordingly in core and plugins
* Some small enhancements to the error reporting
Version 2.0.1 ()

View File

@@ -1 +1,2 @@
@define('DASHBOARD_ENTRIES', 'In Progress');
@define('START_UPDATE', 'Starting Update ...');
@define('UPDATE_ALL', 'Update All');