Skip to content

Commit

Permalink
Merge pull request #52 from xylusthemes/release/1.1.7
Browse files Browse the repository at this point in the history
Bumped to 1.1.7
  • Loading branch information
support-xylusthemes authored Nov 30, 2024
2 parents b31b39e + 9b23378 commit 71a30a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 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.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

Expand Down Expand Up @@ -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.
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.6
* Version: 1.1.7
* 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.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' ); }


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

0 comments on commit 71a30a3

Please sign in to comment.