plugins.trac.wordpress.org

Changeset 2456745 for wp-media-pro/trunk/plugin.php – WordPress Plugin Repository

  • ️Fri Jan 15 2021
Timestamp:
01/15/2021 04:28:40 AM (4 years ago)
tlovett1
Message:

Update to version 1.1 from GitHub

File:

Legend:

Unmodified
Added
Removed
  • wp-media-pro/trunk/plugin.php

    r2338758 r2456745  
    44 * Plugin URI: https://wordpress.org/plugins/wp-media-pro
    55 * Description: The must have media toolkit for WordPress. Organize media and images into folders, media tags, image credits, and much more.
    6  * Version:     1.0
     6 * Version:     1.1
    77 * Author:      Taylor Lovett
    88 * Author URI:  https://taylorlovett.com
     
    2020
    2121// Useful global constants.
    22 define( 'WPMP_VERSION', '1.0' );
     22define( 'WPMP_VERSION', '1.1' );
    2323define( 'WPMP_URL', plugin_dir_url( __FILE__ ) );
    2424define( 'WPMP_PATH', plugin_dir_path( __FILE__ ) );
     
    6969Modules\Credits\Credits::instance();
    7070Modules\SingleView\SingleView::instance();
     71Modules\Edit\Edit::instance();
    7172
    7273Core\setup();

Note: See TracChangeset for help on using the changeset viewer.