Skip to content

Commit

Permalink
Release 3.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
herrvigg committed May 1, 2023
1 parent 265540d commit 04ecaf0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 3.15.1
* Fix undefined `str_starts_with` with PHP 7 (#1334)
* Fix wrong PHP types with date/time filters (#1335)
* Fix unused `gmt` parameter with `get_the_time` filter (#1335)
* Fix `modified_date/time` filters should not use global post (#1336)

### 3.15.0
New requirements
* Bump minimum PHP version to 7.1 (#1084), recommend PHP 8.2
Expand Down
4 changes: 2 additions & 2 deletions qtranslate.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: qTranslate-XT
* Plugin URI: https://github.com/qtranslate/qtranslate-xt/
* Description: Adds user-friendly multilingual content support, stored in single post.
* Version: 3.15.0
* Version: 3.15.1
* Requires at least: 5.0
* Requires PHP: 7.1
* Author: qTranslate Community
Expand Down Expand Up @@ -55,7 +55,7 @@
* The constants defined below are designed as interface for other plugin integration.
* @see https://github.com/qtranslate/qtranslate-xt/wiki/Integration-Guide/
*/
const QTX_VERSION = '3.15.0';
const QTX_VERSION = '3.15.1';

if ( ! defined( 'QTRANSLATE_FILE' ) ) {
define( 'QTRANSLATE_FILE', __FILE__ );
Expand Down

0 comments on commit 04ecaf0

Please sign in to comment.