Plugin Directory

Changeset 2274306


Ignore:
Timestamp:
04/02/2020 06:29:11 PM (6 years ago)
Author:
sumediawebdesign
Message:

fixing typo and release 0.3.1

Location:
sumedia-gfont
Files:
19 added
3 edited
39 copied

Legend:

Unmodified
Added
Removed
  • sumedia-gfont/tags/0.3.1/readme.txt

    r2214034 r2274306  
    44Tags: fonts, data privacy, google
    55Requires at least: 5.3
    6 Tested up to: 5.3.1
    7 Stable tag: 5.3
     6Tested up to: 5.4
     7Stable tag: 5.4
    88Requires PHP: 5.6.0
    99License: GPL-3.0-or-later
     
    1717
    1818So why not use the explicitly free font on own host to
    19 protected visitors privacy.
     19protect visitors privacy.
    2020
    2121This Plugin communicates directly with the google font api
    2222to fetch the webfonts and style rules.
    23 
    24 == Sumedia Google Fonts ==
    25 
    26 In the backend you can reload the font list
    27 to get the actually included fonts to the database.
    28 
    29 Currently no huge database will be present in Version 0.1.0
    30 there is just the font Lato and Source Sans Pro Family included -
    31 more will come and it's a way of manually adding to support more fonts.
    32 
    33 If you have reloaded the font database, you can decide via bulk action
    34 to use a font. So it will be loaded into the Frontend.
    35 
    36 To finaly use the font you have to give a class with the fonts name
    37 to the used block.
    38 
    39 There are options during editing on the right site via "Block" tab under
    40 "Extended". There you say "lato-light" as a class, for example.
  • sumedia-gfont/tags/0.3.1/src/Sumedia/GFont/Admin/View/Heading.php

    r2214034 r2274306  
    33namespace Sumedia\Gfont\Admin\View;
    44
     5use function Sumedia\GFont\ds;
    56use Sumedia\GFont\Base\View;
    6 use function Sumedia\Urlify\ds;
    77
    88class Heading extends View
  • sumedia-gfont/tags/0.3.1/sumedia-gfont.php

    r2214034 r2274306  
    1212 * Plugin URI:  https://github.com/sumedia-wordpress/gfont
    1313 * Description: Use Google Fonts with non-tracking data privacy
    14  * Version:     0.3.0
     14 * Version:     0.3.1
    1515 * Requires at least: 5.3 (nothing else tested yet)
    1616 * Rewrires PHP: 5.6.0 (not tested, could work)
     
    4545}
    4646
    47 define('SUMEDIA_GFONT_VERSION', '0.3.0');
     47define('SUMEDIA_GFONT_VERSION', '0.3.1');
    4848define('SUMEDIA_GFONT_PLUGIN_NAME', dirname(plugin_basename(__FILE__)));
    4949define('SUMEDIA_GFONT_PLUGIN_PATH', __DIR__);
  • sumedia-gfont/trunk/readme.txt

    r2214034 r2274306  
    44Tags: fonts, data privacy, google
    55Requires at least: 5.3
    6 Tested up to: 5.3.1
    7 Stable tag: 5.3
     6Tested up to: 5.4
     7Stable tag: 5.4
    88Requires PHP: 5.6.0
    99License: GPL-3.0-or-later
     
    1717
    1818So why not use the explicitly free font on own host to
    19 protected visitors privacy.
     19protect visitors privacy.
    2020
    2121This Plugin communicates directly with the google font api
    2222to fetch the webfonts and style rules.
    23 
    24 == Sumedia Google Fonts ==
    25 
    26 In the backend you can reload the font list
    27 to get the actually included fonts to the database.
    28 
    29 Currently no huge database will be present in Version 0.1.0
    30 there is just the font Lato and Source Sans Pro Family included -
    31 more will come and it's a way of manually adding to support more fonts.
    32 
    33 If you have reloaded the font database, you can decide via bulk action
    34 to use a font. So it will be loaded into the Frontend.
    35 
    36 To finaly use the font you have to give a class with the fonts name
    37 to the used block.
    38 
    39 There are options during editing on the right site via "Block" tab under
    40 "Extended". There you say "lato-light" as a class, for example.
  • sumedia-gfont/trunk/src/Sumedia/GFont/Admin/View/Heading.php

    r2214034 r2274306  
    33namespace Sumedia\Gfont\Admin\View;
    44
     5use function Sumedia\GFont\ds;
    56use Sumedia\GFont\Base\View;
    6 use function Sumedia\Urlify\ds;
    77
    88class Heading extends View
  • sumedia-gfont/trunk/sumedia-gfont.php

    r2214034 r2274306  
    1212 * Plugin URI:  https://github.com/sumedia-wordpress/gfont
    1313 * Description: Use Google Fonts with non-tracking data privacy
    14  * Version:     0.3.0
     14 * Version:     0.3.1
    1515 * Requires at least: 5.3 (nothing else tested yet)
    1616 * Rewrires PHP: 5.6.0 (not tested, could work)
     
    4545}
    4646
    47 define('SUMEDIA_GFONT_VERSION', '0.3.0');
     47define('SUMEDIA_GFONT_VERSION', '0.3.1');
    4848define('SUMEDIA_GFONT_PLUGIN_NAME', dirname(plugin_basename(__FILE__)));
    4949define('SUMEDIA_GFONT_PLUGIN_PATH', __DIR__);
Note: See TracChangeset for help on using the changeset viewer.