Plugin Directory

Changeset 1808590


Ignore:
Timestamp:
01/24/2018 01:36:32 PM (8 years ago)
Author:
akshitsethi
Message:

Licensing system for the plugin.

Location:
maintenance-mode-coming-soon/trunk
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • maintenance-mode-coming-soon/trunk/maintenance-mode-coming-soon.php

    r1808573 r1808590  
    1111 * Plugin URI:          http://www.akshitsethi.com/wordpress-plugin/maintenance-mode.php
    1212 * Description:         The Maintenance Mode & Coming Soon plugin allows you to quickly and easily set up a Maintenance Page or Coming Soon / Launch Page for your website.
    13  * Version:             1.1.0
     13 * Version:             1.2.0
    1414 * Author:              akshitsethi
    1515 * Author URI:          http://www.akshitsethi.com
     
    5252define( 'AS_MMCS_URL', plugins_url( '', __FILE__ ) );
    5353define( 'AS_MMCS_PATH', plugin_dir_path( __FILE__ ) );
    54 define( 'AS_MMCS_VERSION', '1.1.0' );
     54define( 'AS_MMCS_VERSION', '1.2.0' );
    5555
    5656
Note: See TracChangeset for help on using the changeset viewer.