Skip to content

Commit

Permalink
Merge pull request #37 from xylusthemes/release/1.1.4
Browse files Browse the repository at this point in the history
Bumped to 1.1.4
  • Loading branch information
Rajat1192 authored Mar 27, 2023
2 parents e2c9184 + 3edca22 commit 94e07b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
11 changes: 8 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== XT Event Widget for Social Events ==
Contributors: xylus,Dharm1025
Contributors: xylus,Dharm1025,Rajat1192
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.1
Stable tag: 1.1.3
Tested up to: 6.2
Stable tag: 1.1.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -87,6 +87,11 @@ You can add Facebook App ID and Facebook Secret in "Facebook Events" Menu.

== Changelog ==

= 1.1.4 =
* ADDED: Support and Docs link in plugin list page
* IMPROVEMENTS: Gutenberg Block
* IMPROVEMENTS: Support for WP 6.2

= 1.1.3 =
* ADDED: Localized Date lables.
* IMPROVEMENTS: Updated to Facebook API Version 7.0
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.3
* Version: 1.1.4
* Author: Xylus Themes
* Author URI: http://xylusthemes.com
* License: GPL-2.0+
Expand Down Expand Up @@ -79,14 +79,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.3' ); }
public function __clone() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'xt-facebook-events' ), '1.1.4' ); }

/**
* 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.3' ); }
public function __wakeup() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'xt-facebook-events' ), '1.1.4' ); }


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

// Plugin version.
if( ! defined( 'XTFE_VERSION' ) ){
define( 'XTFE_VERSION', '1.1.3' );
define( 'XTFE_VERSION', '1.1.4' );
}

// Plugin folder Path.
Expand Down

0 comments on commit 94e07b9

Please sign in to comment.