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 4 4 * Plugin URI: https://wordpress.org/plugins/wp-media-pro 5 5 * 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 7 7 * Author: Taylor Lovett 8 8 * Author URI: https://taylorlovett.com … … 20 20 21 21 // Useful global constants. 22 define( 'WPMP_VERSION', '1.0' ); 22 define( 'WPMP_VERSION', '1.1' ); 23 23 define( 'WPMP_URL', plugin_dir_url( __FILE__ ) ); 24 24 define( 'WPMP_PATH', plugin_dir_path( __FILE__ ) ); … … 69 69 Modules\Credits\Credits::instance(); 70 70 Modules\SingleView\SingleView::instance(); 71 Modules\Edit\Edit::instance(); 71 72 72 73 Core\setup();
Note: See TracChangeset for help on using the changeset viewer.