release prep

This commit is contained in:
Joey Kimsey
2024-08-12 22:56:27 -04:00
parent 9d6a79d80b
commit 8e1dad5049
6 changed files with 13 additions and 11 deletions

View File

@ -41,7 +41,7 @@ New classes must be prefaced with a doc-block following this style:
* *
* This is the admin controller. * This is the admin controller.
* *
* @version 3.0 * @version 1.1
* @author Joey Kimsey <Joey@thetempusproject.com> * @author Joey Kimsey <Joey@thetempusproject.com>
* @link https://TheTempusProject.com/Hermes * @link https://TheTempusProject.com/Hermes
* @license https://opensource.org/licenses/MIT [MIT LICENSE] * @license https://opensource.org/licenses/MIT [MIT LICENSE]

View File

@ -1,2 +1,4 @@
# Hermes # Hermes
Hermes is a small package to handle routing and autoloading designed in conjunction with [The Tempus Project](https://thetempusproject.com).
Hermes is a small package to handle routing and autoloading designed in conjunction with
[The Tempus Project](https://thetempusproject.com).

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* autoload.php * bin/autoload.php
* *
* Uses the Hermes autoloader if it has been defined. * Uses the Hermes autoloader if it has been defined.
* *
* @version 3.0 * @version 1.1
* @author Joey Kimsey <Joey@thetempusproject.com> * @author Joey Kimsey <Joey@thetempusproject.com>
* @link https://TheTempusProject.com/TempusDebugger * @link https://TheTempusProject.com/Hermes
* @license https://opensource.org/licenses/MIT [MIT LICENSE] * @license https://opensource.org/licenses/MIT [MIT LICENSE]
*/ */
namespace TheTempusProject\Hermes; namespace TheTempusProject\Hermes;

View File

@ -4,9 +4,9 @@
* *
* This should provide a simple way to add autoloading. * This should provide a simple way to add autoloading.
* *
* @version 3.0 * @version 1.1
* @author Joey Kimsey <Joey@thetempusproject.com> * @author Joey Kimsey <Joey@thetempusproject.com>
* @link https://TheTempusProject.com/Core * @link https://TheTempusProject.com/Hermes
* @license https://opensource.org/licenses/MIT [MIT LICENSE] * @license https://opensource.org/licenses/MIT [MIT LICENSE]
*/ */
namespace TheTempusProject\Hermes\Classes; namespace TheTempusProject\Hermes\Classes;

View File

@ -4,9 +4,9 @@
* *
* This class is used for header modification and page redirection. * This class is used for header modification and page redirection.
* *
* @version 3.0 * @version 1.1
* @author Joey Kimsey <Joey@thetempusproject.com> * @author Joey Kimsey <Joey@thetempusproject.com>
* @link https://TheTempusProject.com/Core * @link https://TheTempusProject.com/Hermes
* @license https://opensource.org/licenses/MIT [MIT LICENSE] * @license https://opensource.org/licenses/MIT [MIT LICENSE]
*/ */
namespace TheTempusProject\Hermes\Functions; namespace TheTempusProject\Hermes\Functions;

View File

@ -4,9 +4,9 @@
* *
* This class is used to return file and directory locations. * This class is used to return file and directory locations.
* *
* @version 3.0 * @version 1.1
* @author Joey Kimsey <Joey@thetempusproject.com> * @author Joey Kimsey <Joey@thetempusproject.com>
* @link https://TheTempusProject.com/Core * @link https://TheTempusProject.com/Hermes
* @license https://opensource.org/licenses/MIT [MIT LICENSE] * @license https://opensource.org/licenses/MIT [MIT LICENSE]
*/ */