Skip to content

Commit

Permalink
Merge branch 'master' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Oct 29, 2024
2 parents 2018fe9 + 52486cc commit 77ab746
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning][semver].

## [Unreleased]

## [1.3.2] - 2024-10-28

- TMS-1075: Redipress 2 query fix

## [1.3.1] - 2024-04-18
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: TMS Manual Events
* Plugin URI: https://github.com/devgeniem/tms-plugin-manual-events
* Description: TMS Manual Events
* Version: 1.3.1
* Version: 1.3.2
* Requires PHP: 7.4
* Author: Geniem Oy
* Author URI: https://geniem.com
Expand Down
4 changes: 2 additions & 2 deletions src/Models/page-combined-events-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ protected function get_manual_events() : array {
'post_type' => PostType\ManualEvent::SLUG,
'posts_per_page' => 200, // phpcs:ignore
'meta_query' => [
'relation' => 'AND',
'end_date_clause' => [
'relation' => 'AND',
'end_date_clause' => [
[
'key' => 'end_datetime',
'value' => date( 'Y-m-d' ),
Expand Down

0 comments on commit 77ab746

Please sign in to comment.