Skip to content

Commit

Permalink
Add Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Fear committed Mar 15, 2023
1 parent 529fcc6 commit 187fdb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api-for-apex-towncontrol.php
Original file line number Diff line number Diff line change
Expand Up @@ -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__ );
Expand Down
6 changes: 4 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -15,14 +15,14 @@ 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:

[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
Expand All @@ -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

Expand Down

0 comments on commit 187fdb5

Please sign in to comment.