Plugin Directory

Changeset 509476


Ignore:
Timestamp:
02/23/2012 06:19:16 PM (14 years ago)
Author:
crispunk
Message:

fix error on the mortgage IDs

Location:
brokerswebads/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • brokerswebads/trunk/bwads.php

    r509229 r509476  
    66Author: BrokersWeb
    77Author URI: http://www.brokersweb.com/
    8 Version: v2.2
     8Version: v2.2.1
    99*/
    1010
     
    2222
    2323add_action('admin_head', 'BWadminHeader', 1);
    24 $wp_bw_ad_insert_version = 2.2;
     24$wp_bw_ad_insert_version = 2.2.1;
    2525
    2626function plugin_links($links, $file)
     
    387387     <option <?php selected(get_option('bwapsprodid'), "400") ?> value="400"> Home</option>
    388388     <option <?php selected(get_option('bwapsprodid'), "260") ?> value="260"> Life</option>
    389      <option <?php selected(get_option('bwapsprodid'), "400") ?> value="403"> Mortgage Refinance</option>
    390      <option <?php selected(get_option('bwapsprodid'), "401") ?> value="405"> 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>
    391391     <option <?php selected(get_option('bwapsprodid'), "220") ?> value="220"> Group</option>
    392392     <option <?php selected(get_option('bwapsprodid'), "250") ?> value="250"> Student</option>
  • brokerswebads/trunk/readme.txt

    r509232 r509476  
    44Requires at least: 2.8
    55Tested up to: 3.3.1
    6 Stable tag: 2.2
     6Stable tag: 2.2.1
    77
    88BrokersWeb Official Wordpress Plugin
     
    5656== Changelog ==
    5757
     58= 2.2.1 =
     59
     60Fix error on the mortgage IDs
     61
    5862= 2.2 =
    5963* We add the mortgage vertical
     
    7781== Upgrade Notice ==
    7882
    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.