Skip to content

Commit

Permalink
Merge pull request #124 from xylusthemes/release/1.7.3
Browse files Browse the repository at this point in the history
Bumped to 1.7.3
  • Loading branch information
Rajat1192 authored Jul 24, 2023
2 parents 3a89c95 + 0c2c732 commit 9a7a930
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
20 changes: 18 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: 6.2
Stable tag: 1.7.2
Tested up to: 6.3
Stable tag: 1.7.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -108,6 +108,22 @@ You can use `[facebook_events]` for display in-built facebook events list.

== Changelog ==

= 1.7.3 =
* ADDED: Reduced Facebook API Calls in iCal.
* ADDED: Online Event Location Support in suported plugin.
* ADDED: Google Map API key Option.
* ADDED: Responsive grid view style 1 Support
* ADDED: Skip Trashed Events Option
* ADDED: Time Format support in grid view style 2
* ADDED: Grig View Style 2 Option in Elementor Block (PRO)
* ADDED: Renew License button in the license section. (PRO)
* FIXED: iCal Event Organizer Email Address Format.
* FIXED: iCal Organizer Duplicate Issue in TEC.
* FIXED: iCal URL Saving Bug in Schedule import (PRO).
* FIXED: Delete WP Cron queue when you delete schedule delete.(PRO)
* IMPROVEMENTS: Security and GUI changes
* IMPROVEMENTS: Support for WP 6.3

= 1.7.2 =
* FIXED: Timezone Name issue.
* IMPROVEMENTS: Gutenberg Block
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.2
* Version: 1.7.3
* 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.2' ); }
_doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'import-facebook-events' ), '1.7.3' ); }

/**
* 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.2' ); }
_doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'import-facebook-events' ), '1.7.3' ); }


/**
Expand All @@ -125,12 +125,12 @@ private function setup_constants() {

// Plugin version.
if ( ! defined( 'IFE_VERSION' ) ) {
define( 'IFE_VERSION', '1.7.2' );
define( 'IFE_VERSION', '1.7.3' );
}

// Minimum Pro plugin version.
if ( ! defined( 'IFE_MIN_PRO_VERSION' ) ) {
define( 'IFE_MIN_PRO_VERSION', '1.7.1' );
define( 'IFE_MIN_PRO_VERSION', '1.7.3' );
}

// 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.2\n"
"Project-Id-Version: Import Social Events 1.7.3\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-07-24T07:55:46+00:00\n"
"POT-Creation-Date: 2023-07-24T09:52:15+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: import-facebook-events\n"
Expand Down

0 comments on commit 9a7a930

Please sign in to comment.