Skip to content

Commit

Permalink
Merge pull request #106 from alleyinteractive/feature/parsed-blocks-n…
Browse files Browse the repository at this point in the history
…amespace

Update to the `Parsed_Block` new namespace
  • Loading branch information
renatonascalves authored Dec 5, 2023
2 parents 928ef17 + 8b48841 commit b339f80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `WP Curate` will be documented in this file.

## 1.4.4 - 2023-12-04

- Bug fix: Update to the `Parsed_Block` new namespace.

## 1.4.3 - 2023-11-28

- Bug fix: Adds in a temporary fix for https://github.com/alleyinteractive/alley-scripts/issues/473
Expand Down
2 changes: 1 addition & 1 deletion src/features/class-query-block-context.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace Alley\WP\WP_Curate\Features;

use Alley\Validator\Comparison;
use Alley\WP\Parsed_Block;
use Alley\WP\Blocks\Parsed_Block;
use Alley\WP\Post_IDs\Used_Post_IDs;
use Alley\WP\Post_Queries\Exclude_Queries;
use Alley\WP\Post_Queries\Variable_Post_Queries;
Expand Down
2 changes: 1 addition & 1 deletion wp-curate.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Curate
* Plugin URI: https://github.com/alleyinteractive/wp-curate
* Description: Plugin to curate homepages and other landing pages
* Version: 1.4.3
* Version: 1.4.4
* Author: Alley Interactive
* Author URI: https://github.com/alleyinteractive/wp-curate
* Requires at least: 6.3
Expand Down

0 comments on commit b339f80

Please sign in to comment.