Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.tmp/
/node_modules
.DS_Store
/vendor
Expand Down
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Changelog

## v2.6.0 - [June 29, 2026]
## v2.7.1 - [August 12, 2026]

- Block Updates:
- [ACF Related Events](/src/blocks/acf-related-events/CHANGELOG.md)

- Block Updates:
- [Modal Trigger](/src/blocks/modal-trigger/CHANGELOG.md)
- [Modal](/src/blocks/modal/CHANGELOG.md)
- [Gravity Forms Renderer](/src/blocks/gravity-form-renderer/CHANGELOG.md)
- [Tab](/src/blocks/tab/CHANGELOG.md)
## v2.6.0 - [June 29, 2026]

- Block Updates:
- [Modal Trigger](/src/blocks/modal-trigger/CHANGELOG.md)
- [Modal](/src/blocks/modal/CHANGELOG.md)
- [Gravity Forms Renderer](/src/blocks/gravity-form-renderer/CHANGELOG.md)
- [Tab](/src/blocks/tab/CHANGELOG.md)

## v2.5.0 - [June 23, 2026]

Expand Down
4 changes: 2 additions & 2 deletions cno-plugin-cno-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
* Plugin Name: [Choctaw Nation of Oklahoma] Site Blocks
* Plugin URI: https://github.com/choctaw-nation/cno-plugin-cno-blocks
* Description: The blocks for the CNO Site
* Version: 2.7.0
* Version: 2.7.1
* Author: Choctaw Nation of Oklahoma
* Author URI: https://www.choctawnation.com
* Text Domain: cno
* License: GPLv3 or later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Requires PHP: 8.4
* Requires at least: 6.8.0
* Tested up to: 7.0.2
* Tested up to: 7.0.4
* Requires Plugins: advanced-custom-fields-pro
*
* @package ChoctawNation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "choctaw-nation/cno-blocks",
"description": "Blocks for Choctaw Nation of Oklahoma website",
"type": "project",
"version": "2.7.0",
"version": "2.7.1",
"autoload": {
"classmap": [
"inc/"
Expand Down
48 changes: 24 additions & 24 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions inc/routes/class-acf-rest-router.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ function ( $event ) use ( $timezone ) {
},
$event_ids
);
$events_data = array_filter( $events_data ); // Remove null values (unpublished events or events without start date)
Comment thread
kjroelke marked this conversation as resolved.
usort(
$events_data,
function ( $a, $b ) {
Expand Down
Loading
Loading