Plugin Directory

Changeset 3157077


Ignore:
Timestamp:
09/24/2024 05:24:33 PM (17 months ago)
Author:
peqiapp
Message:

Update to version 2.0.18 from GitHub

Location:
peqiapp
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • peqiapp/tags/2.0.18/peqiapp.php

    r3131267 r3157077  
    33/**
    44 * @package Peqi App
    5  * @version 2.0.16
     5 * @version 2.0.18
    66 * Plugin Name: Peqi App
    77 * Plugin URI: http://wordpress.org/plugins/peqiapp/
    88 * Description: You can manage your application settings, perform cache cleaning, adjust optimization levels, and view performance metrics.
    9  * Version: 2.0.16
     9 * Version: 2.0.18
    1010 * Requires at least: 4.7
    1111 * Author: Peqi
     
    8585            define('PEQIAPP_PATH', plugin_dir_path(__FILE__));
    8686            define('PEQIAPP_URL', plugin_dir_url(__FILE__));
    87             define('PEQIAPP_VERSION', '2.0.16');
     87            define('PEQIAPP_VERSION', '2.0.18');
    8888
    8989            if (defined('PEQI_DEBUG') && PEQI_DEBUG === true) {
     
    120120        {
    121121            add_option('peqi_token', '');
    122             add_option('peqi_user_name',);
     122            add_option('peqi_user_name', '');
    123123            add_option('peqi_user_email', '');
    124124            add_option('peqi_domain_id', '');
  • peqiapp/tags/2.0.18/readme.txt

    r3131267 r3157077  
    44Requires at least: 4.7
    55Tested up to: 6.6
    6 Stable tag: 2.0.16
     6Stable tag: 2.0.18
    77Requires PHP: 7.0
    88License: GPLv2 or later
  • peqiapp/trunk/peqiapp.php

    r3131267 r3157077  
    33/**
    44 * @package Peqi App
    5  * @version 2.0.16
     5 * @version 2.0.18
    66 * Plugin Name: Peqi App
    77 * Plugin URI: http://wordpress.org/plugins/peqiapp/
    88 * Description: You can manage your application settings, perform cache cleaning, adjust optimization levels, and view performance metrics.
    9  * Version: 2.0.16
     9 * Version: 2.0.18
    1010 * Requires at least: 4.7
    1111 * Author: Peqi
     
    8585            define('PEQIAPP_PATH', plugin_dir_path(__FILE__));
    8686            define('PEQIAPP_URL', plugin_dir_url(__FILE__));
    87             define('PEQIAPP_VERSION', '2.0.16');
     87            define('PEQIAPP_VERSION', '2.0.18');
    8888
    8989            if (defined('PEQI_DEBUG') && PEQI_DEBUG === true) {
     
    120120        {
    121121            add_option('peqi_token', '');
    122             add_option('peqi_user_name',);
     122            add_option('peqi_user_name', '');
    123123            add_option('peqi_user_email', '');
    124124            add_option('peqi_domain_id', '');
  • peqiapp/trunk/readme.txt

    r3131267 r3157077  
    44Requires at least: 4.7
    55Tested up to: 6.6
    6 Stable tag: 2.0.16
     6Stable tag: 2.0.18
    77Requires PHP: 7.0
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.