Plugin Directory

Changeset 2798847


Ignore:
Timestamp:
10/14/2022 11:54:49 AM (3 years ago)
Author:
plugpacket
Message:

Update to version 1.2 from GitHub

Location:
plugpacket
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • plugpacket/tags/1.2/plug-packet.php

    r2798843 r2798847  
    33 * Plugin Name:       PlugPacket
    44 * Description:       PlugPacket provides you with different packs to install your favorite plugins easily. PlugPacket does all that for you with a click of a button.
    5  * Version:           1.0
     5 * Version:           1.2
    66 * Author: PlugPacket Team
    77 * License: GPL2
     
    1919use plp\core\admin\Plp_Admin;
    2020
    21 define('PLP_VERSION', '1.0');
     21define('PLP_VERSION', '1.2');
    2222define('PLP_DIR', dirname(__FILE__));
    2323define('PLP_DIR_URL', plugin_dir_url(__FILE__));
  • plugpacket/tags/1.2/readme.txt

    r2798843 r2798847  
    22Tags: plugins, packs, installer
    33Tested up to: 6.0.1
    4 Stable tag: 1.0
     4Stable tag: 1.2
    55License: GPL2
    66Source code: https://github.com/remi-bourgougnon/plug-packet
     
    2626
    2727== Changelog ==
    28 1.0
     281.2
    2929First release of the plugin
  • plugpacket/trunk/plug-packet.php

    r2798843 r2798847  
    33 * Plugin Name:       PlugPacket
    44 * Description:       PlugPacket provides you with different packs to install your favorite plugins easily. PlugPacket does all that for you with a click of a button.
    5  * Version:           1.0
     5 * Version:           1.2
    66 * Author: PlugPacket Team
    77 * License: GPL2
     
    1919use plp\core\admin\Plp_Admin;
    2020
    21 define('PLP_VERSION', '1.0');
     21define('PLP_VERSION', '1.2');
    2222define('PLP_DIR', dirname(__FILE__));
    2323define('PLP_DIR_URL', plugin_dir_url(__FILE__));
  • plugpacket/trunk/readme.txt

    r2798843 r2798847  
    22Tags: plugins, packs, installer
    33Tested up to: 6.0.1
    4 Stable tag: 1.0
     4Stable tag: 1.2
    55License: GPL2
    66Source code: https://github.com/remi-bourgougnon/plug-packet
     
    2626
    2727== Changelog ==
    28 1.0
     281.2
    2929First release of the plugin
Note: See TracChangeset for help on using the changeset viewer.