Skip to content

Commit

Permalink
Merge pull request #72 from xylusthemes/release/1.6.17
Browse files Browse the repository at this point in the history
Bump to v1.6.17
  • Loading branch information
support-xylusthemes authored Jan 1, 2022
2 parents 6a2745f + b780130 commit 259c0db
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file

## 1.6.17
* ADDED: Support for import image and location for ical

## 1.6.16
* ADDED: Considered private status in event already exists check
* ADDED: iCal import support to the plugin
Expand Down
5 changes: 4 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: 5.8
Stable tag: 1.6.16
Stable tag: 1.6.17
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -107,6 +107,9 @@ 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.17 =
* ADDED: Support for import image and location for ical

= 1.6.16 =
* ADDED: Considered private status in event already exists check
* ADDED: iCal import support to the plugin
Expand Down
8 changes: 4 additions & 4 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.6.16
* Version: 1.6.17
* Author: Xylus Themes
* Author URI: http://xylusthemes.com
* License: GPL-2.0+
Expand Down Expand Up @@ -102,15 +102,15 @@ private function __construct() {
* @since 1.0.0
*/
public function __clone() {
_doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'import-facebook-events' ), '1.6.16' ); }
_doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'import-facebook-events' ), '1.6.17' ); }

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


/**
Expand All @@ -124,7 +124,7 @@ private function setup_constants() {

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

// Minimum Pro plugin version.
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.6.16\n"
"Project-Id-Version: Import Social Events 1.6.17\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: 2022-01-01T07:15:11+00:00\n"
"POT-Creation-Date: 2022-01-01T07:38:13+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"
Expand Down

0 comments on commit 259c0db

Please sign in to comment.