Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
flegfleg committed Jun 29, 2020
1 parent 8741db2 commit 44db9f6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ New in this version:

## Changelog

### 0.9.4.10

* Prefix helper functions to prevent conflict with other plugins
* Prevent double bookings

### 0.9.4.9

* Better debugging: missing variables are now listed on booking page (if WP_DEBUG is enabled).
Expand Down
2 changes: 1 addition & 1 deletion commons-booking.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Plugin Name: Commons Booking
* Plugin URI: http://www.wielebenwir.de/projekte/commons-booking
* Description: A wordpress plugin for management and booking of common goods.
* Version: 0.9.4.9
* Version: 0.9.4.10
* Author: Florian Egermann
* Author URI: http://www.wielebenwir.de
* Text Domain: commons-booking
Expand Down
5 changes: 5 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ New in this version:

== Changelog ==

= 0.9.4.10 =

* Prefix helper functions to prevent conflict with other plugins
* Prevent double bookings

= 0.9.4.9 =

* Better debugging: missing variables are now listed on booking page (if WP_DEBUG is enabled).
Expand Down

0 comments on commit 44db9f6

Please sign in to comment.