Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cr0ybot committed Mar 29, 2023
1 parent fe6f34f commit c3df2b5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion feed-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Advanced RSS & Atom feed block with configurable child blocks, similar to the Query Loop block.
* Requires at least: 6.1
* Requires PHP: 7.0
* Version: 0.4.1
* Version: 0.4.2
* Author: Cory Hughart
* Author URI: https://coryhughart.com
* License: GPL-3.0-or-later
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feed-block",
"version": "0.4.1",
"version": "0.4.2",
"description": "Advanced RSS and Atom feed block with configurable child blocks, similar to the Query Loop block.",
"author": {
"name": "Cory Hughart",
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ Make sure your user account has the `unfiltered_html` capability, often reserved

== Changelog ==

= 2023-03-29 0.4.2 =
* Fix: No Results blocks always rendering on front-end even if feed items are found

= 2023-03-24 0.4.1 =
* Fix: Feed Item Title not rendering the correct heading level on front-end
* Fix: Use appropriate icon for Feed Item Link block
Expand Down

0 comments on commit c3df2b5

Please sign in to comment.