Changeset 2192650
- Timestamp:
- 11/14/2019 10:49:08 AM (6 years ago)
- Location:
- blog-clock/trunk
- Files:
-
- 3 edited
-
bc-blog-clock.php (modified) (1 diff)
-
framework/classes/site/googlewebfont.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blog-clock/trunk/bc-blog-clock.php
r2150932 r2192650 5 5 Description: Blog Clock Plugin 6 6 Author URI: http://www.blogclock.co.uk 7 Tested up to:5. 2.27 Tested up to:5.3.0 8 8 License: http://www.gnu.org/licenses/gpl-2.0.html 9 9 Author: Blog Clock Team 10 Version: 2. 310 Version: 2.5 11 11 */ 12 12 13 13 // Basic plugin definitions 14 14 define ('WBCP_PLG_NAME', 'wbcp_blog_clock'); 15 define( 'WBCP_PLG_VERSION', '2. 3' );15 define( 'WBCP_PLG_VERSION', '2.4' ); 16 16 define( 'WBCP_URL', WP_PLUGIN_URL . '/' . str_replace( basename(__FILE__), '', plugin_basename(__FILE__) )); 17 17 define( 'WBCP_DIR', WP_PLUGIN_DIR . '/' . str_replace( basename(__FILE__), '', plugin_basename(__FILE__) )); -
blog-clock/trunk/framework/classes/site/googlewebfont.php
r1966442 r2192650 99 99 $atts = $font['atts']; 100 100 $param = implode(',', $atts); 101 $link = " http://fonts.googleapis.com/css?family=$name" . ($param !== '' ? ":$param" : '');101 $link = "//fonts.googleapis.com/css?family=$name" . ($param !== '' ? ":$param" : ''); 102 102 if(!empty($font['subsets'])) 103 103 { -
blog-clock/trunk/readme.txt
r2150932 r2192650 5 5 Tags: 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 6 6 Requires at least: 4.0.0 7 Tested up to: 5. 2.28 Stable tag: 2. 37 Tested up to: 5.3.0 8 Stable tag: 2.5 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 142 142 Extend compatibility to WordPress 5.2.2 143 143 144 = 2.4 = 145 Fixed mixed content error 146 147 = 2.5 = 148 Extend compatibility to WordPress 5.3.0 149 144 150 == Upgrade Notice == 145 151
Note: See TracChangeset
for help on using the changeset viewer.