Plugin Directory

Changeset 2622233


Ignore:
Timestamp:
10/30/2021 08:38:42 AM (3 years ago)
Author:
aigenseer
Message:

Fix undefined constant error

Location:
qr-scanner-redirect/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • qr-scanner-redirect/trunk/include/metaboxes.php

    r2604068 r2622233  
    2424    foreach ($screens as $screen) {
    2525        add_meta_box(
    26             QSR_SHORTCODE_NAME,
     26            QSR_SHORTCODE_NAME_GENERATOR,
    2727            'Redirect QR-Code',
    2828            'qsr_qr_code_generator',
  • qr-scanner-redirect/trunk/index.php

    r2606808 r2622233  
    44 * Plugin URI:        https://github.com/aigenseer/qr-scanner-redirect
    55 * Description:       Wordpress web qr-scanner with redirect function
    6  * Version:           1.2.0
     6 * Version:           1.2.1
    77 * Requires at least: 5.2
    88 * Requires PHP:      7.2
  • qr-scanner-redirect/trunk/readme.txt

    r2606808 r2622233  
    33Tags: camera, qr, scanner, redirect, browser, wordpress, plugin
    44Requires at least: 3.0.1
    5 Tested up to: 5.6.2
     5Tested up to: 5.8.1
    66Requires PHP: 5.2.4
    7 Stable tag: 4.3
     7Stable tag: 1.2.1
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    5050== Changelog ==
    5151
     52= 1.2.1 =
     53* Fix undefined constant error
     54
    5255= 1.2.0 =
    5356* Add qr generator style
Note: See TracChangeset for help on using the changeset viewer.