Plugin Directory

Changeset 2192650


Ignore:
Timestamp:
11/14/2019 10:49:08 AM (6 years ago)
Author:
timwd
Message:

Extend compatibility to WordPress 5.3

Location:
blog-clock/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • blog-clock/trunk/bc-blog-clock.php

    r2150932 r2192650  
    55Description: Blog Clock Plugin
    66Author URI: http://www.blogclock.co.uk
    7 Tested up to:5.2.2
     7Tested up to:5.3.0
    88License: http://www.gnu.org/licenses/gpl-2.0.html
    99Author: Blog Clock Team
    10 Version: 2.3
     10Version: 2.5
    1111*/
    1212
    1313// Basic plugin definitions
    1414define ('WBCP_PLG_NAME', 'wbcp_blog_clock');
    15 define( 'WBCP_PLG_VERSION', '2.3' );
     15define( 'WBCP_PLG_VERSION', '2.4' );
    1616define( 'WBCP_URL', WP_PLUGIN_URL . '/' . str_replace( basename(__FILE__), '', plugin_basename(__FILE__) ));
    1717define( 'WBCP_DIR', WP_PLUGIN_DIR . '/' . str_replace( basename(__FILE__), '', plugin_basename(__FILE__) ));
  • blog-clock/trunk/framework/classes/site/googlewebfont.php

    r1966442 r2192650  
    9999            $atts  = $font['atts'];
    100100            $param = implode(',', $atts);
    101             $link  = "http://fonts.googleapis.com/css?family=$name" . ($param !== '' ? ":$param" : '');
     101            $link  = "//fonts.googleapis.com/css?family=$name" . ($param !== '' ? ":$param" : '');
    102102            if(!empty($font['subsets']))
    103103            {
  • blog-clock/trunk/readme.txt

    r2150932 r2192650  
    55Tags: blog clock, blog time, timezone, world clock, digital clock, local time, timezone clock, timezone time, clock plugin, time plugin, world time, time shortcode, clock shortcode, blog, clock, time display, server time, live clock, datetime, server, template tag, time widget, time, widget, widgets, shortcode, admin, sidebar
    66Requires at least: 4.0.0
    7 Tested up to: 5.2.2
    8 Stable tag: 2.3
     7Tested up to: 5.3.0
     8Stable tag: 2.5
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    142142Extend compatibility to WordPress 5.2.2
    143143
     144= 2.4 =
     145Fixed mixed content error
     146
     147= 2.5 =
     148Extend compatibility to WordPress 5.3.0
     149
    144150== Upgrade Notice ==
    145151
Note: See TracChangeset for help on using the changeset viewer.