Skip to content

Commit

Permalink
Version 3.1.44 improvements #1680
Browse files Browse the repository at this point in the history
  • Loading branch information
live-aamir committed Jul 12, 2024
1 parent 497e8af commit 9fbfa4f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
18 changes: 16 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Contributors: wpeventmanager,ashokdudhat,krinay
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=55FRYATTFLA5N
Tags: calendar, event, events, organizer, tickets
Requires at least: 5.4.1
Tested up to: 6.3.1
Stable tag: 3.1.43
Tested up to: 6.5.5
Stable tag: 3.1.44
Requires PHP: 5.6
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -300,6 +300,20 @@ Our Help Center is the best place to find out more about WP Event Manager. Withi

== Changelog ==

= [3.1.44] 12-07-2024 =

Fixed : The error message displayed on the sign-out page is removed.
Fixed : Creation of the wrong permalink when an event is submitted from the front end is now resolved.
Fixed : Now multiple logos can be saved in the venue and organizer section.
Fixed : Depreciated error message is removed from PHP 8.2
Fixed : The fatal error message that appeared on the edit venue segment is now removed.
Fixed : The venue logo is now saved at the backend.
Fixed : The date-related issue in the upcoming event shortcode is now resolved.
Fixed : The problem associated with the “multi-select event types” option is now resolved.
Fixed : Security issue of WP Event Manager is resolved.
Fixed : The custom field issue in the field editor is now resolved.
Fixed : A new filter is added to hide a specific field from the single event page.

= [3.1.43] 22-02-2024 =

Fixed : URL type value is now shown on the organizer details page.
Expand Down
4 changes: 2 additions & 2 deletions wp-event-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://www.wp-eventmanager.com
* Text Domain: wp-event-manager
* Domain Path: /languages
* Version: 3.1.43
* Version: 3.1.44
* Since: 1.0.0
* Requires WordPress Version at least: 5.4.1
* Copyright: 2019 WP Event Manager
Expand Down Expand Up @@ -43,7 +43,7 @@ class WP_Event_Manager {
* @var plugin version
* @since 3.1.33
*/
private static $wpem_verion = '3.1.43';
private static $wpem_verion = '3.1.44';


/**
Expand Down

0 comments on commit 9fbfa4f

Please sign in to comment.