diff --git a/NEWS b/NEWS index be55677c4..95d53610a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ -1.3-201009XX (1.3.2) +1.3-20100921 (1.3.2) +-------------------- - fixed various issues with some types of email address fields - added support for Ctrl-A (select all) in all web modules - added support for Ctrl-C/Ctrl-V (copy/paste) in the calendar web module diff --git a/Scripts/updates.php b/Scripts/updates.php index 50c5f548f..582978775 100755 --- a/Scripts/updates.php +++ b/Scripts/updates.php @@ -87,4 +87,4 @@ if ( $plugin ) { header("Content-type: text/plain; charset=utf-8", true, 404); echo( 'Plugin not found' ); } -?> \ No newline at end of file +?>