Plugin Directory

Changeset 2550896


Ignore:
Timestamp:
06/19/2021 06:41:37 PM (5 years ago)
Author:
wprequal
Message:

Commit 7.8.5

Location:
wprequal/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wprequal/trunk/app/classes/class.Options.php

    r2357626 r2550896  
    9595                    'sanitize_callback' => 'sanitize_text_field',
    9696                    'note'              => ( ! Core::status( 2 ) ) ? 'connect-api' : 1000,
    97                     'class'             => 'no-class',
    98                     'value'             => 'checked'
     97                    'class'             => 'no-class'
    9998                )
    10099            ),
     
    105104                    'sanitize_callback' => 'sanitize_text_field',
    106105                    'note'              => 12000,
    107                     'class'             => 'auto-update',
    108                     'value'             => 'checked'
     106                    'class'             => 'auto-update'
    109107                )
    110108            ),
     
    172170                    'sanitize_callback' => 'sanitize_text_field',
    173171                    'note'              => ( ! Core::status( 1 ) ) ? 'premium' : '',
    174                     'class'             => 'no-class',
    175                     'value'             => 'checked',
     172                    'class'             => 'no-class'
    176173                )
    177174            ),
     
    307304                    'sanitize_callback' => 'sanitize_text_field',
    308305                    'note'              => ( ! Core::status( 2 ) ) ? 'pro' : 5000,
    309                     'class'             => 'no-class',
    310                     'value'             => 'checked',
     306                    'class'             => 'no-class'
    311307                )
    312308            ),
     
    881877                    'sanitize_callback' => 'sanitize_text_field',
    882878                    'note'              => ( ! Core::status( 1 ) ) ? 'premium' : 9000,
    883                     'class'             => 'no-class',
    884                     'value'             => 'checked',
     879                    'class'             => 'no-class'
    885880                )
    886881            ),
     
    891886                    'sanitize_callback' => 'sanitize_text_field',
    892887                    'class'             => 'no-class',
    893                     'note'              => '',
    894                     'value'             => 'checked',
     888                    'note'              => ''
    895889                )
    896890            ),
     
    901895                    'sanitize_callback' => 'sanitize_text_field',
    902896                    'class'             => 'no-class',
    903                     'value'             => 'checked',
    904897                    'note'              => ( ! Core::status( 1 ) ) ? 'premium' : '',
    905898                )
     
    911904                    'sanitize_callback' => 'sanitize_text_field',
    912905                    'class'             => 'no-class',
    913                     'value'             => 'checked',
    914906                    'note'              => ( ! Core::status( 1 ) ) ? 'premium' : '',
    915907                )
     
    933925                    'sanitize_callback' => 'sanitize_text_field',
    934926                    'class'             => 'no-class',
    935                     'value'             => 'checked',
    936927                    'note'              => 8000,
    937928                )
     
    956947                    'sanitize_callback' => 'sanitize_text_field',
    957948                    'class'             => 'no-class',
    958                     'value'             => 'checked',
    959949                    'note'              => ''
    960950                )
     
    966956                    'sanitize_callback' => 'sanitize_text_field',
    967957                    'class'             => 'no-class',
    968                     'value'             => 'checked',
    969958                    'note'              => ''
    970959                )
  • wprequal/trunk/readme.txt

    r2490082 r2550896  
    33Tags: mortgage, lead capture, lead generation, contact form, lead manager, crm integration, crm, forms. form builder, amortize, mortgage calculator, amortization calculator, quiz, survey, real estate, realtor
    44Requires at least: 4.0
    5 Tested up to: 5.6.2
     5Tested up to: 5.7.2
    66Requires PHP: 5.6
    77Stable tag: /trunk
     
    159159== Change Log ==
    160160
     161= 7.8.5 =
     162* Bug Fix - Checkbox checked settings issue
     163
    161164= 7.8.4 =
    162165* Bug Fix - Add required permission_callback to REST API register route
  • wprequal/trunk/wprequal.php

    r2490082 r2550896  
    44Plugin URI:  https://wprequal.com
    55Description: Mortgage and Real Estate Lead Capture System
    6 Version:     7.8.4
     6Version:     7.8.5
    77Author:      WPrequal
    88Author URI:  https://wprequal.com
     
    4444
    4545$constants = array(
    46     'WPREQUAL_VERSION'            => '7.8.4',
     46    'WPREQUAL_VERSION'            => '7.8.5',
    4747    'WPREQOAL_PLUGIN'             => plugin_basename( __FILE__ ),
    4848    'WPREQUAL_OPTIONS'            => 'wprequal_options',
Note: See TracChangeset for help on using the changeset viewer.