Plugin Directory

Changeset 1956985


Ignore:
Timestamp:
10/15/2018 05:16:07 PM (7 years ago)
Author:
hypertextstudios
Message:

Fixed shortcode that wasn't outputting any data

Location:
findusat/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • findusat/trunk/findusat.php

    r1956965 r1956985  
    55        Description: Location of stores where your items can be found, and easily provide directions at the click of a button
    66        Author: kaser
    7         Version: 1.2
     7        Version: 1.2.1
    88        Author URI: hypertext-studios.com
    99    */
     
    8383        $output .= '</ul>';
    8484
     85        return $output;
    8586    }
    8687    /*
  • findusat/trunk/readme.txt

    r1956965 r1956985  
    55Requires at least: 4.9
    66Tested up to: 4.9
    7 Stable tag: 1.2
     7Stable tag: 1.2.1
    88Requires PHP: 5.2.4
    99License: GPLv2 or later
     
    5050== Changelog ==
    5151
     52= 1.2.1 =
     53* Fixed [findusat_locations] shortcode to actually output the data, sorry about that.
     54
    5255= 1.2 =
    5356* Code changes for handling output
     
    7376== Upgrade Notice ==
    7477
     78= 1.2.1 =
     79Fixed an error that prevents shortcode from outputting data!
     80
    7581= 1.2 =
    7682Fixed some errors and made it better :)
Note: See TracChangeset for help on using the changeset viewer.