From a1e8476c8b30ef202f9300dbb5a3966f6f508ecf Mon Sep 17 00:00:00 2001 From: Rajat Patel Date: Mon, 6 Nov 2023 13:42:05 +0530 Subject: [PATCH 1/2] Bump to v1.6.0 --- README.txt | 11 +++++++++-- import-meetup-events.php | 8 ++++---- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index 95af9a3..558c3d5 100644 --- a/README.txt +++ b/README.txt @@ -4,8 +4,8 @@ Donate link: http://xylusthemes.com/ Tags: events, calendar, event, meetup, meetup event, meetup events, import, meetup import, the events calendar, manager, events manager, import meetup, events, calendar, event, import event, my calendar, eventon, all in one event calendar, timely, event organiser, event management, event calendar, event manager Requires at least: 4.0 Requires PHP: 5.3 -Tested up to: 6.3 -Stable tag: 1.5.9 +Tested up to: 6.4 +Stable tag: 1.6.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -95,6 +95,13 @@ It can also be installed manually. == Changelog == += 1.6.0 = +* FIXED: Javascript Exceptions. +* FIXED: Delete WP Cron multiple queue when you delete schedule delete.(PRO) +* IMPROVEMENTS: EventOn Event Metadata. +* IMPROVEMENTS: Added Support for PHP 8.2 and some design and security fixes +* IMPROVEMENTS: Support for WP 6.4 + = 1.5.9 = * FIXED: Google Map Iframe Bug diff --git a/import-meetup-events.php b/import-meetup-events.php index 97b556f..98da776 100644 --- a/import-meetup-events.php +++ b/import-meetup-events.php @@ -3,7 +3,7 @@ * Plugin Name: Import Meetup Events * Plugin URI: https://xylusthemes.com/plugins/import-meetup-events/ * Description: Import Meetup Events allows you to import Meetup (meetup.com) events into your WordPress site effortlessly. - * Version: 1.5.9 + * Version: 1.6.0 * Author: xylus * Author URI: http://xylusthemes.com/ * License: GPL-2.0+ @@ -100,7 +100,7 @@ private function __construct() { * @since 1.0.0 */ public function __clone() { - _doing_it_wrong(__FUNCTION__, esc_html__('Cheatin’ huh?', 'import-meetup-events'), '1.5.9'); + _doing_it_wrong(__FUNCTION__, esc_html__('Cheatin’ huh?', 'import-meetup-events'), '1.6.0'); } /** @@ -109,7 +109,7 @@ public function __clone() { * @since 1.0.0 */ public function __wakeup() { - _doing_it_wrong(__FUNCTION__, esc_html__('Cheatin’ huh?', 'import-meetup-events'), '1.5.9 '); + _doing_it_wrong(__FUNCTION__, esc_html__('Cheatin’ huh?', 'import-meetup-events'), '1.6.0'); } /** @@ -123,7 +123,7 @@ private function setup_constants() { // Plugin version. if (!defined('IME_VERSION')) { - define('IME_VERSION', '1.5.9'); + define('IME_VERSION', '1.6.0'); } // Minimum Pro plugin version. From 6bb1b29b26a3e90305eb208bfb03fa3eb2a3b1d1 Mon Sep 17 00:00:00 2001 From: "WordPress .pot File Generator" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 08:13:19 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=84=20Generated=20POT=20File?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- languages/import-meetup-events.pot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/import-meetup-events.pot b/languages/import-meetup-events.pot index f3e22a1..4ea65d6 100644 --- a/languages/import-meetup-events.pot +++ b/languages/import-meetup-events.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPL-2.0+. msgid "" msgstr "" -"Project-Id-Version: Import Meetup Events 1.5.9\n" +"Project-Id-Version: Import Meetup Events 1.6.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/import-meetup-events\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2023-11-06T07:55:23+00:00\n" +"POT-Creation-Date: 2023-11-06T08:13:19+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.9.0\n" "X-Domain: import-meetup-events\n"