Changeset 3137298
- Timestamp:
- 08/18/2024 09:31:25 PM (20 months ago)
- Location:
- einsatzverwaltung
- Files:
-
- 5 edited
- 4 copied
-
tags/1.11.2 (copied) (copied from einsatzverwaltung/trunk)
-
tags/1.11.2/Core.php (modified) (1 diff)
-
tags/1.11.2/Frontend.php (copied) (copied from einsatzverwaltung/trunk/Frontend.php)
-
tags/1.11.2/css/style-frontend.css (copied) (copied from einsatzverwaltung/trunk/css/style-frontend.css)
-
tags/1.11.2/einsatzverwaltung.php (modified) (1 diff)
-
tags/1.11.2/readme.txt (copied) (copied from einsatzverwaltung/trunk/readme.txt) (1 diff)
-
trunk/Core.php (modified) (1 diff)
-
trunk/einsatzverwaltung.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
einsatzverwaltung/tags/1.11.2/Core.php
r3061617 r3137298 20 20 class Core 21 21 { 22 const VERSION = '1.11. 1';22 const VERSION = '1.11.2'; 23 23 const DB_VERSION = 80; 24 24 -
einsatzverwaltung/tags/1.11.2/einsatzverwaltung.php
r3061617 r3137298 4 4 Plugin URI: https://einsatzverwaltung.org 5 5 Description: Public incident reports for fire departments and other rescue services 6 Version: 1.11. 16 Version: 1.11.2 7 7 Author: Andreas Brain 8 8 Author URI: https://www.abrain.de -
einsatzverwaltung/tags/1.11.2/readme.txt
r3137260 r3137298 4 4 Tags: Feuerwehr, fire department, EMS 5 5 Requires at least: 5.6.0 6 Tested up to: 6. 56 Tested up to: 6.6 7 7 Requires PHP: 7.1.0 8 Stable tag: 1.11. 18 Stable tag: 1.11.2 9 9 License: GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
einsatzverwaltung/trunk/Core.php
r3061617 r3137298 20 20 class Core 21 21 { 22 const VERSION = '1.11. 1';22 const VERSION = '1.11.2'; 23 23 const DB_VERSION = 80; 24 24 -
einsatzverwaltung/trunk/einsatzverwaltung.php
r3061617 r3137298 4 4 Plugin URI: https://einsatzverwaltung.org 5 5 Description: Public incident reports for fire departments and other rescue services 6 Version: 1.11. 16 Version: 1.11.2 7 7 Author: Andreas Brain 8 8 Author URI: https://www.abrain.de -
einsatzverwaltung/trunk/readme.txt
r3137260 r3137298 4 4 Tags: Feuerwehr, fire department, EMS 5 5 Requires at least: 5.6.0 6 Tested up to: 6. 56 Tested up to: 6.6 7 7 Requires PHP: 7.1.0 8 Stable tag: 1.11. 18 Stable tag: 1.11.2 9 9 License: GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.