Changeset 916358
- Timestamp:
- 05/18/2014 04:33:41 AM (12 years ago)
- Location:
- sidebar-post/trunk
- Files:
-
- 4 edited
-
readme.txt (modified) (2 diffs)
-
screenshot-1.jpg (modified) (previous)
-
screenshot-2.jpg (modified) (previous)
-
sidebar_post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sidebar-post/trunk/readme.txt
r916355 r916358 5 5 Requires at least: Wordpress 3.0 6 6 Tested up to: Wordpress 3.9.1 7 Stable tag: 1. 0.17 Stable tag: 1.1.0 8 8 9 9 This plugin allows your visitors (logged in) to submit posts to your site via a simple sidebar widget form. … … 35 35 36 36 == Changelog == 37 1.0.1 37 1.0.1 : *Introduced Full translation support 38 *Added Widget options control 39 *added responsiveness 40 1.1.0 : *Ajax Login 41 38 42 39 43 == Upgrade Notice == -
sidebar-post/trunk/sidebar_post.php
r916355 r916358 4 4 Plugin URI: http://www.janvierdesigns.com 5 5 Description: This plugin places a posting form in the sidebar 6 Version: 1. 0.16 Version: 1.1.0 7 7 Author: Janvier M @ JanvierDesigns 8 8 Author URI: http://www.janvierdesigns.com … … 31 31 global $shortname; 32 32 $shortname = "spost_"; 33 define('SPOST_VERSION','1. 0.1');34 define('SPOST_DATABASE_VERSION','1. 0.1');33 define('SPOST_VERSION','1.1.0'); 34 define('SPOST_DATABASE_VERSION','1.1.0'); 35 35 define('SPOST_BUILD','05172014'); 36 36 define('SOFTWARE_NAME','Sidebar Post');
Note: See TracChangeset
for help on using the changeset viewer.