Skip to content

Commit

Permalink
update version number 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chriwen committed Feb 14, 2021
1 parent b68a92e commit 044c23b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions commonsbooking.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* Plugin Name: CommonsBooking
* Version: 2.4
* Version: 2.4.1
* Requires at least: 5.2
* Requires PHP: 7.0
* Plugin URI: https://commonsbooking.org
Expand All @@ -24,7 +24,7 @@

defined('ABSPATH') or die("Thanks for visting");

define('COMMONSBOOKING_VERSION', '2.4');
define('COMMONSBOOKING_VERSION', '2.4.1');
define('COMMONSBOOKING_PLUGIN_SLUG', 'commonsbooking');
define('COMMONSBOOKING_MENU_SLUG', COMMONSBOOKING_PLUGIN_SLUG . '-menu');
define('COMMONSBOOKING_PLUGIN_DIR', plugin_dir_path(__FILE__));
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Donate link: https://www.wielebenwir.de/verein/unterstutzen
Tags: booking, commons, sharing, calendar,
Requires at least: 5.2
Tested up to: 5.6
Stable Tag: 2.4
Stable Tag: 2.4.1
Requires PHP: 7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -82,6 +82,11 @@ This is a new version of CommonsBooking, [Commons Booking V.09](https://de.wordp

== Changelog ==


= 2.4.1 (14.02.2021) =
* FIXED: Avoid Uncaught Exception during Geo Coding on Update


= 2.4.0 (12.02.2021) =
* NEW: Booking list for frontend users now available (my bookings)
* NEW: Booking Widget now available (Widget display links to my bookings, login, logout)
Expand Down

0 comments on commit 044c23b

Please sign in to comment.