Browse code

3.5.6 efiction version

Jimako authored on 2024/03/09 16:09:42
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,18 @@
1
+<?php
2
+/*
3
+This file will be called by admin/modules.php and update.php to determine if 
4
+the module version in the database is the current version of the module.  
5
+The version number in this file will be the current version.
6
+*/
7
+
8
+if(!defined("_CHARSET")) exit( );
9
+
10
+$moduleVersion = "1.4";
11
+$moduleName = "Beta-Reader List";
12
+
13
+$moduleDescription = "This tiny module adds a beta-reader option to the members page. Requires 3.1.";
14
+$moduleAuthor = "Tammy Keefer";
15
+$moduleAuthorEmail = "efiction@hugosnebula.com";
16
+$moduleWebsite = "http://efiction.hugosnebula.com";
17
+
18
+?>
0 19
\ No newline at end of file