Plugin Directory

Changeset 3435207


Ignore:
Timestamp:
01/08/2026 02:16:31 PM (3 months ago)
Author:
kionae
Message:

2.0.3

  • Verifying 6.9 compatibility.
  • Fixed a notice that was displaying incorrectly
Location:
qr-redirector
Files:
478 added
2 edited

Legend:

Unmodified
Added
Removed
  • qr-redirector/trunk/qr-redirector.php

    r2813752 r3435207  
    22/**
    33 * @package QR Redirector
    4  * @version 2.0.2
     4 * @version 2.0.3
    55 */
    66/*
     
    99Description: QR Redirector lets you create dynamic QR Codes by a generating a QR code for a URL on your site, and redirecting that URL anywhere you want.
    1010Author: Nikki Blight <nblight@nlb-creations.com>
    11 Version: 2.0.2
     11Version: 2.0.3
    1212Author URI: http://www.nlb-creations.com
    1313*/
     
    259259   
    260260    //set a notification for QR Codes saved using the old library that they need to update their size settings
    261     if($size <= 30) {
     261    if($size && $size <= 30) {
    262262        echo '<span style="color: #d02e34; background-color: #fbbbc0; border: 1px solid #d02e34; padding: 10px; margin-left: 25px;">* This QR code uses a size from a previous version of this plugin.  Please select a new size.  300x300 has been selected by default.</span>';
    263263    }
  • qr-redirector/trunk/readme.txt

    r3125492 r3435207  
    44Tags: qr code, redirection
    55Requires at least: 3.2.0
    6 Tested up to: 6.6
    7 Stable tag: 2.0.2
     6Tested up to: 6.9
     7Stable tag: 2.0.3
    88
    99QR Redirector lets you create a QR code for a URL on your site, and redirect that URL anywhere.  The result is a reusable QR Code.
     
    7171
    7272== Changelog ==
     73
     74= 2.0.3 =
     75* Verifying 6.9 compatibility.
     76* Fixed a notice that was displaying incorrectly
    7377
    7478= 2.0.2 =
Note: See TracChangeset for help on using the changeset viewer.