Changeset 1671821
- Timestamp:
- 06/06/2017 01:53:17 PM (9 years ago)
- Location:
- image-point
- Files:
-
- 3 added
- 2 edited
-
assets/banner-1544x500.png (added)
-
assets/banner-772x250.png (added)
-
assets/screenshot-1.gif (added)
-
trunk/image-point.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
image-point/trunk/image-point.php
r1671388 r1671821 1 1 <?php 2 /**3 * @package Image Point4 * @version 1.05 */6 2 /* 7 3 Plugin Name: Image Point 8 4 Plugin URI: http://saturnplugins.com 9 Description: WordPress plugin creates image map10 Author: saturnplugins11 Version: 1.0. 05 Description: A lightweight and responsive image map WordPress plugin 6 Author: SaturnPlugins 7 Version: 1.0.1 12 8 Author URI: http://saturnplugins.com/ 13 9 */ … … 17 13 define( 'SIP_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); 18 14 define( 'SIP_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) ); 19 define( 'SIP_VERSION', '1.0. 0' );15 define( 'SIP_VERSION', '1.0.1' ); 20 16 21 17 if ( is_admin() ) { -
image-point/trunk/readme.txt
r1671394 r1671821 4 4 Tags: image map, image point, pin image, image pin 5 5 Requires at least: 4.0 6 Tested up to: 4. 6.17 Stable tag: 1.0. 06 Tested up to: 4.7.5 7 Stable tag: 1.0.1 8 8 License: GPLv2 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 WordPress plugin creates image map 11 A lightweight and responsive image map WordPress plugin 12 12 13 13 == Description == … … 21 21 * Fully Responsive 22 22 * Support WooCommerce product 23 24 Let's take a look at [video tutorial](https://www.youtube.com/watch?v=W0NRu94Ap5c) for more details. 25 [youtube https://www.youtube.com/watch?v=W0NRu94Ap5c] 23 26 24 27 == Installation == … … 41 44 == Screenshots == 42 45 46 1. Demo of Image Point 47 43 48 == Changelog == 44 49
Note: See TracChangeset
for help on using the changeset viewer.