Skip to content

Commit

Permalink
Bumped to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat1192 committed Jul 6, 2024
1 parent 43cadde commit 6f74648
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: xylus,dharm1025,rajat1192
Donate link: http://xylusthemes.com
Tags: facebook events, event aggregator, eventbrite, iCal, facebook, eventbrite, meetup, event aggregator, event feeds, event bulk import, import events, event import, wp events calendar, wp event,event import, event directory, events manager, the events calendar, events, import events, facebook event, meetup event, eventbrite event, ical import, ics import, event management, event calendar, event manager
Requires at least: 4.0
Tested up to: 6.5
Stable tag: 1.7.9
Tested up to: 6.6
Stable tag: 1.8.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -138,6 +138,11 @@ You can use `[wp_events]` for display in-built events list.

== Changelog ==

= 1.8.0 =
* ADDED: Copy-Paste button in the settings page.
* IMPROVEMENTS: Some Security Fixes.
* IMPROVEMENTS: Support for WP 6.6

= 1.7.9 =
* ADDED: Grid View Style 3 & 4 Option in Shortcode, Elementor, WPBakery Page Builder, Gutenberg Block.
* FIXED: Addressed conflicts in Admin CSS.
Expand Down
8 changes: 4 additions & 4 deletions wp-event-aggregator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Event Aggregator
* Plugin URI: http://xylusthemes.com/plugins/wp-event-aggregator/
* Description: Import Events from anywhere - Facebook, Eventbrite, Meetup, iCalendar and ICS into your WordPress site.
* Version: 1.7.9
* Version: 1.8.0
* Author: Xylus Themes
* Author URL: http://xylusthemes.com
* License: GPL-2.0+
Expand Down Expand Up @@ -98,14 +98,14 @@ private function __construct() { /* Do nothing here */ }
*
* @since 1.0.0
*/
public function __clone() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'wp-event-aggregator' ), '1.7.9' ); }
public function __clone() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'wp-event-aggregator' ), '1.8.0' ); }

/**
* A dummy magic method to prevent WP_Event_Aggregator from being unserialized.
*
* @since 1.0.0
*/
public function __wakeup() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'wp-event-aggregator' ), '1.7.9' ); }
public function __wakeup() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'wp-event-aggregator' ), '1.8.0' ); }


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

// Plugin version.
if( ! defined( 'WPEA_VERSION' ) ){
define( 'WPEA_VERSION', '1.7.9' );
define( 'WPEA_VERSION', '1.8.0' );
}

// Minimum Pro plugin version.
Expand Down

0 comments on commit 6f74648

Please sign in to comment.