Plugin Directory

Changeset 2757936


Ignore:
Timestamp:
07/18/2022 01:11:19 PM (4 years ago)
Author:
heygov
Message:

v1.5.1 - Fixed - shortcodes can be included multiple times on same page

Location:
heygov
Files:
37 added
3 edited

Legend:

Unmodified
Added
Removed
  • heygov/trunk/heygov.php

    r2756295 r2757936  
    44Plugin URI: https://heygov.com
    55Description: Manage the HeyGov widget on your municipality WordPress website
    6 Version: 1.5.0
     6Version: 1.5.1
    77Requires at least: 5.0
    88Requires PHP: 7.0
  • heygov/trunk/includes/class/heygov-resource.php

    r2756295 r2757936  
    8888        ob_start();
    8989
    90         require_once HEYGOV_DIR . 'includes/view/show-heygov-muni-forms.php';
     90        require HEYGOV_DIR . 'includes/view/show-heygov-muni-forms.php';
    9191
    9292        $forms = ob_get_contents();
     
    124124        ob_start();
    125125
    126         require_once HEYGOV_DIR . 'includes/view/show-venue.php';
     126        require HEYGOV_DIR . 'includes/view/show-venue.php';
    127127
    128128        $html = ob_get_contents();
  • heygov/trunk/readme.txt

    r2756295 r2757936  
    55Tested up to: 6.0
    66Requires PHP: 7.0
    7 Stable tag: 1.5.0
     7Stable tag: 1.5.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3636
    3737== Changelog ==
     38
     39= 1.5.1 =
     40* Fixed - Display shortcode twice on same page
    3841
    3942= 1.5.0 =
Note: See TracChangeset for help on using the changeset viewer.