• v1.0.0-beta1 0c87392910

    Beta 1 Pre-Release

    danieljsummers released this 2024-06-12 02:15:53 +00:00 | 3 commits to main since this release

    This is the first beta release of Feed Reader Central.

    • INSTALLATION UPDATE There are now *.zip and *.tar.bz2 files provided for each release. These should be placed in a directory on the server, and the /public subdirectory should be set as the server's root directory. There is a /vendor directory with a few dependencies, as well as the previously-present /lib and /util directories. The Caddyfile has been removed from its position there, but the /servers directory now has sample configurations for Apache 2, nginx, and Caddy. See the installation instructions for full details.
    • The documentation is now complete.
    • IMPORTANT UPGRADE NOTE: If you used Alpha 7 or before, you will need to do the following:
      • In your user-config.php, add use FeedReaderCentral\{Feed, Security}; between the two comment blocks at the top of the file.
      • Execute php util/db-update.php run (or php-cli) to update your database. Copying it before running this update may be smart, though it has run on multiple test databases without a hiccup.
    Downloads