Changeset 977057
- Timestamp:
- 09/02/2014 02:39:33 PM (11 years ago)
- File:
-
- 1 edited
-
freefolio/trunk/freefolio.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
freefolio/trunk/freefolio.php
r971794 r977057 15 15 * Plugin URI: http://wordpress.org/plugins/freefolio-by-upthemes/ 16 16 * Description: Adds a portfolio post type, custom widget and automatically imports Dribbble shots. 17 * Version: 1.0. 017 * Version: 1.0.1 18 18 * Author: Matthew Simo and Chris Wallace 19 19 * Author URI: https://upthemes.com … … 30 30 } 31 31 32 define( 'DPI__VERSION', '1.0. 0' );32 define( 'DPI__VERSION', '1.0.1' ); 33 33 define( 'DPI__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 34 34 define( 'DPI__PLUGIN_FILE', __FILE__ );
Note: See TracChangeset
for help on using the changeset viewer.