Skip to content

Commit

Permalink
Merge pull request #108 from xylusthemes/release/1.7.1
Browse files Browse the repository at this point in the history
Bumped to 1.7.1
  • Loading branch information
Rajat1192 authored Feb 6, 2023
2 parents db05ad2 + 5ff2177 commit eec2b55
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 9 deletions.
Binary file added .wordpress-org/screenshot-13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 16 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions import-facebook-events.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down Expand Up @@ -103,15 +103,15 @@ 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.
*
* @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' ); }


/**
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions languages/import-facebook-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 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 <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-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"
Expand Down

0 comments on commit eec2b55

Please sign in to comment.