Changeset 3442599
- Timestamp:
- 01/19/2026 02:12:04 PM (7 weeks ago)
- Location:
- disable-remove-google-fonts
- Files:
-
- 6 edited
- 1 copied
-
tags/1.8.1 (copied) (copied from disable-remove-google-fonts/trunk)
-
tags/1.8.1/changelog.txt (modified) (1 diff)
-
tags/1.8.1/disable-remove-google-fonts.php (modified) (2 diffs)
-
tags/1.8.1/readme.txt (modified) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/disable-remove-google-fonts.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
disable-remove-google-fonts/tags/1.8.1/changelog.txt
r3442598 r3442599 1 = 1.8. 0=1 = 1.8.1 = 2 2 3 3 * Introduced new "Check Google Fonts" feature -
disable-remove-google-fonts/tags/1.8.1/disable-remove-google-fonts.php
r3442598 r3442599 6 6 * Author: Fonts Plugin 7 7 * Author URI: https://fontsplugin.com 8 * Version: 1.8. 08 * Version: 1.8.1 9 9 * License: GPLv2 or later 10 10 * License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt … … 32 32 33 33 if ( ! defined( 'DRGF_VERSION' ) ) { 34 define( 'DRGF_VERSION', '1.8. 0' );34 define( 'DRGF_VERSION', '1.8.1' ); 35 35 } 36 36 -
disable-remove-google-fonts/tags/1.8.1/readme.txt
r3442598 r3442599 5 5 Tested up to: 6.9 6 6 License: GPLv2 or later 7 Stable tag: trunk7 Stable tag: 1.8.1 8 8 9 9 Improve frontend performance by disabling Google Fonts. GDPR and DSGVO friendly. -
disable-remove-google-fonts/trunk/changelog.txt
r3442598 r3442599 1 = 1.8. 0=1 = 1.8.1 = 2 2 3 3 * Introduced new "Check Google Fonts" feature -
disable-remove-google-fonts/trunk/disable-remove-google-fonts.php
r3442598 r3442599 6 6 * Author: Fonts Plugin 7 7 * Author URI: https://fontsplugin.com 8 * Version: 1.8. 08 * Version: 1.8.1 9 9 * License: GPLv2 or later 10 10 * License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt … … 32 32 33 33 if ( ! defined( 'DRGF_VERSION' ) ) { 34 define( 'DRGF_VERSION', '1.8. 0' );34 define( 'DRGF_VERSION', '1.8.1' ); 35 35 } 36 36 -
disable-remove-google-fonts/trunk/readme.txt
r3442598 r3442599 5 5 Tested up to: 6.9 6 6 License: GPLv2 or later 7 Stable tag: trunk7 Stable tag: 1.8.1 8 8 9 9 Improve frontend performance by disabling Google Fonts. GDPR and DSGVO friendly.
Note: See TracChangeset
for help on using the changeset viewer.