From 187fdb50b6f8d92b7dfc2b3cf6f7fb453c394b96 Mon Sep 17 00:00:00 2001 From: Jacob Fear <71330898+jacobfear@users.noreply.github.com> Date: Tue, 14 Mar 2023 23:25:27 -0400 Subject: [PATCH] Add Versioning --- api-for-apex-towncontrol.php | 2 +- readme.txt | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/api-for-apex-towncontrol.php b/api-for-apex-towncontrol.php index b9d12b4..e1ad6b3 100644 --- a/api-for-apex-towncontrol.php +++ b/api-for-apex-towncontrol.php @@ -47,7 +47,7 @@ define( 'APIFORAPEX_NAME', 'API for Apex TownControl' ); // Plugin version -define( 'APIFORAPEX_VERSION', '1.0.0' ); +define( 'APIFORAPEX_VERSION', '1.0.1' ); // Plugin Root File define( 'APIFORAPEX_PLUGIN_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index ec70043..f596e63 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Donate link: https://www.paypal.com/donate/?hosted_button_id=2BMCGHVCM5KC2 Requires at least: 6.1.1 Tested up to: 6.1.1 Requires PHP: 8.0 -Stable tag: 1.0.0 +Stable tag: 1.0.1 License: GPLv2 License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -15,6 +15,7 @@ This is a plugin for Second Life and the Apex TownControl available from Virtual == Description == The following shortcodes are available [show_town_arrests time=\'720\'] - This shows all the towns arrests in within the last 30 days by default but can be changed by changing the attribute \'time\', which is in hours. +[show_town_phonebook] - This shows the entirety of citizens registered in your town by their name, address, and the phone number. (hint: this is a solution for the NorPhone.) The following command are under development and will be available in a further update: @@ -22,7 +23,6 @@ The following command are under development and will be available in a further u [show_town_warrants] - Shows any Active Warrants.(Be Cautious of this being used IC) [show_town_laws] - Shows Citizens all of the Laws of the Selected Town. [show_town_incidents] - A Transparency Function, letting citizens see short narratives of what happened on each incident, let\'s them know where the taxpayer money is going. -[show_town_phonebook] - This shows the entirety of citizens registered in your town by their name, address, and the phone number. (hint: this is a solution for the NorPhone.) == Installation == 1. Go to `Plugins` in the Admin menu @@ -44,6 +44,8 @@ none yet! == Changelog == += 1.0.1: March 14, 2023 = +* Added Phonebook Shortcode = 1.0.0: March 10, 2023 = * Birthday of API for Apex TownControl