Changeset 509476
- Timestamp:
- 02/23/2012 06:19:16 PM (14 years ago)
- Location:
- brokerswebads/trunk
- Files:
-
- 2 edited
-
bwads.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
brokerswebads/trunk/bwads.php
r509229 r509476 6 6 Author: BrokersWeb 7 7 Author URI: http://www.brokersweb.com/ 8 Version: v2.2 8 Version: v2.2.1 9 9 */ 10 10 … … 22 22 23 23 add_action('admin_head', 'BWadminHeader', 1); 24 $wp_bw_ad_insert_version = 2.2 ;24 $wp_bw_ad_insert_version = 2.2.1; 25 25 26 26 function plugin_links($links, $file) … … 387 387 <option <?php selected(get_option('bwapsprodid'), "400") ?> value="400"> Home</option> 388 388 <option <?php selected(get_option('bwapsprodid'), "260") ?> value="260"> Life</option> 389 <option <?php selected(get_option('bwapsprodid'), "400") ?> value="40 3"> Mortgage Refinance</option>390 <option <?php selected(get_option('bwapsprodid'), "401") ?> value="40 5"> Mortgage Purchase</option>389 <option <?php selected(get_option('bwapsprodid'), "400") ?> value="400"> Mortgage Refinance</option> 390 <option <?php selected(get_option('bwapsprodid'), "401") ?> value="401"> Mortgage Purchase</option> 391 391 <option <?php selected(get_option('bwapsprodid'), "220") ?> value="220"> Group</option> 392 392 <option <?php selected(get_option('bwapsprodid'), "250") ?> value="250"> Student</option> -
brokerswebads/trunk/readme.txt
r509232 r509476 4 4 Requires at least: 2.8 5 5 Tested up to: 3.3.1 6 Stable tag: 2.2 6 Stable tag: 2.2.1 7 7 8 8 BrokersWeb Official Wordpress Plugin … … 56 56 == Changelog == 57 57 58 = 2.2.1 = 59 60 Fix error on the mortgage IDs 61 58 62 = 2.2 = 59 63 * We add the mortgage vertical … … 77 81 == Upgrade Notice == 78 82 79 = 2.2 = 80 * We add the mortgage vertical 81 * Two new listing layout to improve your conversion 82 * New responsive Administrator 83 = 2.2.1 = 84 * Fix error on the mortgage IDs
Note: See TracChangeset
for help on using the changeset viewer.