Changeset 1844740
- Timestamp:
- 03/22/2018 07:09:25 AM (8 years ago)
- File:
-
- 1 edited
-
image-point/trunk/image-point.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
image-point/trunk/image-point.php
r1671821 r1844740 5 5 Description: A lightweight and responsive image map WordPress plugin 6 6 Author: SaturnPlugins 7 Version: 1.0. 17 Version: 1.0.2 8 8 Author URI: http://saturnplugins.com/ 9 9 */ … … 13 13 define( 'SIP_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); 14 14 define( 'SIP_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) ); 15 define( 'SIP_VERSION', '1.0. 1' );15 define( 'SIP_VERSION', '1.0.2' ); 16 16 17 17 if ( is_admin() ) {
Note: See TracChangeset
for help on using the changeset viewer.