Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
abrain committed Nov 11, 2021
1 parent 68e32dc commit 04bd68b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Core
{
const VERSION = '1.9.7';
const VERSION = '1.10.0';
const DB_VERSION = 71;

/**
Expand Down
2 changes: 1 addition & 1 deletion src/einsatzverwaltung.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Einsatzverwaltung
Plugin URI: https://einsatzverwaltung.org
Description: Public incident reports for fire brigades and other rescue services
Version: 1.9.7
Version: 1.10.0
Author: Andreas Brain
Author URI: https://www.abrain.de
License: GPLv2
Expand Down
11 changes: 11 additions & 0 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ Yes, you can find them on [our website](https://einsatzverwaltung.org/faq/).

== Changelog ==

= 1.10.0 =
* New API endpoint for third-party systems to create incident reports
* Roles for user permissions
* Shortcode `reportcount` can be filtered by Alerting Method
* Fallback featured image for reports based on Incident Category
* Autocomplete for incident location
* Fix: Changing the category setting for incident reports caused an error on fresh installations

= 1.9.7 =
* Fix: Compatibility issue with Elementor

Expand Down Expand Up @@ -88,5 +96,8 @@ Yes, you can find them on [our website](https://einsatzverwaltung.org/faq/).

== Upgrade Notice ==

= 1.10.0 =
New API endpoint, roles, and more

= 1.9.7 =
Maintenance Release

0 comments on commit 04bd68b

Please sign in to comment.