From 5f362a34becf1c04b1b85f1dbb028cc95a2f01bc Mon Sep 17 00:00:00 2001 From: Rajat Patel Date: Fri, 4 Oct 2024 15:51:01 +0530 Subject: [PATCH 1/4] Bumped to v1.8.0 --- README.txt | 10 ++++++++-- import-facebook-events.php | 8 ++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index 57f23d6..233891f 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ Tags: facebook, events, import, calendar, facebook event, facebook import, faceb Requires at least: 4.0 Requires PHP: 5.3 Tested up to: 6.6 -Stable tag: 1.7.9 +Stable tag: 1.8.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -51,7 +51,6 @@ You can use `[facebook_events]` for display in-built facebook events list. * Upcoming Events Widget On Elementor Editor * Upcoming Events New Grid View Style * Import events from the facebook page -* Import events from the facebook group * Import events from Facebook Event * Import My Events will import all events you marked as Interested/Going * Sync events with facebook automatically @@ -108,6 +107,13 @@ You can use `[facebook_events]` for display in-built facebook events list. == Changelog == += 1.8.0 = +* ADDED: Default Event Feature image option( Grid View ). +* ADDED: Guternburg Editor support. +* ADDED: Hyperlink in event description. +* REMOVE: Group ID option. +* REMOVE: facebook event link in the event description( iCal import ). + = 1.7.9 = * ADDED: Copy-Paste button in the settings page. * IMPROVEMENTS: Support for WP 6.6 diff --git a/import-facebook-events.php b/import-facebook-events.php index 9a95b6c..e9db8e4 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.7.9 + * Version: 1.8.0 * Author: Xylus Themes * Author URI: http://xylusthemes.com * License: GPL-2.0+ @@ -105,7 +105,7 @@ private function __construct() { * @since 1.0.0 */ public function __clone() { - _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'import-facebook-events' ), '1.7.9' ); } + _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'import-facebook-events' ), '1.8.0' ); } /** * A dummy magic method to prevent Import_Facebook_Events from being unserialized. @@ -113,7 +113,7 @@ public function __clone() { * @since 1.0.0 */ public function __wakeup() { - _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'import-facebook-events' ), '1.7.9' ); } + _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'import-facebook-events' ), '1.8.0' ); } /** @@ -127,7 +127,7 @@ private function setup_constants() { // Plugin version. if ( ! defined( 'IFE_VERSION' ) ) { - define( 'IFE_VERSION', '1.7.9' ); + define( 'IFE_VERSION', '1.8.0' ); } // Minimum Pro plugin version. From 51377cb1b3eb762d12a93602fa1b4d577df891a0 Mon Sep 17 00:00:00 2001 From: "WordPress .pot File Generator" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:21:42 +0000 Subject: [PATCH 2/4] =?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 baeae42..b2bf91a 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.7.9\n" +"Project-Id-Version: Import Social Events 1.8.0\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: 2024-10-04T09:28:19+00:00\n" +"POT-Creation-Date: 2024-10-04T10:21:41+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.11.0\n" "X-Domain: import-facebook-events\n" From 1f5e562442dca4c645618192d4abf7fc16c26690 Mon Sep 17 00:00:00 2001 From: Rajat Patel Date: Fri, 4 Oct 2024 16:52:39 +0530 Subject: [PATCH 3/4] text update --- README.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/README.txt b/README.txt index 233891f..f07ab8a 100644 --- a/README.txt +++ b/README.txt @@ -109,7 +109,6 @@ You can use `[facebook_events]` for display in-built facebook events list. = 1.8.0 = * ADDED: Default Event Feature image option( Grid View ). -* ADDED: Guternburg Editor support. * ADDED: Hyperlink in event description. * REMOVE: Group ID option. * REMOVE: facebook event link in the event description( iCal import ). From e20482e0e2576b7215ef40512be69638e0f313aa Mon Sep 17 00:00:00 2001 From: "WordPress .pot File Generator" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 11:26:43 +0000 Subject: [PATCH 4/4] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/import-facebook-events.pot b/languages/import-facebook-events.pot index 76ea7f5..29c4fe0 100644 --- a/languages/import-facebook-events.pot +++ b/languages/import-facebook-events.pot @@ -9,7 +9,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-10-04T11:20:51+00:00\n" +"POT-Creation-Date: 2024-10-04T11:26:43+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.11.0\n" "X-Domain: import-facebook-events\n"