Changeset 3270264
- Timestamp:
- 04/10/2025 09:22:16 AM (11 months ago)
- Location:
- olympus-google-fonts
- Files:
-
- 10 edited
- 1 copied
-
tags/3.9.3 (copied) (copied from olympus-google-fonts/trunk)
-
tags/3.9.3/blocks/init.php (modified) (1 diff)
-
tags/3.9.3/changelog.txt (modified) (1 diff)
-
tags/3.9.3/class-olympus-google-fonts.php (modified) (1 diff)
-
tags/3.9.3/olympus-google-fonts.php (modified) (1 diff)
-
tags/3.9.3/readme.txt (modified) (1 diff)
-
trunk/blocks/init.php (modified) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/class-olympus-google-fonts.php (modified) (1 diff)
-
trunk/olympus-google-fonts.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
olympus-google-fonts/tags/3.9.3/blocks/init.php
r3192298 r3270264 35 35 'variant' => array( 36 36 'type' => 'string', 37 'default' => ' normal',37 'default' => '', 38 38 ), 39 39 'fontSize' => array( -
olympus-google-fonts/tags/3.9.3/changelog.txt
r3254070 r3270264 1 = 3.9.3 = 2 3 * Don't default to adding 'font-weight:normal' to Fonts Plugin block. 4 1 5 = 3.9.2 = 2 6 -
olympus-google-fonts/tags/3.9.3/class-olympus-google-fonts.php
r3254070 r3270264 39 39 public function constants() { 40 40 if ( ! defined( 'OGF_VERSION' ) ) { 41 define( 'OGF_VERSION', '3.9. 2' );41 define( 'OGF_VERSION', '3.9.3' ); 42 42 } 43 43 -
olympus-google-fonts/tags/3.9.3/olympus-google-fonts.php
r3254070 r3270264 6 6 * Plugin URI: https://wordpress.org/plugins/olympus-google-fonts/ 7 7 * Description: The easiest to customize fonts in WordPress. Optimized for Speed. 1000+ font choices. Supports Google Fonts, Adobe Fonts and Upload Fonts. 8 * Version: 3.9. 28 * Version: 3.9.3 9 9 * Author: Fonts Plugin 10 10 * Author URI: https://fontsplugin.com/?utm_source=wporg&utm_medium=readme&utm_campaign=description -
olympus-google-fonts/tags/3.9.3/readme.txt
r3254070 r3270264 4 4 Donate link: https://fontsplugin.com/#pricing 5 5 Requires at least: 4.0 6 Tested up to: 6. 76 Tested up to: 6.8 7 7 License: GPLv2 or later 8 Stable tag: 3.9. 28 Stable tag: 3.9.3 9 9 10 10 The easiest to customize fonts in WordPress. Optimized for Speed. 1000+ font choices. Supports Google Fonts, Adobe Fonts and Upload Fonts. -
olympus-google-fonts/trunk/blocks/init.php
r3192298 r3270264 35 35 'variant' => array( 36 36 'type' => 'string', 37 'default' => ' normal',37 'default' => '', 38 38 ), 39 39 'fontSize' => array( -
olympus-google-fonts/trunk/changelog.txt
r3254070 r3270264 1 = 3.9.3 = 2 3 * Don't default to adding 'font-weight:normal' to Fonts Plugin block. 4 1 5 = 3.9.2 = 2 6 -
olympus-google-fonts/trunk/class-olympus-google-fonts.php
r3254070 r3270264 39 39 public function constants() { 40 40 if ( ! defined( 'OGF_VERSION' ) ) { 41 define( 'OGF_VERSION', '3.9. 2' );41 define( 'OGF_VERSION', '3.9.3' ); 42 42 } 43 43 -
olympus-google-fonts/trunk/olympus-google-fonts.php
r3254070 r3270264 6 6 * Plugin URI: https://wordpress.org/plugins/olympus-google-fonts/ 7 7 * Description: The easiest to customize fonts in WordPress. Optimized for Speed. 1000+ font choices. Supports Google Fonts, Adobe Fonts and Upload Fonts. 8 * Version: 3.9. 28 * Version: 3.9.3 9 9 * Author: Fonts Plugin 10 10 * Author URI: https://fontsplugin.com/?utm_source=wporg&utm_medium=readme&utm_campaign=description -
olympus-google-fonts/trunk/readme.txt
r3254070 r3270264 4 4 Donate link: https://fontsplugin.com/#pricing 5 5 Requires at least: 4.0 6 Tested up to: 6. 76 Tested up to: 6.8 7 7 License: GPLv2 or later 8 Stable tag: 3.9. 28 Stable tag: 3.9.3 9 9 10 10 The easiest to customize fonts in WordPress. Optimized for Speed. 1000+ font choices. Supports Google Fonts, Adobe Fonts and Upload Fonts.
Note: See TracChangeset
for help on using the changeset viewer.