From bcfd1ce97142ff11960624d8f4401b3d8a83db0f Mon Sep 17 00:00:00 2001 From: Rajat Patel Date: Wed, 22 Sep 2021 23:25:28 +0530 Subject: [PATCH 1/2] Bump to v1.6.15 --- README.txt | 11 +++++++++-- import-facebook-events.php | 10 +++++----- .../class-import-facebook-events-manage-import.php | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/README.txt b/README.txt index cb1ea13..7e7d5c4 100644 --- a/README.txt +++ b/README.txt @@ -4,8 +4,8 @@ Donate link: http://xylusthemes.com/ Tags: facebook, events, import, calendar, facebook event, facebook import, facebook events, the events calendar, event import, events manager, import events, event, import event, my calendar, eventon, all in one event calendar, timely, event organiser, event management, event calendar, event manager, facebook-events-importer Requires at least: 4.0 Requires PHP: 5.3 -Tested up to: 5.7 -Stable tag: 1.6.14 +Tested up to: 5.8 +Stable tag: 1.6.15 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -107,6 +107,13 @@ You can use `[facebook_events]` for display in-built facebook events list. 12. Upcoming Facebook Events widget in front-end without Event image(Pro) == Changelog == += 1.6.15 = +* ADDED: Clear Import history button +* ADDED: Event source link field in create/edit event +* FIXED: Facebook Location Issue +* FIXED: WPBackery Page builder block issue (PRO) +* IMPROVEMENTS: Support for WP 5.8 + = 1.6.14 = * ADDED: shortcode page for help * ADDED: New Google map embed diff --git a/import-facebook-events.php b/import-facebook-events.php index 46d3549..4a1ae94 100644 --- a/import-facebook-events.php +++ b/import-facebook-events.php @@ -3,7 +3,7 @@ * Plugin Name: Import Social Events * Plugin URI: http://xylusthemes.com/plugins/import-facebook-events/ * Description: Import Social Events allows you to import Facebook ( facebook.com ) events into your WordPress site. - * Version: 1.6.14 + * Version: 1.6.15 * Author: Xylus Themes * Author URI: http://xylusthemes.com * License: GPL-2.0+ @@ -99,7 +99,7 @@ private function __construct() { * @since 1.0.0 */ public function __clone() { - _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'import-facebook-events' ), '1.6.14' ); } + _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'import-facebook-events' ), '1.6.15' ); } /** * A dummy magic method to prevent Import_Facebook_Events from being unserialized. @@ -107,7 +107,7 @@ public function __clone() { * @since 1.0.0 */ public function __wakeup() { - _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'import-facebook-events' ), '1.6.14' ); } + _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'import-facebook-events' ), '1.6.15' ); } /** @@ -121,12 +121,12 @@ private function setup_constants() { // Plugin version. if ( ! defined( 'IFE_VERSION' ) ) { - define( 'IFE_VERSION', '1.6.14' ); + define( 'IFE_VERSION', '1.6.15' ); } // Minimum Pro plugin version. if ( ! defined( 'IFE_MIN_PRO_VERSION' ) ) { - define( 'IFE_MIN_PRO_VERSION', '1.6.7' ); + define( 'IFE_MIN_PRO_VERSION', '1.6.8' ); } // Plugin folder Path. diff --git a/includes/class-import-facebook-events-manage-import.php b/includes/class-import-facebook-events-manage-import.php index 9aa1415..ad873ab 100644 --- a/includes/class-import-facebook-events-manage-import.php +++ b/includes/class-import-facebook-events-manage-import.php @@ -167,7 +167,7 @@ public function handle_listtable_oprations() { $query_args = array( 'imp_fb_msg' => 'history_dels', 'tab' => $tab, - ); + ); wp_redirect( add_query_arg( $query_args, $wp_redirect ) ); exit; } From 9d6b86dc79fbd8826a377791c2903b66b082aa2f Mon Sep 17 00:00:00 2001 From: "WordPress .pot File Generator" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 17:57:22 +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-facebook-events.pot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/import-facebook-events.pot b/languages/import-facebook-events.pot index 674ea75..ea52119 100644 --- a/languages/import-facebook-events.pot +++ b/languages/import-facebook-events.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPL-2.0+. msgid "" msgstr "" -"Project-Id-Version: Import Social Events 1.6.14\n" +"Project-Id-Version: Import Social Events 1.6.15\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/import-facebook-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: 2021-09-22T17:23:23+00:00\n" +"POT-Creation-Date: 2021-09-22T17:57:22+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.5.0\n" "X-Domain: import-facebook-events\n"