Skip to content

Releases: ds2600/arwt

v0.3.0

07 Jan 06:05
657116c
Compare
Choose a tag to compare
  • Added Redis caching capability for database queries

If upgrading from a previous version:

apt install redis-server -y
apt install php-redis -y
systemctl reload apache2

v0.2.1

28 Dec 18:22
Compare
Choose a tag to compare

If using the ULS search, this is a breaking change.

  • Migrated database credentials to use .env instead of config.php utilizing PHPDotEnv

Users can still do a git pull to update, but will have to add their database credentials to a .env file.

v0.2.0

28 Dec 15:59
Compare
Choose a tag to compare
  • Still compatible with the old stuff, but added Composer for future updates.

v0.1.5

27 Dec 18:45
Compare
Choose a tag to compare
  • Refactored the classes and autoloader to be PSR-4 compliant to allow future integration with Composer

v0.1.4

27 Dec 14:42
Compare
Choose a tag to compare
  • Added optional GMRS call sign displayed under the ham call sign.

v0.1.3

21 Dec 12:20
Compare
Choose a tag to compare
  • Seperated stylesheets to make it easier to customize
  • Added some more examples to the main landing page

v0.1.2

20 Dec 01:36
Compare
Choose a tag to compare

Did some file cleanup and added to the markdown page template.

v0.1.1

19 Dec 21:21
Compare
Choose a tag to compare

Initial release, allows basic templating and relatively minor customization. FCC ULS Search built in if existing database is set up already.