Changeset 1956985
- Timestamp:
- 10/15/2018 05:16:07 PM (7 years ago)
- Location:
- findusat/trunk
- Files:
-
- 2 edited
-
findusat.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
findusat/trunk/findusat.php
r1956965 r1956985 5 5 Description: Location of stores where your items can be found, and easily provide directions at the click of a button 6 6 Author: kaser 7 Version: 1.2 7 Version: 1.2.1 8 8 Author URI: hypertext-studios.com 9 9 */ … … 83 83 $output .= '</ul>'; 84 84 85 return $output; 85 86 } 86 87 /* -
findusat/trunk/readme.txt
r1956965 r1956985 5 5 Requires at least: 4.9 6 6 Tested up to: 4.9 7 Stable tag: 1.2 7 Stable tag: 1.2.1 8 8 Requires PHP: 5.2.4 9 9 License: GPLv2 or later … … 50 50 == Changelog == 51 51 52 = 1.2.1 = 53 * Fixed [findusat_locations] shortcode to actually output the data, sorry about that. 54 52 55 = 1.2 = 53 56 * Code changes for handling output … … 73 76 == Upgrade Notice == 74 77 78 = 1.2.1 = 79 Fixed an error that prevents shortcode from outputting data! 80 75 81 = 1.2 = 76 82 Fixed some errors and made it better :)
Note: See TracChangeset
for help on using the changeset viewer.