Plugin Directory

Changeset 811281


Ignore:
Timestamp:
11/27/2013 10:30:14 AM (12 years ago)
Author:
ashdurham
Message:

missing version numbers

Location:
smtp-king-pro
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • smtp-king-pro/tags/1.0.1/readme.txt

    r811270 r811281  
    55Requires at least: 3.0.1
    66Tested up to: 3.7.1
    7 Stable tag: 1.0
     7Stable tag: 1.0.1
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • smtp-king-pro/tags/1.0.1/smtp-king-pro.php

    r811270 r811281  
    44    Plugin URI: http://kingpro.me/plugins/smtp-king-pro/
    55    Description: Overrides the standard wp_mail function and used SwiftMail via an SMTP connection to send you site mail
    6     Version: 1.0
     6    Version: 1.0.1
    77    Author: Ash Durham
    88    Author URI: http://durham.net.au/
     
    2828
    2929    global $smtpkp_db_version;
    30     $smtpkp_db_version = "1.0";
     30    $smtpkp_db_version = "1.0.1";
    3131
    3232    function smtpkp_install() {
  • smtp-king-pro/trunk/readme.txt

    r811270 r811281  
    55Requires at least: 3.0.1
    66Tested up to: 3.7.1
    7 Stable tag: 1.0
     7Stable tag: 1.0.1
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • smtp-king-pro/trunk/smtp-king-pro.php

    r798360 r811281  
    44    Plugin URI: http://kingpro.me/plugins/smtp-king-pro/
    55    Description: Overrides the standard wp_mail function and used SwiftMail via an SMTP connection to send you site mail
    6     Version: 1.0
     6    Version: 1.0.1
    77    Author: Ash Durham
    88    Author URI: http://durham.net.au/
     
    2828
    2929    global $smtpkp_db_version;
    30     $smtpkp_db_version = "1.0";
     30    $smtpkp_db_version = "1.0.1";
    3131
    3232    function smtpkp_install() {
Note: See TracChangeset for help on using the changeset viewer.