1
0

Make PAT_JS mod_rewrite pattern be recognized to .htaccess to prevent ErrorLog entries for looking up such URLs.

Bumps version to beta6 and will recreate .htaccess file
This commit is contained in:
Garvin Hicking
2014-11-02 15:20:21 +01:00
parent 55c321b678
commit 9944cbb0a7
8 changed files with 14 additions and 2 deletions

View File

@ -235,6 +235,10 @@ $tasks = array(array('version' => '0.5.1',
'arguments' => array('serendipity_event_dashboard'),
'title' => 'Remove dashboard plugin',
'desc' => 'Serendipity 2.0 includes a dashboard in the admin theme. The separate plugin for 1.x has to be removed.'),
array('version' => '2.0-beta6',
'function' => 'serendipity_installFiles',
'title' => 'Update of .htaccess file',
'desc' => 'Changes were made to the .htaccess file to allow for new patterns, it will be recreated. If you manually modified the file, make sure your modification are in place afterwards.'),
);