Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to v1.6.0 #110

Merged
merged 2 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions import-meetup-events.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down Expand Up @@ -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');
}

/**
Expand All @@ -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');
}

/**
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions languages/import-meetup-events.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
Expand Down