Plugin Directory

Changeset 2314120


Ignore:
Timestamp:
05/29/2020 04:29:35 AM (6 years ago)
Author:
wprequal
Message:

Commit v7.6.16

Location:
wprequal/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wprequal/trunk/readme.txt

    r2314102 r2314120  
    159159== Change Log ==
    160160
     161= 7.6.16 =
     162* Bug Fix - Style select not printing
     163
    161164= 7.6.15 =
    162165* Improvement - Add survey form styles
  • wprequal/trunk/views/survey/admin/styles.php

    r2314102 r2314120  
    5252
    5353                        <option value="<?php esc_attr_e( $key ); ?>" <?php esc_attr_e( $selected ); ?>>
    54                             <?php esc_html( $value ); ?>
     54                            <?php esc_html_e( $value ); ?>
    5555                        </option>
    5656
  • wprequal/trunk/wprequal.php

    r2314102 r2314120  
    44Plugin URI:  https://wprequal.com
    55Description: Mortgage and Real Estate Lead Capture System
    6 Version:     7.6.15
     6Version:     7.6.16
    77Author:      WPrequal
    88Author URI:  https://wprequal.com
     
    3030// Defines
    3131$defines = array(
    32     'WPREQUAL_VERSION'            => '7.6.15',
     32    'WPREQUAL_VERSION'            => '7.6.16',
    3333    'WPREQUAL_OPTIONS'            => 'wprequal_options',
    3434    'WPREQUAL_ACCESS_TOKEN_KEY'   => 'wprequal_access_token',
Note: See TracChangeset for help on using the changeset viewer.