Changeset 606703
- Timestamp:
- 10/01/2012 07:57:33 PM (13 years ago)
- Location:
- planwise/trunk
- Files:
-
- 3 edited
-
page-planwise.php (modified) (1 diff)
-
planwise.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
planwise/trunk/page-planwise.php
r531046 r606703 21 21 } 22 22 ?> 23 <div style='<?php echo $color ?>;overflow:visible;width: 1024px' >23 <div style='<?php echo $color ?>;overflow:visible;width:960px' > 24 24 <iframe height='700' width='100%' src='<?php echo $plan->iframe_url; ?>' marginwidth='0' marginheight='0' scrolling='no' frameborder='0' > 25 25 </iframe> -
planwise/trunk/planwise.php
r531964 r606703 3 3 Plugin Name: Planwise 4 4 Plugin URI: http://planwise.com 5 Version: 1.15 Version: 2.0 6 6 Author: Planwise 7 7 Author URI: http://planwise.com … … 43 43 $this->options_name = 'planwise'; 44 44 $this->options = get_option($this->options_name); 45 $this->iframe_url = "https:// planwise.com/index.htm";45 $this->iframe_url = "https://get.planwise.com"; 46 46 $this->callhome_url = "https://planwise.com/registerpartner.htm"; 47 47 -
planwise/trunk/readme.txt
r531964 r606703 4 4 5 5 Requires at least: 2.8 6 Tested up to: 3. 3.17 Stable tag: 1.16 Tested up to: 3.4.2 7 Stable tag: 2.0 8 8 9 9 Adds planwise iframe via a shortcode or via a page template … … 22 22 == Changelog == 23 23 24 = 1.1=24 = 2.0 = 25 25 26 added vincent turner as contributor 26 new url for iframe and new size of 960px wide 27 27 28 28 = 1.0 = … … 32 32 == Upgrade Notice == 33 33 34 = 1.1=34 = 2.0 = 35 35 36 added vincent turner as contributor 36 new url for iframe and new size of 960px wide 37 37 38 38 = 1.0 =
Note: See TracChangeset
for help on using the changeset viewer.