Plugin Directory

Changeset 916358


Ignore:
Timestamp:
05/18/2014 04:33:41 AM (12 years ago)
Author:
ishimwe
Message:

Upgrade from 1.0.1 to 1.1.0

Location:
sidebar-post/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • sidebar-post/trunk/readme.txt

    r916355 r916358  
    55Requires at least: Wordpress 3.0
    66Tested up to: Wordpress 3.9.1
    7 Stable tag: 1.0.1
     7Stable tag: 1.1.0
    88
    99This plugin allows your visitors (logged in) to submit posts to your site via a simple sidebar widget form.
     
    3535
    3636== Changelog ==
    37 1.0.1
     371.0.1 : *Introduced Full translation support
     38    *Added Widget options control
     39    *added responsiveness
     401.1.0 : *Ajax Login
     41
    3842
    3943== Upgrade Notice ==
  • sidebar-post/trunk/sidebar_post.php

    r916355 r916358  
    44Plugin URI: http://www.janvierdesigns.com
    55Description: This plugin places a posting form in the sidebar
    6 Version: 1.0.1
     6Version: 1.1.0
    77Author: Janvier M @ JanvierDesigns
    88Author URI: http://www.janvierdesigns.com
     
    3131global $shortname;
    3232$shortname = "spost_";
    33 define('SPOST_VERSION','1.0.1');
    34 define('SPOST_DATABASE_VERSION','1.0.1');
     33define('SPOST_VERSION','1.1.0');
     34define('SPOST_DATABASE_VERSION','1.1.0');
    3535define('SPOST_BUILD','05172014');
    3636define('SOFTWARE_NAME','Sidebar Post');
Note: See TracChangeset for help on using the changeset viewer.