Plugin Directory

Changeset 2745131


Ignore:
Timestamp:
06/20/2022 09:09:20 AM (4 years ago)
Author:
heygov
Message:

1.3.1 HeyReserve in widget

Location:
heygov
Files:
26 added
3 edited

Legend:

Unmodified
Added
Removed
  • heygov/trunk/heygov.php

    r2696002 r2745131  
    44Plugin URI: https://heygov.com
    55Description: Manage the HeyGov widget on your municipality WordPress website
    6 Version: 1.3.0
     6Version: 1.3.1
    77Requires at least: 5.0
    88Requires PHP: 7.0
  • heygov/trunk/includes/view/show-heygov-settings.php

    r2696004 r2745131  
    8787                        <legend class="screen-reader-text"><span>HeyGov apps to enable </span></legend>
    8888                        <p>
    89                             <label><input name="heygov[features][]" type="checkbox" value="issues" <?php checked(in_array('issues', $heygov_features)) ?>> HeyGov 311</label><br>
     89                            <label><input name="heygov[features][]" type="checkbox" value="payments" <?php checked(in_array('payments', $heygov_features)) ?>> HeyGov QuickPay</label><br>
    9090                            <label><input name="heygov[features][]" type="checkbox" value="forms" <?php checked(in_array('forms', $heygov_features)) ?>> HeyLicense</label><br>
    91                             <label><input name="heygov[features][]" type="checkbox" value="payments" <?php checked(in_array('payments', $heygov_features)) ?>> HeyGov QuickPay</label>
     91                            <label><input name="heygov[features][]" type="checkbox" value="venues" <?php checked(in_array('venues', $heygov_features)) ?>> HeyReserve</label><br>
     92                            <label><input name="heygov[features][]" type="checkbox" value="issues" <?php checked(in_array('issues', $heygov_features)) ?>> HeyGov 311</label>
    9293                        </p>
    9394                        <p class="description">
  • heygov/trunk/readme.txt

    r2696002 r2745131  
    55Tested up to: 5.9
    66Requires PHP: 7.0
    7 Stable tag: 1.3.0
     7Stable tag: 1.3.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3636== Changelog ==
    3737
     38= 1.3.1 =
     39* Added - Option to enable HeyReserve feature in widget
     40
    3841= 1.3.0 =
    3942* Added - Option to enable HeyGov QuickPay
Note: See TracChangeset for help on using the changeset viewer.