diff --git a/.wordpress-org/screenshot-13.png b/.wordpress-org/screenshot-13.png new file mode 100644 index 0000000..dd7add1 Binary files /dev/null and b/.wordpress-org/screenshot-13.png differ diff --git a/README.txt b/README.txt index 2972b21..bd1ddd5 100644 --- a/README.txt +++ b/README.txt @@ -1,11 +1,11 @@ === Import Social Events === -Contributors: xylus,dharm1025 +Contributors: xylus, dharm1025, Rajat1192 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: 6.1 -Stable tag: 1.7.0 +Stable tag: 1.7.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -48,6 +48,8 @@ You can use `[facebook_events]` for display in-built facebook events list. **Additional [PRO Add-on](https://xylusthemes.com/plugins/import-facebook-events/?utm_source=wprepo&utm_campaign=FacebookEvents&utm_medium=readme&utm_content=wprepo-readme) Features** * Scheduled import events. +* 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 @@ -106,6 +108,18 @@ You can use `[facebook_events]` for display in-built facebook events list. == Changelog == += 1.7.1 = +* ADDED: Events Grid List New Layout ( PRO ) +* ADDED: Upcoming Events Elementor Widget ( PRO ) +* ADDED: Support for don't update status & category during auto-update. (Pro) +* ADDED: Setting Page link in notice. +* ADDED: Schedule import Edit Source Data. +* ADDED: Admin Submenu Schedule Import, Import History, etc.. +* FIXED: iCal Outlook import Timezone issue. +* FIXED: Duplicate Event issue in TEC. +* FIXED: Duplicate Event issue in My Calendar. +* IMPROVEMENTS: Updated Facebook API version to v15.0 + = 1.7.0 = * FIXED: All Day events bug. * FIXED: Events manager location bug. diff --git a/import-facebook-events.php b/import-facebook-events.php index 3376c22..bbe3d00 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.0 + * Version: 1.7.1 * Author: Xylus Themes * Author URI: http://xylusthemes.com * License: GPL-2.0+ @@ -103,7 +103,7 @@ private function __construct() { * @since 1.0.0 */ public function __clone() { - _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'import-facebook-events' ), '1.7.0' ); } + _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'import-facebook-events' ), '1.7.1' ); } /** * A dummy magic method to prevent Import_Facebook_Events from being unserialized. @@ -111,7 +111,7 @@ public function __clone() { * @since 1.0.0 */ public function __wakeup() { - _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'import-facebook-events' ), '1.7.0' ); } + _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'import-facebook-events' ), '1.7.1' ); } /** @@ -125,12 +125,12 @@ private function setup_constants() { // Plugin version. if ( ! defined( 'IFE_VERSION' ) ) { - define( 'IFE_VERSION', '1.7.0' ); + define( 'IFE_VERSION', '1.7.1' ); } // Minimum Pro plugin version. if ( ! defined( 'IFE_MIN_PRO_VERSION' ) ) { - define( 'IFE_MIN_PRO_VERSION', '1.6.9' ); + define( 'IFE_MIN_PRO_VERSION', '1.7.1' ); } // Plugin folder Path. diff --git a/languages/import-facebook-events.pot b/languages/import-facebook-events.pot index 1304fe5..b92fb11 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.0\n" +"Project-Id-Version: Import Social Events 1.7.1\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: 2023-02-05T11:16:01+00:00\n" +"POT-Creation-Date: 2023-02-06T09:47:52+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.7.1\n" "X-Domain: import-facebook-events\n"