Skip to content

Commit

Permalink
Merge branch 'release/2.26.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
JiveDig committed Mar 3, 2023
2 parents 5a09d17 + bae03c9 commit 8bc1f21
Show file tree
Hide file tree
Showing 804 changed files with 6,566 additions and 3,966 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*.zip
LICENSE
README
auth.json
package-lock.json
node_modules
temp
Expand All @@ -18,11 +19,10 @@ vendor/composer/installers
vendor/composer/pcre
vendor/composer/semver
vendor/composer/xdebug-handler
!vendor/advanced-custom-fields
!vendor/afragen
!vendor/collizo4sky
!vendor/kirki-framework
!vendor/maithemewp
!vendor/proteusthemes
!vendor/wpackagist-plugin
!vendor/wpengine
!vendor/yahnis-elsts
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 2.26.0 (3/3/23)
* Added: [Accessibility] New `aria-label` support for menus, including a new `label` parameter in `[mai_menu]` shortcode.
* Added: [Accessibility] New `aria-label` attribute added to entry title links when needed.
* Added: [Accessibility] Entry overlay links how have `aria-labelledby` or `aria-label` with title added.
* Added: [Developers] New `--button-filter` CSS property added to buttons.
* Changed: [Accessibility] Before and After Header Content Areas now use `<section>` element instead of `<div>`.
* Changed: [Accessibility] Mai Icon links now add title as screen reader text.
* Changed: [Accessibility] Removed `role="banner"` from page header so the default `<header>` element can remain the default banner.
* Changed: [Performance] Entry images now use the smallest size for `src` since the `srcset` will serve the correct size image based on screen size.
* Changed: Archive or Mai Post Grid entries show the full block content when "Show" has "Content" with no limit set.
* Changed: Updated Kirki to 4.1.0, and disabled their new settings page.
* Changed: Updated ACF Pro to 6.0.7.
* Changed: Now using ACF's new built in Composer support for updates.
* Fixed: Editors were not able to access Reusable Blocks or Content Areas posts in the Dashboard.

## 2.25.6 (1/16/23)
* Changed: [Performance] Converted to dwv units when available, to calculate full viewport width via CSS instead of JS.
* Changed: [Performance] Only load ACF block field filters in the editor.
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ From there, make sure that Node is running the correct version (11.15.0). To do
composer setup-nvm
```

#### CLI

Update the pot file by cd into mai-engine and running:
```
wp i18n make-pot ./ ./assets/lang/mai-engine.pot
```
#### Gulp
Once the Gulp CLI and Node packages have been installed, you are ready to begin using the following Gulp tasks to automate development:
Expand Down
2 changes: 1 addition & 1 deletion assets/css/atomic-blocks.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/blocks.min.css

Large diffs are not rendered by default.

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/main.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/woocommerce-products.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 8bc1f21

Please sign in to comment.