From 334395cd3e3497d84b31c690bfa21f04dbcb0899 Mon Sep 17 00:00:00 2001 From: Rajat Patel Date: Sat, 20 Apr 2024 17:17:57 +0530 Subject: [PATCH] Bumped to 1.1.6 --- README.txt | 6 +++++- xt-facebook-events.php | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index 869a6c2..785e7ea 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.5 -Stable tag: 1.1.5 +Stable tag: 1.1.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -87,6 +87,10 @@ You can add Facebook App ID and Facebook Secret in "Facebook Events" Menu. == Changelog == += 1.1.6 = +* IMPROVEMENTS: Updated Facebook API version to v19.0 +* IMPROVEMENTS: Added Support for PHP 8.3 and some design and security fixes. + = 1.1.5 = * ADDED: Event New Grid View Layout. ( PRO ) * ADDED: Responsive grid view style 1 Support. diff --git a/xt-facebook-events.php b/xt-facebook-events.php index 3e3eecc..1d89a49 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.5 + * Version: 1.1.6 * 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.5' ); } + public function __clone() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'xt-facebook-events' ), '1.1.6' ); } /** * 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.5' ); } + public function __wakeup() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'xt-facebook-events' ), '1.1.6' ); } /** @@ -101,7 +101,7 @@ private function setup_constants() { // Plugin version. if( ! defined( 'XTFE_VERSION' ) ){ - define( 'XTFE_VERSION', '1.1.5' ); + define( 'XTFE_VERSION', '1.1.6' ); } // Plugin folder Path.