Plugin Directory

Changeset 2586010


Ignore:
Timestamp:
08/20/2021 12:51:11 PM (5 years ago)
Author:
Desertsnowman
Message:

Correct version number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugin-groups/trunk/plugincore.php

    r2585975 r2586010  
    44 * Plugin URI: https://cramer.co.za
    55 * Description: Organize Plugins in groups
    6  * Version: 2.0.0
     6 * Version: 2.0.1
    77 * Author: David Cramer
    88 * Author URI: https://cramer.co.za
     
    2020define( 'PLGGRP_CORE', __FILE__ );
    2121define( 'PLGGRP_URL', plugin_dir_url( __FILE__ ) );
    22 define( 'PLGGRP_SLUG', 'plugin-groups' );
    23 //legacy
    24 define( 'PLORG_BETA', basename( __DIR__ ) . '/' . basename( __FILE__ ) );
    25 define( 'PLORG_PLUGIN', basename( __DIR__ ) . '/plugincore.php' );
    2622
    2723if ( ! version_compare( PHP_VERSION, '5.6', '>=' ) ) {
Note: See TracChangeset for help on using the changeset viewer.