Skip to content

Commit

Permalink
Merge pull request #155 from xylusthemes/release/1.7.5
Browse files Browse the repository at this point in the history
Bumped to 1.7.5
  • Loading branch information
support-xylusthemes authored Dec 13, 2024
2 parents eef8ed7 + 3c9ca8a commit cd7ae95
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: Eventbrite, events, calendar, eventbrite events, API, eventbrite events, i
Requires at least: 4.0
Requires PHP: 5.3
Tested up to: 6.7
Stable tag: 1.7.4
Stable tag: 1.7.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -141,6 +141,10 @@ Here is detail instruction on how to get [Eventbrite Oauth] (http://docs.xylusth

== Changelog ==

= 1.7.5 =
* IMPROVEMENTS: Support for WP 6.7
* IMPROVEMENTS: Enhanced XSS Protection

= 1.7.4 =
* IMPROVEMENTS: Text changed and Added Feedback from the header

Expand Down
8 changes: 4 additions & 4 deletions import-eventbrite-events.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Import Eventbrite Events
* Plugin URI: http://xylusthemes.com/plugins/import-eventbrite-events/
* Description: Import Eventbrite Events allows you to import Eventbrite (eventbrite.com) events into your WordPress site.
* Version: 1.7.4
* Version: 1.7.5
* Author: Xylus Themes
* Author URI: https://xylusthemes.com
* License: GPL-2.0+
Expand Down Expand Up @@ -101,7 +101,7 @@ private function __construct() {
* @since 1.0.0
*/
public function __clone() {
_doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'import-eventbrite-events' ), '1.7.4' );
_doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'import-eventbrite-events' ), '1.7.5' );
}

/**
Expand All @@ -110,7 +110,7 @@ public function __clone() {
* @since 1.0.0
*/
public function __wakeup() {
_doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'import-eventbrite-events' ), '1.7.4' );
_doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'import-eventbrite-events' ), '1.7.5' );
}


Expand All @@ -125,7 +125,7 @@ private function setup_constants() {

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

// Minimum Pro plugin version.
Expand Down
4 changes: 2 additions & 2 deletions languages/import-eventbrite-events.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: Import Eventbrite Events 1.7.4\n"
"Project-Id-Version: Import Eventbrite Events 1.7.5\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/import-eventbrite-events\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: 2024-12-13T06:31:15+00:00\n"
"POT-Creation-Date: 2024-12-13T06:36:53+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.11.0\n"
"X-Domain: import-eventbrite-events\n"
Expand Down

0 comments on commit cd7ae95

Please sign in to comment.