Plugin Directory

Changeset 1671821


Ignore:
Timestamp:
06/06/2017 01:53:17 PM (9 years ago)
Author:
saturnplugins
Message:

Updated description

Location:
image-point
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • image-point/trunk/image-point.php

    r1671388 r1671821  
    11<?php
    2 /**
    3  * @package Image Point
    4  * @version 1.0
    5  */
    62/*
    73Plugin Name: Image Point
    84Plugin URI: http://saturnplugins.com
    9 Description: WordPress plugin creates image map
    10 Author: saturnplugins
    11 Version: 1.0.0
     5Description: A lightweight and responsive image map WordPress plugin
     6Author: SaturnPlugins
     7Version: 1.0.1
    128Author URI: http://saturnplugins.com/
    139*/
     
    1713        define( 'SIP_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
    1814        define( 'SIP_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) );
    19         define( 'SIP_VERSION', '1.0.0' );
     15        define( 'SIP_VERSION', '1.0.1' );
    2016
    2117        if ( is_admin() ) {
  • image-point/trunk/readme.txt

    r1671394 r1671821  
    44Tags: image map, image point, pin image, image pin
    55Requires at least: 4.0
    6 Tested up to: 4.6.1
    7 Stable tag: 1.0.0
     6Tested up to: 4.7.5
     7Stable tag: 1.0.1
    88License: GPLv2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 WordPress plugin creates image map
     11A lightweight and responsive image map WordPress plugin
    1212
    1313== Description ==
     
    2121* Fully Responsive
    2222* Support WooCommerce product
     23
     24Let'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]
    2326
    2427== Installation ==
     
    4144== Screenshots ==
    4245
     461. Demo of Image Point
     47
    4348== Changelog ==
    4449
Note: See TracChangeset for help on using the changeset viewer.