From 28b57f74677f56bc0b423c8b0685e88f87bb2519 Mon Sep 17 00:00:00 2001 From: Michael Prager Date: Sun, 29 Aug 2010 13:30:47 +0200 Subject: [PATCH] updated readme, prepared for v1.28 release. Also added missing release date to v1.27 --- Readme.txt | 4 +++- build.pl | 2 +- comingNext/Info.plist | 4 ++-- comingNext/index.html | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Readme.txt b/Readme.txt index 978e0c6..3b1d418 100644 --- a/Readme.txt +++ b/Readme.txt @@ -189,8 +189,10 @@ Changelog: can now easily change the number of events per widget for example to 3, 5 or 6 by simply changing the 'Events Per Widget' setting. - includes Skin Fetcher 1.2 which now also supports 3 panels -1.27 () by Michael Prager +1.27 (2010-03-21) by Michael Prager - fixed ToDo events without due date to cause error +1.28 () by Michael Prager - added persistent settings. Settings will no longer be lost when updating the widget. Also, all widgets now use the same settings, you no longer have to modify the settings in each widget individually. + - added russian translation (thanks to tokeda) diff --git a/build.pl b/build.pl index 1b24e3f..e3b3506 100644 --- a/build.pl +++ b/build.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -my $version = "1.27"; +my $version = "1.28"; use warnings; use strict; diff --git a/comingNext/Info.plist b/comingNext/Info.plist index e01c5e7..075d6bc 100644 --- a/comingNext/Info.plist +++ b/comingNext/Info.plist @@ -2,9 +2,9 @@ - DisplayName Coming Next 1.27 + DisplayName Coming Next 1.28 Identifier ar.com.cochambre.symbian.wrt.comingnext - Version 1.27 + Version 1.28 MainHTML index.html AllowNetworkAccess MiniViewEnabled diff --git a/comingNext/index.html b/comingNext/index.html index 888333d..4af8b92 100644 --- a/comingNext/index.html +++ b/comingNext/index.html @@ -67,7 +67,7 @@ var config = { // Nothing of interest from here on... //------------------------------------------------------- var panelNum = 0; // use 1 for second panel -var version = "1.27"; +var version = "1.28"; var versionURL = "http://comingnext.sourceforge.net/version.xml"; var calendarService = null; var cacheEntriesHtml = []; -- 2.39.2