Changeset 2550896
- Timestamp:
- 06/19/2021 06:41:37 PM (5 years ago)
- Location:
- wprequal/trunk
- Files:
-
- 3 edited
-
app/classes/class.Options.php (modified) (11 diffs)
-
readme.txt (modified) (2 diffs)
-
wprequal.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wprequal/trunk/app/classes/class.Options.php
r2357626 r2550896 95 95 'sanitize_callback' => 'sanitize_text_field', 96 96 'note' => ( ! Core::status( 2 ) ) ? 'connect-api' : 1000, 97 'class' => 'no-class', 98 'value' => 'checked' 97 'class' => 'no-class' 99 98 ) 100 99 ), … … 105 104 'sanitize_callback' => 'sanitize_text_field', 106 105 'note' => 12000, 107 'class' => 'auto-update', 108 'value' => 'checked' 106 'class' => 'auto-update' 109 107 ) 110 108 ), … … 172 170 'sanitize_callback' => 'sanitize_text_field', 173 171 'note' => ( ! Core::status( 1 ) ) ? 'premium' : '', 174 'class' => 'no-class', 175 'value' => 'checked', 172 'class' => 'no-class' 176 173 ) 177 174 ), … … 307 304 'sanitize_callback' => 'sanitize_text_field', 308 305 'note' => ( ! Core::status( 2 ) ) ? 'pro' : 5000, 309 'class' => 'no-class', 310 'value' => 'checked', 306 'class' => 'no-class' 311 307 ) 312 308 ), … … 881 877 'sanitize_callback' => 'sanitize_text_field', 882 878 'note' => ( ! Core::status( 1 ) ) ? 'premium' : 9000, 883 'class' => 'no-class', 884 'value' => 'checked', 879 'class' => 'no-class' 885 880 ) 886 881 ), … … 891 886 'sanitize_callback' => 'sanitize_text_field', 892 887 'class' => 'no-class', 893 'note' => '', 894 'value' => 'checked', 888 'note' => '' 895 889 ) 896 890 ), … … 901 895 'sanitize_callback' => 'sanitize_text_field', 902 896 'class' => 'no-class', 903 'value' => 'checked',904 897 'note' => ( ! Core::status( 1 ) ) ? 'premium' : '', 905 898 ) … … 911 904 'sanitize_callback' => 'sanitize_text_field', 912 905 'class' => 'no-class', 913 'value' => 'checked',914 906 'note' => ( ! Core::status( 1 ) ) ? 'premium' : '', 915 907 ) … … 933 925 'sanitize_callback' => 'sanitize_text_field', 934 926 'class' => 'no-class', 935 'value' => 'checked',936 927 'note' => 8000, 937 928 ) … … 956 947 'sanitize_callback' => 'sanitize_text_field', 957 948 'class' => 'no-class', 958 'value' => 'checked',959 949 'note' => '' 960 950 ) … … 966 956 'sanitize_callback' => 'sanitize_text_field', 967 957 'class' => 'no-class', 968 'value' => 'checked',969 958 'note' => '' 970 959 ) -
wprequal/trunk/readme.txt
r2490082 r2550896 3 3 Tags: 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 4 4 Requires at least: 4.0 5 Tested up to: 5. 6.25 Tested up to: 5.7.2 6 6 Requires PHP: 5.6 7 7 Stable tag: /trunk … … 159 159 == Change Log == 160 160 161 = 7.8.5 = 162 * Bug Fix - Checkbox checked settings issue 163 161 164 = 7.8.4 = 162 165 * Bug Fix - Add required permission_callback to REST API register route -
wprequal/trunk/wprequal.php
r2490082 r2550896 4 4 Plugin URI: https://wprequal.com 5 5 Description: Mortgage and Real Estate Lead Capture System 6 Version: 7.8. 46 Version: 7.8.5 7 7 Author: WPrequal 8 8 Author URI: https://wprequal.com … … 44 44 45 45 $constants = array( 46 'WPREQUAL_VERSION' => '7.8. 4',46 'WPREQUAL_VERSION' => '7.8.5', 47 47 'WPREQOAL_PLUGIN' => plugin_basename( __FILE__ ), 48 48 'WPREQUAL_OPTIONS' => 'wprequal_options',
Note: See TracChangeset
for help on using the changeset viewer.