Skip to content

Commit

Permalink
Merge pull request #118 from xylusthemes/release/1.6.1
Browse files Browse the repository at this point in the history
Bump to v1.6.1
  • Loading branch information
Rajat1192 authored Jan 8, 2024
2 parents 22c67cb + 2e92e76 commit 5094fcf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: events, calendar, event, meetup, meetup event, meetup events, import, meet
Requires at least: 4.0
Requires PHP: 5.3
Tested up to: 6.4
Stable tag: 1.6.0
Stable tag: 1.6.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -95,6 +95,11 @@ It can also be installed manually.

== Changelog ==

= 1.6.1 =
* FIXED: Grammar Correction
* FIXED: Plugin Deletion Bug
* IMPROVEMENTS: Support for PHP 8.3

= 1.6.0 =
* FIXED: Javascript Exceptions.
* FIXED: Delete WP Cron multiple queue when you delete schedule delete.(PRO)
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.6.0
* Version: 1.6.1
* 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.6.0');
_doing_it_wrong(__FUNCTION__, esc_html__('Cheatin’ huh?', 'import-meetup-events'), '1.6.1');
}

/**
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.6.0');
_doing_it_wrong(__FUNCTION__, esc_html__('Cheatin’ huh?', 'import-meetup-events'), '1.6.1');
}

/**
Expand All @@ -123,7 +123,7 @@ private function setup_constants() {

// Plugin version.
if (!defined('IME_VERSION')) {
define('IME_VERSION', '1.6.0');
define('IME_VERSION', '1.6.1');
}

// 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.6.0\n"
"Project-Id-Version: Import Meetup Events 1.6.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/import-meetup-events\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-01-08T07:32:24+00:00\n"
"POT-Creation-Date: 2024-01-08T10:00:01+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

0 comments on commit 5094fcf

Please sign in to comment.