Changeset 2327913
- Timestamp:
- 06/20/2020 11:37:33 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
qr-scanner-redirect/trunk/index.php
r2327911 r2327913 1 1 <?php 2 /* 3 Plugin Name: QR Scanner Redirect 4 Plugin URI: https://github.com/aigenseer/qr-scanner-redirect 5 description: Wordpress web qr-scanner with redirect function 6 Version: 1.1.0 7 Author: Viktor Aigenseer 8 Author URI: https://github.com/aigenseer/ 9 */ 2 /** 3 * Plugin Name: QR Scanner Redirect 4 * Plugin URI: https://github.com/aigenseer/qr-scanner-redirect 5 * Description: Wordpress web qr-scanner with redirect function 6 * Version: 1.0.1 7 * Requires at least: 5.2 8 * Requires PHP: 7.2 9 * Author: Viktor Aigenseer 10 * Author URI: https://github.com/aigenseer/ 11 * License: GPL v3 12 * License URI: https://www.gnu.org/licenses/gpl-3.0.de.html 13 */ 10 14 define('QSR_PLUGIN_FILE_URL', dirname( __FILE__ , 1 )); 11 15 define('QSR_PLUGIN_URL', plugins_url('/qr-scanner-redirect/plugin'));
Note: See TracChangeset
for help on using the changeset viewer.