Plugin Directory

Changeset 2923008

Timestamp:
06/07/2023 05:19:41 PM (14 months ago)
Author:
dhanendran
Message:

Update tested version

Location:
qr-code-creator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • qr-code-creator/trunk/README.md

    r2364627 r2923008  
    33Tags: QR Code, Generator, QR Code Creator, QR Code Generator
    44Requires at least: 4.4
    5 Tested up to: 5.5
    6 Stable tag: 0.1.3
     5Tested up to:
     6Stable tag: 0.1.
    77License: GPLv3 or later
    88License 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  
    1111 * Plugin URI:        https://github.com/dhanendran/qr-code-creator
    1212 * Description:       A WordPress plugin which will help you to create QR Codes.
    13  * Tags:              QR Code, Generator, QR Code Creator, QR Code Generator
    14  * Version:           0.1.3
     13 * Tags:  QR Code, Generator, QR Code Creator, QR Code Generator
     14 * Version:           0.1.
    1515 * Author:            Dhanendran
    1616 * Author URI:        http://dhanendranrajagopal.me/
     
    4040    public function add_plugin_page() {
    4141        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',
    4646            array( $this, 'create_admin_page' )
    4747        );
Note: See TracChangeset for help on using the changeset viewer.