From a2e489ace560bc104ea8f85cc9a09b685d1955be Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Thu, 3 Oct 2013 22:39:17 +0200 Subject: Changed version number. I guess this is okay, since the move to PDO is something pretty huge. A note for plugin authors: Unless you accessed the database manually, nothing has changed for you. The API and the database model is still the same. --- ratatoeskr/templates/src/systemtemplates/backend_login.html | 2 +- ratatoeskr/templates/src/systemtemplates/master.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ratatoeskr/templates/src/systemtemplates/backend_login.html b/ratatoeskr/templates/src/systemtemplates/backend_login.html index 251af98..6671dd9 100755 --- a/ratatoeskr/templates/src/systemtemplates/backend_login.html +++ b/ratatoeskr/templates/src/systemtemplates/backend_login.html @@ -9,7 +9,7 @@
-
Ratatöskr::Noctilucent clouds (v. 0.1 β 5)
+
Ratatöskr::Noctilucent clouds (v. 0.2 β 1)

diff --git a/ratatoeskr/templates/src/systemtemplates/master.html b/ratatoeskr/templates/src/systemtemplates/master.html index bce92b1..a5c7793 100755 --- a/ratatoeskr/templates/src/systemtemplates/master.html +++ b/ratatoeskr/templates/src/systemtemplates/master.html @@ -40,7 +40,7 @@
- Ratatöskr::Noctilucent clouds (v. 0.1 β 5) + Ratatöskr::Noctilucent clouds (v. 0.2 β 1) $user[name] | -- cgit v1.2.3-54-g00ecf From 1d584b981defe7f0ec5a609a0012a963b218fd51 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Fri, 4 Oct 2013 00:13:20 +0200 Subject: 0.2 Beta 2 Fixed PHP 5.3 compatibility. I also accidentally merged some features earlier. They actually seem to work quite well, so I do not try to revert these changes. --- ratatoeskr/templates/src/systemtemplates/backend_login.html | 2 +- ratatoeskr/templates/src/systemtemplates/master.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ratatoeskr/templates/src/systemtemplates/backend_login.html b/ratatoeskr/templates/src/systemtemplates/backend_login.html index 6671dd9..8c26b83 100755 --- a/ratatoeskr/templates/src/systemtemplates/backend_login.html +++ b/ratatoeskr/templates/src/systemtemplates/backend_login.html @@ -9,7 +9,7 @@
-
Ratatöskr::Noctilucent clouds (v. 0.2 β 1)
+
Ratatöskr::Noctilucent clouds (v. 0.2 β 2)

diff --git a/ratatoeskr/templates/src/systemtemplates/master.html b/ratatoeskr/templates/src/systemtemplates/master.html index a5c7793..161b75d 100755 --- a/ratatoeskr/templates/src/systemtemplates/master.html +++ b/ratatoeskr/templates/src/systemtemplates/master.html @@ -40,7 +40,7 @@
- Ratatöskr::Noctilucent clouds (v. 0.2 β 1) + Ratatöskr::Noctilucent clouds (v. 0.2 β 2) $user[name] | -- cgit v1.2.3-54-g00ecf