Changeset 2622233
- Timestamp:
- 10/30/2021 08:38:42 AM (3 years ago)
- Location:
- qr-scanner-redirect/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
qr-scanner-redirect/trunk/include/metaboxes.php
r2604068 r2622233 24 24 foreach ($screens as $screen) { 25 25 add_meta_box( 26 QSR_SHORTCODE_NAME ,26 QSR_SHORTCODE_NAME_GENERATOR, 27 27 'Redirect QR-Code', 28 28 'qsr_qr_code_generator', -
qr-scanner-redirect/trunk/index.php
r2606808 r2622233 4 4 * Plugin URI: https://github.com/aigenseer/qr-scanner-redirect 5 5 * Description: Wordpress web qr-scanner with redirect function 6 * Version: 1.2. 06 * Version: 1.2.1 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.2 -
qr-scanner-redirect/trunk/readme.txt
r2606808 r2622233 3 3 Tags: camera, qr, scanner, redirect, browser, wordpress, plugin 4 4 Requires at least: 3.0.1 5 Tested up to: 5. 6.25 Tested up to: 5.8.1 6 6 Requires PHP: 5.2.4 7 Stable tag: 4.37 Stable tag: 1.2.1 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 50 50 == Changelog == 51 51 52 = 1.2.1 = 53 * Fix undefined constant error 54 52 55 = 1.2.0 = 53 56 * Add qr generator style
Note: See TracChangeset
for help on using the changeset viewer.