Releases: digitoimistodude/air-helper
Releases · digitoimistodude/air-helper
3.1.11
3.1.10
3.1.10: 2024-12-19
- Fix removal of dashicons from frontend for non-admin, non-logged-in users
- Remove gutenberg default styles, classic theme styles and global styles from clean up hook by default (T-23576)
3.1.9
3.1.9: 2024-12-18
- Remove WPForms reports widget from dashboard
- Add more clear instructions in code comments on how to add custom widgets to dashboard
3.1.8
3.1.8: 2024-12-16
- Fix: Replace .test domain with staging domain in attachment URLs (T-23857)
- Allow changing staging URL with
STAGING_URL
constant orSTAGING_URL
environment variable (T-23857) - Fix path being included to the URL of the image (T-23857)
- Add filter to disable air_helper_prevent_dev_uploads
3.1.7
3.1.7: 2024-12-13
- Remove notice error about missing acf local json files in staging (T-23571)
3.1.6
3.1.6: 2024-12-12
- Fix regression with T-23371, use minified version of instant.page (minified with
npx terser instantpage.js -o instantpage.min.js --compress --mangle
) - Bump tested WordPress version to 6.7.1
3.1.5
3.1.5: 2024-12-11
- Allow deregistering more styles with
air_helper_styles_to_deregister
filter (T-23392) - Exclude development dirs from CI (dev)
- Delete travis no longer in use (dev)
3.1.4
3.1.4: 2024-12-05
- Remove Optimole dashboard widget (T-23392)
- Move Optimole under Settings (T-23392)
- Move Broken Link Checker under Settings
3.1.3
3.1.3: 2024-12-04
- Update plugin localizations for Finnish
- Hotfix for $has_staging_media being used before it was defined (T-15169)
3.1.2
3.1.2: 2024-12-04
- Add tinyMCE plugin that adds helper class to elements (T-17631) (kudos to @Tumppex!)
- Use eager loading instead of lazy if
native_lazyload_tag
is used in the first block (T-17629) (kudos to @EliasKau!) - Change to minified version of instant.page 5.2.0 (T-23371)
- Hide unnecessary dashboard widgets for network admin (T-20707)
- Fix "Flush all caches" admin bar item not showing up in multisite (T-20707)
- Add support for flushing all caches in multisite (T-20707) (kudos to @lukanja!)
- Add logging to cache flushing functions (T-20707)
- Remove unnecessary WordPress default styles in front end (T-13957)
- Separate clean up functions to their own file (T-13957)
- Update PUC to v5.5 (T-20922) (kudos to @raikasdev!)
- Prevent add media files from dev if there is a staging environment or files have been added from staging (T-15169)
- Update media URL and path staging and dev environments properly (T-15169)