Plugin Directory

Changeset 3270264


Ignore:
Timestamp:
04/10/2025 09:22:16 AM (11 months ago)
Author:
DannyCooper
Message:

Update to version 3.9.3 from GitHub

Location:
olympus-google-fonts
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • olympus-google-fonts/tags/3.9.3/blocks/init.php

    r3192298 r3270264  
    3535            'variant'    => array(
    3636                'type'    => 'string',
    37                 'default' => 'normal',
     37                'default' => '',
    3838            ),
    3939            '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
    15= 3.9.2 =
    26
  • olympus-google-fonts/tags/3.9.3/class-olympus-google-fonts.php

    r3254070 r3270264  
    3939    public function constants() {
    4040        if ( ! defined( 'OGF_VERSION' ) ) {
    41             define( 'OGF_VERSION', '3.9.2' );
     41            define( 'OGF_VERSION', '3.9.3' );
    4242        }
    4343
  • olympus-google-fonts/tags/3.9.3/olympus-google-fonts.php

    r3254070 r3270264  
    66 * Plugin URI:  https://wordpress.org/plugins/olympus-google-fonts/
    77 * 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.2
     8 * Version:     3.9.3
    99 * Author:      Fonts Plugin
    1010 * 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  
    44Donate link: https://fontsplugin.com/#pricing
    55Requires at least: 4.0
    6 Tested up to: 6.7
     6Tested up to: 6.8
    77License: GPLv2 or later
    8 Stable tag: 3.9.2
     8Stable tag: 3.9.3
    99
    1010The 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  
    3535            'variant'    => array(
    3636                'type'    => 'string',
    37                 'default' => 'normal',
     37                'default' => '',
    3838            ),
    3939            '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
    15= 3.9.2 =
    26
  • olympus-google-fonts/trunk/class-olympus-google-fonts.php

    r3254070 r3270264  
    3939    public function constants() {
    4040        if ( ! defined( 'OGF_VERSION' ) ) {
    41             define( 'OGF_VERSION', '3.9.2' );
     41            define( 'OGF_VERSION', '3.9.3' );
    4242        }
    4343
  • olympus-google-fonts/trunk/olympus-google-fonts.php

    r3254070 r3270264  
    66 * Plugin URI:  https://wordpress.org/plugins/olympus-google-fonts/
    77 * 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.2
     8 * Version:     3.9.3
    99 * Author:      Fonts Plugin
    1010 * Author URI:  https://fontsplugin.com/?utm_source=wporg&utm_medium=readme&utm_campaign=description
  • olympus-google-fonts/trunk/readme.txt

    r3254070 r3270264  
    44Donate link: https://fontsplugin.com/#pricing
    55Requires at least: 4.0
    6 Tested up to: 6.7
     6Tested up to: 6.8
    77License: GPLv2 or later
    8 Stable tag: 3.9.2
     8Stable tag: 3.9.3
    99
    1010The 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.