From 873412caf4cbd4d7891ed1323d6c21ef985108a7 Mon Sep 17 00:00:00 2001 From: snrbrnjna Date: Sat, 25 Feb 2023 15:32:12 +0100 Subject: [PATCH] bump version --- gigpress.php | 4 ++-- readme.txt | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gigpress.php b/gigpress.php index c6926ed..15b31a5 100644 --- a/gigpress.php +++ b/gigpress.php @@ -3,7 +3,7 @@ * Plugin Name: GigPress * Plugin URI: https://evnt.is/1aca * Description: GigPress is a live performance listing and management plugin built for musicians and performers. - * Version: 2.3.28 + * Version: 2.3.29 * Author: The Events Calendar * Author URI: https://evnt.is/1aor * Text Domain: gigpress @@ -46,7 +46,7 @@ } if ( ! defined( 'GIGPRESS_VERSION' ) ) { - define( 'GIGPRESS_VERSION', '2.3.26' ); + define( 'GIGPRESS_VERSION', '2.3.29' ); } if ( ! defined( 'GIGPRESS_DB_VERSION' ) ) { diff --git a/readme.txt b/readme.txt index b4a24c8..407aa6f 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: theeventscalendar, brianjessee, camwynsp, aguseo, bordoni, borkweb Tags: concerts, bands, tours, shows, record labels, music, musicians, performers, artists Requires at least: 4.5 Tested up to: 6.1.1 -Stable tag: 2.3.28 +Stable tag: 2.3.29 GigPress is a live performance listing and management plugin that's been serving musicians and performers since 2007. @@ -36,6 +36,10 @@ If you want to go beyond GigPress, we also have other plugins that could work gr == Changelog == += 2.3.29 [2023-02-25] = + +* Tweak - Imporving safety for all shortcoe parameters + = 2.3.28 [2022-12-27] = * Tweak - Resolve a problematic usaged of the shortcode `[gigpress_menu]` improving the safety of the plugin.