Plugin Directory

Changeset 1581325


Ignore:
Timestamp:
01/24/2017 05:16:40 PM (9 years ago)
Author:
stianpr
Message:

Change version to use semver

Location:
mailmojo-widget
Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • mailmojo-widget/tags/1.0.0/mailmojo.php

    r1581324 r1581325  
    66Author: Eliksir AS
    77Author URI: http://e5r.no
    8 Version: 1.0
     8Version: 1.0.0
    99*/
    1010
     
    3636                is_plugin_active(plugin_basename(__FILE__))) {
    3737            deactivate_plugins(plugin_basename(__FILE__));
    38            
     38
    3939            // Hide the default "Plugin activated" notice
    4040            if (isset($_GET['activate'])) {
  • mailmojo-widget/tags/1.0.0/readme.txt

    r1581324 r1581325  
    44Requires at least: 4.0
    55Tested up to: 4.7.1
    6 Stable tag: 1.0
     6Stable tag: 1.0.0
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • mailmojo-widget/trunk/mailmojo.php

    r1581322 r1581325  
    66Author: Eliksir AS
    77Author URI: http://e5r.no
    8 Version: 1.0
     8Version: 1.0.0
    99*/
    1010
     
    3636                is_plugin_active(plugin_basename(__FILE__))) {
    3737            deactivate_plugins(plugin_basename(__FILE__));
    38            
     38
    3939            // Hide the default "Plugin activated" notice
    4040            if (isset($_GET['activate'])) {
  • mailmojo-widget/trunk/readme.txt

    r1581322 r1581325  
    44Requires at least: 4.0
    55Tested up to: 4.7.1
    6 Stable tag: 1.0
     6Stable tag: 1.0.0
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.