Changeset 2923008
- Timestamp:
- 06/07/2023 05:19:41 PM (3 years ago)
- Location:
- qr-code-creator/trunk
- Files:
-
- 2 edited
-
README.md (modified) (1 diff)
-
qr-code-creator.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
qr-code-creator/trunk/README.md
r2364627 r2923008 3 3 Tags: QR Code, Generator, QR Code Creator, QR Code Generator 4 4 Requires at least: 4.4 5 Tested up to: 5.56 Stable tag: 0.1. 35 Tested up to: 6.2.2 6 Stable tag: 0.1.4 7 7 License: GPLv3 or later 8 8 License URI: <a href="http://www.gnu.org/licenses/gpl-3.0.html">http://www.gnu.org/licenses/gpl-3.0.html</a> -
qr-code-creator/trunk/qr-code-creator.php
r2364627 r2923008 11 11 * Plugin URI: https://github.com/dhanendran/qr-code-creator 12 12 * Description: A WordPress plugin which will help you to create QR Codes. 13 * Tags: QR Code, Generator, QR Code Creator, QR Code Generator14 * Version: 0.1. 313 * Tags: QR Code, Generator, QR Code Creator, QR Code Generator 14 * Version: 0.1.4 15 15 * Author: Dhanendran 16 16 * Author URI: http://dhanendranrajagopal.me/ … … 40 40 public function add_plugin_page() { 41 41 add_options_page( 42 'QR Code Creator', 43 'QR Code Creator', 44 'manage_options', 45 'qr-code-creator', 42 'QR Code Creator', 43 'QR Code Creator', 44 'manage_options', 45 'qr-code-creator', 46 46 array( $this, 'create_admin_page' ) 47 47 );
Note: See TracChangeset
for help on using the changeset viewer.