Skip to content

Commit

Permalink
Merge pull request #140 from xylusthemes/release/1.7.4
Browse files Browse the repository at this point in the history
Bumped to v1.7.4
  • Loading branch information
Rajat1192 authored Oct 6, 2023
2 parents e34d068 + 44e9660 commit 48dfeb4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
9 changes: 8 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 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.3
Stable tag: 1.7.3
Stable tag: 1.7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.7.4 =
* ADDED: All In One Event Calendar iCal support.
* FIXED: Import Duplicate image issue on Facebook.
* FIXED: Delete WP Cron multiple queues when you delete schedule delete.(PRO)
* IMPROVEMENTS: EventOn Event Metadata.
* IMPROVEMENTS: Added Support for PHP 8.2 and some design and security fixes.

= 1.7.3 =
* ADDED: Google Map API key Option.
* ADDED: Term Hook in supported plugin.
Expand Down
4 changes: 2 additions & 2 deletions languages/wp-event-aggregator.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: WP Event Aggregator 1.7.3\n"
"Project-Id-Version: WP Event Aggregator 1.7.4\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-event-aggregator\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-10-05T12:03:01+00:00\n"
"POT-Creation-Date: 2023-10-06T07:06:43+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: wp-event-aggregator\n"
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.3
* Version: 1.7.4
* 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&#8217; huh?', 'wp-event-aggregator' ), '1.7.3' ); }
public function __clone() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin&#8217; huh?', 'wp-event-aggregator' ), '1.7.4' ); }

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


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

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

// Minimum Pro plugin version.
Expand Down

0 comments on commit 48dfeb4

Please sign in to comment.