|
...
|
...
|
@@ -37,12 +37,17 @@ Has to be done manually for now. Easiest if you have either unofficial versions
|
|
37
|
37
|
- Original eFiction 3 skins restored
|
|
38
|
38
|
- Future 3.5.9 SMTP database table creation oversight fixes (also install.php consistency change)
|
|
39
|
39
|
- SQL database engine change from MyISAM to InnoDB
|
|
40
|
|
-- SQL database charset changes from latin1 to utf8mb4
|
|
|
40
|
+- SQL database charset changes from latin1 to utf8mb4 (certain fields are utf8mb4 'ci' for sorting purposes, however)
|
|
41
|
41
|
- Password hashes are now bcrypt with a cost of 12 instead of MD5 (though old MD5 hashed passwords still work until changed by user)
|
|
42
|
42
|
- install/install.php: SMTP settings table column creation oversight fix and consistency changes
|
|
43
|
43
|
- series.php: category settings causing Fatal Error bug fix for PHP 8.x users
|
|
|
44
|
+- stories.php: add story with null category using 'Only one' setting causing Fatal Error bug fix for PHP 8.x users
|
|
|
45
|
+- categories.php: deleting only category causing Fatal Error bug fix for PHP 8.x users
|
|
44
|
46
|
- header.php: leftover array typo oversight fix with age consent feature
|
|
45
|
47
|
- admin/settings.php: SMTP updates/fixes and test code implementation and oversights breaking Ratings and $storiespath fixes
|
|
|
48
|
+- Bridges return! Their removal got rid of the example work, which needs to be updated as well
|
|
|
49
|
+- Layout fixes and consistency changes for various sections of the script: admin settings, new/edit story pages, new/edit series pages (installer layout needs work, however)
|
|
|
50
|
+- TinyMCE 3.4.8 added (this was from my own archives); now you have a choice of TinyMCE versions 2.0.1, 3.4.8, and 4.5.3
|
|
46
|
51
|
|
|
47
|
52
|
<br>
|
|
48
|
53
|
|