Skip to content

Commit d9be099

Browse files
committed
docs: preparing hotfix release 3.2.2.1
1 parent 14fb0f6 commit d9be099

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "really-simple-plugins/simplybookme",
3-
"version": "3.2.2",
3+
"version": "3.2.2.1",
44
"description": "Simply add a booking calendar to your site to schedule bookings, reservations, appointments and to collect payments.",
55
"type": "wordpress-plugin",
66
"license": "GPL-2.0-or-later",

config/env.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
return [
1818
'plugin' => [
1919
'name' => 'SimplyBook.me',
20-
'version' => '3.2.2',
20+
'version' => '3.2.2.1',
2121
'pro' => true,
2222
'path' => dirname(__DIR__),
2323
'base_path' => dirname(__DIR__). DIRECTORY_SEPARATOR . plugin_basename(dirname(__DIR__)) . '.php',

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: Booking, Calendar, Scheduling, Reservations, Appointments
55
Requires at least: 6.6
66
Tested up to: 6.8
77
Requires PHP: 7.4
8-
Stable tag: 3.2.2
8+
Stable tag: 3.2.2.1
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -88,6 +88,9 @@ You can skip the onboarding and login with your existing login credentials.
8888
5. Your appointments schedule is also accessible via the mobile app!
8989

9090
== Changelog ==
91+
= 3.2.2.1 =
92+
* Fixed: Error on uninstall.
93+
9194
= 3.2.2 =
9295
* Added: Admin notice for stale plugin users.
9396
* Changed: Plugin now uses new code architecture.

simplybook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: SimplyBook.me - Booking and reservations calendar
1111
* Plugin URI: https://help.simplybook.me/index.php?title=WordPress_integration
1212
* Description: Simply add a booking calendar to your site to schedule bookings, reservations, appointments and to collect payments.
13-
* Version: 3.2.2
13+
* Version: 3.2.2.1
1414
* Requires at least: 6.6
1515
* Requires PHP: 7.4
1616
* Author: Really Simple Plugins

0 commit comments

Comments
 (0)