Skip to content

Releases: digitoimistodude/air-helper

3.1.11

20 Dec 15:28
Compare
Choose a tag to compare

3.1.11: 2024-12-20

  • Fix potential issue with media urls and paths being modified in production (T-24022, T-24004)

3.1.10

19 Dec 16:10
Compare
Choose a tag to compare

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

18 Dec 14:37
Compare
Choose a tag to compare

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

16 Dec 18:21
Compare
Choose a tag to compare

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 or STAGING_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

13 Dec 10:47
Compare
Choose a tag to compare

3.1.7: 2024-12-13

  • Remove notice error about missing acf local json files in staging (T-23571)

3.1.6

12 Dec 12:56
Compare
Choose a tag to compare

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

11 Dec 16:32
Compare
Choose a tag to compare

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

05 Dec 15:25
Compare
Choose a tag to compare

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

04 Dec 20:50
Compare
Choose a tag to compare

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

04 Dec 20:35
Compare
Choose a tag to compare

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)