Plugin Directory

Changeset 3431744


Ignore:
Timestamp:
01/03/2026 05:09:42 PM (3 months ago)
Author:
WebFactory
Message:

Small bug fix

Location:
maintenance/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • maintenance/trunk/load/index.php

    r3220407 r3431744  
    7979    // we don't want to load wp_head(), just the stuff we need
    8080    echo '<!--[if IE]><script type="text/javascript" src="' . esc_url( MTNC_URI . "load/js/jquery.backstretch.min.js" ) . '"></script><![endif]-->'; //phpcs:ignore
    81    
    82     if ( ! empty( $bunny_fonts[1] ) ) {
     81    if ( ! empty( $bunny_fonts[1] ) ) {
    8382        echo '<link rel="stylesheet" href="' . esc_url( 'https://fonts.bunny.net/css?family=' . esc_attr( $bunny_fonts[1] ) . '|' . esc_attr( $bunny_fonts[0] ) ) . '">'; //phpcs:ignore
    84     } elseif ( ! empty( $bunny_fonts[0] ) ) {
     83    } elseif ( ! empty( $bunny_fonts[0] ) && strpos($bunny_fonts[0], ':') !== 0 ) {
    8584        echo '<link rel="stylesheet" href="' . esc_url( 'https://fonts.bunny.net/css?family=' . esc_attr( $bunny_fonts[0] ) ) . '">'; //phpcs:ignore
    8685  }
  • maintenance/trunk/maintenance.php

    r3395916 r3431744  
    44    Plugin URI: https://wpmaintenancemode.com/
    55    Description: Put your site in maintenance mode, away from the public view. Use maintenance plugin if your website is in development or you need to change a few things, run an upgrade. Make it only accessible to logged in users.
    6     Version: 4.19
     6    Version: 4.20
    77    Author: WebFactory Ltd
    88    Author URI: https://www.webfactoryltd.com/
  • maintenance/trunk/readme.txt

    r3395919 r3431744  
    44Requires at least: 4.0
    55Tested up to: 6.9
    6 Stable tag: 4.19
     6Stable tag: 4.20
    77Requires PHP: 5.2
    88License: GPLv2 or later
     
    9696
    9797== Changelog ==
     98= v4.20 =
     99- 2026/01/03
     100- Fixed Bunny Fonts getting loaded even for system fonts
     101
    98102= v4.19 =
    99103- 2025/11/19
Note: See TracChangeset for help on using the changeset viewer.