Skip to content

Conversation

@XjSv
Copy link
Owner

@XjSv XjSv commented May 29, 2025

  • Fixed a bug when users have multiple roles where the WP Editor does not appear in the recipe edit screen.
  • Added 'Default Heading Tags' settings option to allow users to choose between H2, H3, H4, H5, H6 or Div for the Directions and Ingredients sections.
  • Added the 'cooked_format_author_name' developer filter for customizing how author names are displayed via code. View the Cooked Documentation for more information.
  • Fixed a couple of PHP related issues.
  • Fixed a bug with the Browse Recipe filters that would not work when the Browse Recipe Page is set as the Homepage.
  • Fixed a bug with default values not loading when introducing a new settings field and the settings page was not saved yet.
  • Changed the way the cooked migration is checked for better performance.
  • Accessibility improvements throughout the plugin.
  • Settings UI improvements.

XjSv added 9 commits April 28, 2025 12:42
To prevent any conflicts.
… Argument #1 ($array) must be of type array, string given.
…Homepage #102

- Added disable_canonical_redirect filter.
- Added data-nosnippet to the cooked-fsm (full screen mode) content.
- Added aria label to the servings switcher and cooked recipes browse search field, filters and button.
- Added aria label to the cooked timers.
- Added aria labels to print and fullscreen buttons.
- Converted a couple of DL tags to plain divs.
It should only happen once per release instead of each time the transient option expired.
@XjSv XjSv added this to the 1.11.0 milestone May 29, 2025
@XjSv XjSv self-assigned this May 29, 2025
@XjSv XjSv added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels May 29, 2025
XjSv added 5 commits May 29, 2025 16:41
tar-fs can extract outside the specified dir with a specific tarball

https://github.com/XjSv/Cooked/security/dependabot/4
Filter name: cooked_format_author_name
Example Usage:
add_filter( 'cooked_format_author_name', function( $name, $format ) {
    // Safe HTML output
    $custom = '<span class=\"author-name\">' . esc_html( $name ) . ' <span class=\"emoji\">👨‍🍳</span></span>';
    return [ $custom, true ];
}, 10, 2 );
@XjSv XjSv merged commit 160f08f into main Jun 5, 2025
2 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants