Skip to content

Commit

Permalink
Merge branch 'release/2.33.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
JiveDig committed Jan 30, 2024
2 parents 0fe869a + 8409ba3 commit d1c59c8
Show file tree
Hide file tree
Showing 16 changed files with 148 additions and 51 deletions.
11 changes: 9 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
# Changelog

## 2.33.0 (1/30/24)
* Added: New setting to force the logo to white on dark backgrounds (dark header or transparent header background). Find the setting in Customizer > Theme Settings > Site Header.
* Added: [Developers] New `mai_before_entry` and `mai_after_entry` action hooks.
* Added: [Developers] New `mai_get_index()` function to increment and reset an index/count based on context string.
* Changed: Adds CSS order/index to Mai Post/Term Grid entries.
* Fixed: Escapes `aria-label` attribute in entry titles, so HTML in the editor title field won't break the markup.

## 2.32.2 (1/19/24)
* Fixed: Even more efficient JS to change no-js to js class on the body. In some instances, this class change was not firing.

## 2.32.1 (1/19/24)
* Fixed: Encoded special characters were displaying on the front end in some configurations.
* Fixed: Encoded special characters were displayed on the front end in some configurations.

## 2.32.0 (1/18/24)
* Added: Better support for WP Recipe Maker. Recipe buttons now inherit styling from Mai.
* Changed: Update ACF to 6.2.5.
* Changed: Simplified inline script to toggle no-js to js body class if JS is enabled in the browser.
* Fixed: Cleanup confusing notices from ACF.
* Fixed: Clean up confusing notices from ACF.
* Fixed: Remove unnecessary encoding in PHP's DOMDocument which was unintentionally encoding some special characters from non-English languages.

## 2.31.3 (1/8/24)
Expand Down
2 changes: 1 addition & 1 deletion assets/css/editor.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/header.min.css

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

2 changes: 1 addition & 1 deletion assets/css/main.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit d1c59c8

Please sign in to comment.