Changeset 531964
- Timestamp:
- 04/16/2012 06:40:42 PM (14 years ago)
- Location:
- planwise/trunk
- Files:
-
- 2 edited
-
planwise.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
planwise/trunk/planwise.php
r531046 r531964 3 3 Plugin Name: Planwise 4 4 Plugin URI: http://planwise.com 5 Version: 1. 05 Version: 1.1 6 6 Author: Planwise 7 7 Author URI: http://planwise.com … … 233 233 */ 234 234 235 function planwise_shortcode( ){235 function planwise_shortcode($atts, $content){ 236 236 extract(shortcode_atts(array( 237 237 'url'=>$this->iframe_url, -
planwise/trunk/readme.txt
r531046 r531964 1 1 === Planwise === 2 Contributors: andykillen 3 Tags: money, plan, future, iframe, 2 Contributors: andykillen, Vincent Turner 3 Tags: money, plan, future, iframe, shortcode 4 4 5 5 Requires at least: 2.8 6 6 Tested up to: 3.3.1 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 9 9 Adds planwise iframe via a shortcode or via a page template … … 22 22 == Changelog == 23 23 24 = 1.1 = 25 26 added vincent turner as contributor 27 24 28 = 1.0 = 25 29 … … 28 32 == Upgrade Notice == 29 33 34 = 1.1 = 35 36 added vincent turner as contributor 37 30 38 = 1.0 = 31 39 First edition
Note: See TracChangeset
for help on using the changeset viewer.