Plugin Directory

Changeset 1844740


Ignore:
Timestamp:
03/22/2018 07:09:25 AM (8 years ago)
Author:
saturnplugins
Message:

Updated v1.0.2

File:
1 edited

Legend:

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

    r1671821 r1844740  
    55Description: A lightweight and responsive image map WordPress plugin
    66Author: SaturnPlugins
    7 Version: 1.0.1
     7Version: 1.0.2
    88Author URI: http://saturnplugins.com/
    99*/
     
    1313        define( 'SIP_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
    1414        define( 'SIP_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) );
    15         define( 'SIP_VERSION', '1.0.1' );
     15        define( 'SIP_VERSION', '1.0.2' );
    1616
    1717        if ( is_admin() ) {
Note: See TracChangeset for help on using the changeset viewer.