Skip to content

Commit

Permalink
Merge branch 'release/2.27.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
JiveDig committed Apr 13, 2023
2 parents 31eb3c4 + 6f99c96 commit 21fcf6f
Show file tree
Hide file tree
Showing 335 changed files with 138,234 additions and 40,954 deletions.
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 2.27.0 (4/13/23)
* Added: PHP 8.1 compatibility.
* Changed: Mai Theme admin submenu items are now separated with a divider, and plugin settings pages are now alphabetized.
* Changed: Content is fully processed to allow embeds, shortcodes, and blocks when displaying full content via the settings.
* Changed: Entry excerpt content is now sanitized via `wp_kses_post` for better security.
* Changed: Updated `.pot` file for translations.
* Changed: [WooCommerce] Better mobile styling for WooCommerce Account navigation.
* Changed: [Developers] Previous/Next text filters are now run earlier, so it's easier to filter and override with a default priority.
* Changed: [Developers] The `mai_entry_content` filter is now run before the conditional check for empty content.
* Changed: [Developers] Flexbox now uses start/end instead of flex-start/flex-end.
* Changed: Update ACF to 6.1.4.
* Changed: Update dependency installer.
* Fixed: Cover block images sizes attribute now defaults to 50vw on desktop, when not Full Aligned.
* Fixed: Mai Post/Term Grid anchor and additional classes fields now work correctly.
* Fixed: Mai Term Grid Entries by choice, and Exclude fields were showing empty on page refresh even when there were values saved.
* Fixed: Mai Term Grid offset field still showing when getting entries by Choice.
* Fixed: Better alignment support for Group block's Row variation.
* Fixed: An occasional conflict with other plugins would throw a `get_current_screen()` function does not exist error.
* Fixed: Entries with fixed aspect ratio were not expanding correctly when content was larger than the ratio allowed. #630.

## 2.26.1 (3/3/23)
* Fixed: Make sure full/wide aligned Cover blocks use larger image from srcset/sizes.

Expand Down
2 changes: 1 addition & 1 deletion assets/css/admin.min.css

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

Loading

0 comments on commit 21fcf6f

Please sign in to comment.