diff --git a/README.txt b/README.txt index aaf5439..9beef48 100644 --- a/README.txt +++ b/README.txt @@ -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.7 -Stable tag: 1.8.1 +Stable tag: 1.8.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -138,6 +138,9 @@ You can use `[wp_events]` for display in-built events list. == Changelog == += 1.8.2 = +* IMPROVEMENTS: Text changed and Added Feedback from the header + = 1.8.1 = * ADDED: Default Event Featured image option( Grid View ). * ADDED: Hyperlink in facebook event description. diff --git a/languages/wp-event-aggregator.pot b/languages/wp-event-aggregator.pot index 89d42b6..e66da3e 100644 --- a/languages/wp-event-aggregator.pot +++ b/languages/wp-event-aggregator.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPL-2.0+. msgid "" msgstr "" -"Project-Id-Version: WP Event Aggregator 1.8.1\n" +"Project-Id-Version: WP Event Aggregator 1.8.2\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-event-aggregator\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-11-30T07:53:34+00:00\n" +"POT-Creation-Date: 2024-11-30T07:58:27+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.11.0\n" "X-Domain: wp-event-aggregator\n" diff --git a/wp-event-aggregator.php b/wp-event-aggregator.php index 4e29cc4..e68d26d 100644 --- a/wp-event-aggregator.php +++ b/wp-event-aggregator.php @@ -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.8.1 + * Version: 1.8.2 * Author: Xylus Themes * Author URL: http://xylusthemes.com * License: GPL-2.0+ @@ -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.8.1' ); } + public function __clone() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'wp-event-aggregator' ), '1.8.2' ); } /** * 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.8.1' ); } + public function __wakeup() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'wp-event-aggregator' ), '1.8.2' ); } /** @@ -119,7 +119,7 @@ private function setup_constants() { // Plugin version. if( ! defined( 'WPEA_VERSION' ) ){ - define( 'WPEA_VERSION', '1.8.1' ); + define( 'WPEA_VERSION', '1.8.2' ); } // Minimum Pro plugin version.