Changeset 3444161
- Timestamp:
- 01/21/2026 02:23:17 PM (2 months ago)
- Location:
- host-webfonts-local
- Files:
-
- 8 edited
- 1 copied
-
tags/6.1.0 (copied) (copied from host-webfonts-local/trunk)
-
tags/6.1.0/host-webfonts-local.php (modified) (1 diff)
-
tags/6.1.0/readme.txt (modified) (2 diffs)
-
tags/6.1.0/src/Admin/Settings/Advanced.php (modified) (1 diff)
-
tags/6.1.0/src/Frontend/Process.php (modified) (1 diff)
-
trunk/host-webfonts-local.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Admin/Settings/Advanced.php (modified) (1 diff)
-
trunk/src/Frontend/Process.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
host-webfonts-local/tags/6.1.0/host-webfonts-local.php
r3406873 r3444161 4 4 * Plugin URI: https://daan.dev/wordpress/omgf/ 5 5 * Description: Increase GDPR/DSGVO compliance and leverage browser cache by automatically self-hosting Google Fonts. 6 * Version: 6. 0.116 * Version: 6.1.0 7 7 * Author: Daan from Daan.dev 8 8 * Author URI: https://daan.dev -
host-webfonts-local/tags/6.1.0/readme.txt
r3406873 r3444161 4 4 Requires at least: 5.9 5 5 Tested up to: 6.9 6 Stable tag: 6. 0.116 Stable tag: 6.1.0 7 7 Requires PHP: 7.3 8 8 License: GPLv2 or later … … 89 89 == Changelog == 90 90 91 = 6.1.0 | January 21st, 2026 = 92 * Improved: OMGF now runs on wp-login.php. 93 91 94 = 6.0.11 | December 1st, 2025 = 92 95 * Tested with WP 6.9 -
host-webfonts-local/tags/6.1.0/src/Admin/Settings/Advanced.php
r3406873 r3444161 97 97 sprintf( 98 98 __( 99 'Enable this option (on all instances) if you\'re planning to use %s in a (variation of a) Development > Testing > Acceptance/Staging > Production workflow. %s',99 'Enable this option (on all instances) to make it easier to migrate between Development/Testing/Staging/Production environments. %s', 100 100 'host-webfonts-local' 101 101 ), -
host-webfonts-local/tags/6.1.0/src/Frontend/Process.php
r3336803 r3444161 150 150 add_action( 'wp_head', [ $this, 'add_preloads' ], 3 ); 151 151 add_action( 'template_redirect', [ $this, 'maybe_buffer_output' ], 3 ); 152 add_action( 'login_init', [ $this, 'maybe_buffer_output' ], 3 ); 152 153 /** 153 154 * @since v5.3.10 parse() runs on priority 10. Run this afterward, to make sure e.g. the <preload> -> <noscript> approach some theme -
host-webfonts-local/trunk/host-webfonts-local.php
r3406873 r3444161 4 4 * Plugin URI: https://daan.dev/wordpress/omgf/ 5 5 * Description: Increase GDPR/DSGVO compliance and leverage browser cache by automatically self-hosting Google Fonts. 6 * Version: 6. 0.116 * Version: 6.1.0 7 7 * Author: Daan from Daan.dev 8 8 * Author URI: https://daan.dev -
host-webfonts-local/trunk/readme.txt
r3406873 r3444161 4 4 Requires at least: 5.9 5 5 Tested up to: 6.9 6 Stable tag: 6. 0.116 Stable tag: 6.1.0 7 7 Requires PHP: 7.3 8 8 License: GPLv2 or later … … 89 89 == Changelog == 90 90 91 = 6.1.0 | January 21st, 2026 = 92 * Improved: OMGF now runs on wp-login.php. 93 91 94 = 6.0.11 | December 1st, 2025 = 92 95 * Tested with WP 6.9 -
host-webfonts-local/trunk/src/Admin/Settings/Advanced.php
r3406873 r3444161 97 97 sprintf( 98 98 __( 99 'Enable this option (on all instances) if you\'re planning to use %s in a (variation of a) Development > Testing > Acceptance/Staging > Production workflow. %s',99 'Enable this option (on all instances) to make it easier to migrate between Development/Testing/Staging/Production environments. %s', 100 100 'host-webfonts-local' 101 101 ), -
host-webfonts-local/trunk/src/Frontend/Process.php
r3336803 r3444161 150 150 add_action( 'wp_head', [ $this, 'add_preloads' ], 3 ); 151 151 add_action( 'template_redirect', [ $this, 'maybe_buffer_output' ], 3 ); 152 add_action( 'login_init', [ $this, 'maybe_buffer_output' ], 3 ); 152 153 /** 153 154 * @since v5.3.10 parse() runs on priority 10. Run this afterward, to make sure e.g. the <preload> -> <noscript> approach some theme
Note: See TracChangeset
for help on using the changeset viewer.