Skip to content

Commit

Permalink
Merge pull request #50 from xylusthemes/release/1.1.6
Browse files Browse the repository at this point in the history
Bumped to 1.1.6
  • Loading branch information
Rajat1192 authored Apr 20, 2024
2 parents 99df203 + 334395c commit 8b76a55
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions xt-facebook-events.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down Expand Up @@ -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' ); }


/**
Expand All @@ -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.
Expand Down

0 comments on commit 8b76a55

Please sign in to comment.