From 9b23378e460339bee1b5c4b5f29020e880c7e30e Mon Sep 17 00:00:00 2001 From: Rajat Patel Date: Sat, 30 Nov 2024 15:09:29 +0530 Subject: [PATCH] Bumped to 1.1.7 --- README.txt | 5 ++++- xt-facebook-events.php | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index faa2ef1..f20d11d 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Donate link: http://xylusthemes.com/ Tags: facebook, facebook widget, facebook event, facebook events, event, event list, facebook event list, embed facebook, embed facebook events, widget, shortcode, event widget, facebook event widget, event shortcode Requires at least: 4.0 Tested up to: 6.7 -Stable tag: 1.1.6 +Stable tag: 1.1.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -87,6 +87,9 @@ You can add Facebook App ID and Facebook Secret in "Facebook Events" Menu. == Changelog == += 1.1.7 = +* IMPROVEMENTS: Text changed and Added Feedback from the header + = 1.1.6 = * IMPROVEMENTS: Updated Facebook API version to v19.0 * IMPROVEMENTS: Added Support for PHP 8.3 and some design and security fixes. diff --git a/xt-facebook-events.php b/xt-facebook-events.php index 1d89a49..b14a93e 100644 --- a/xt-facebook-events.php +++ b/xt-facebook-events.php @@ -3,7 +3,7 @@ * Plugin Name: XT Event Widget for Social Events * Plugin URI: http://xylusthemes.com/plugins/xt-facebook-events/ * Description: Display Facebook Events into your WordPress site anywhere. - * Version: 1.1.6 + * Version: 1.1.7 * Author: Xylus Themes * Author URI: http://xylusthemes.com * License: GPL-2.0+ @@ -80,14 +80,14 @@ private function __construct() { /* Do nothing here */ } * * @since 1.0.0 */ - public function __clone() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'xt-facebook-events' ), '1.1.6' ); } + public function __clone() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'xt-facebook-events' ), '1.1.7' ); } /** * A dummy magic method to prevent XT_Facebook_Events from being unserialized. * * @since 1.0.0 */ - public function __wakeup() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'xt-facebook-events' ), '1.1.6' ); } + public function __wakeup() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'xt-facebook-events' ), '1.1.7' ); } /** @@ -101,7 +101,7 @@ private function setup_constants() { // Plugin version. if( ! defined( 'XTFE_VERSION' ) ){ - define( 'XTFE_VERSION', '1.1.6' ); + define( 'XTFE_VERSION', '1.1.7' ); } // Plugin folder Path.