diff --git a/README.md b/README.md index 36de7e5..621e8f6 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,13 @@ Dieses kleine Tool löst das "Ewige-Einkaufsliste-für-mehr-Personen-Problem". K ## Versionen +## 0.8.3 + +* Läuft jetzt auch mit PHP 5.3 +* AnguarJS Update auf 1.4.2 +* Bootstrap Update auf 3.3.5 +* jQuery Update auf 2.1.4 + ## 0.8.2 * Lizenz in der bower.json-Datei korrigiert @@ -89,4 +96,4 @@ GPLv2 4. Christian Nielebock (@Ravetracer) für Inspiration und Hilfe bei der API - [1]: https://openclipart.org/detail/182735/check-list-by-crisg-182735 \ No newline at end of file + [1]: https://openclipart.org/detail/182735/check-list-by-crisg-182735 diff --git a/about.html b/about.html index 1f14ca5..146e39d 100644 --- a/about.html +++ b/about.html @@ -1,60 +1,56 @@ -

Einkaufsliste

+
+

Einkaufsliste

-

Dieses kleine Tool löst das “Ewige-Einkaufsliste-für-mehr-Personen-Problem”. Kein Whatsapp, E-Mail und Co., keine - Medienbrüche und keine oversized Google Docs-Lösungen mit Overhead, scheiss-Bedienung und fremdem +

Dieses kleine Tool löst das "Ewige-Einkaufsliste-für-mehr-Personen-Problem". Kein Whatsapp, E-Mail und + Co., keine Medienbrüche und keine oversized Google Docs-Lösungen mit Overhead, scheiss-Bedienung und fremdem Cloud-Zeugs.

Anforderung

Server

-
  1. PHP >= 5.3.4 mit SQLite
  2. ggf. bower
-
-

Clients

- -
-

Installation

-
  1. In einen Ordner auf einem öffentlichen Server kopieren
  2. bower install laufen lassen (kann man auch lokal machen und alles hochladen)
  3. ggf. .htaccess-Schutz vergeben
-
-

Versionen

-

0.8.2

+

0.8.3

+ +

0.8.2

-

0.8.1

+

0.8.1

- -

0.8.0

+

0.8.0

-

0.7.0

- +

0.7.0

-
- -

0.6.0

- +

0.6.0

- -

0.5.1

- +

0.5.1

- -

0.5.0

- +

0.5.0

-

Roadmap

- -

Lizenz

GPLv2

-
-

Libraries

- -

Danksagungen

-
  1. Meine Frau, ohne die ich nie auf die Idee gekommen wäre.
  2. CodeSchool für das coole Angular-Tutorial
  3. @@ -122,4 +103,4 @@

    Danksagungen

  4. Christian Nielebock (@Ravetracer) für Inspiration und Hilfe bei der API
-
\ No newline at end of file +
diff --git a/bower.json b/bower.json index ee52a1d..74d6b95 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "einkaufsliste", - "version": "0.8.2", + "version": "0.8.3", "authors": [ "Christian Jung " ], @@ -14,10 +14,10 @@ "tests" ], "dependencies": { - "bootstrap": "~3.3.4", - "angular": "~1.4.0-rc.1", - "angular-route": "~1.4.0-rc.1", - "angular-animate": "~1.4.0-rc.1", - "jquery": "~2.1.1" + "bootstrap": "~3.3.5", + "angular": "~1.4.2", + "angular-route": "~1.4.2", + "angular-animate": "~1.4.2", + "jquery": "~2.1.4" } } diff --git a/index.html b/index.html index 9ba01d8..cba7872 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@