2 Commits

Author SHA1 Message Date
0c87392910 Documents and Documentation (beta 1) (#23)
- Change to SQLite document store
- Complete documentation on usage of Feed Reader Central
- Update INSTALLING.md for new installation procedures

Reviewed-on: #23
2024-06-12 02:07:35 +00:00
819979f2b2 Bump version 2024-06-07 20:21:20 -04:00

View File

@@ -1,10 +1,9 @@
<?php declare(strict_types=1);
/** The current Feed Reader Central version */
use BitBadger\PDODocument\{AutoId, Configuration};
use FeedReaderCentral\Data;
/** The current Feed Reader Central version */
const FRC_VERSION = '1.0.0-beta1';
/**