Releases: linc/nitro-porter
Releases · linc/nitro-porter
Nitro Porter 3.6
Nitro Porter 3.5.2
Bug Fixes
- Fix Flarum target column name error (a6b36c)
Nitro Porter 3.5.1
Nitro Porter 3.5.0
Features
- Add config validation (c20d9e)
Nitro Porter 3.4.2
Nitro Porter 3.4.1
Nitro Porter 3.4
Features
- Improved README (56cf16)
Bug Fixes
- Add alt text to README logos (da6c31)
- Add context and errors to 'show' command (e44a97)
- Add missing waterhole as target (5e27b9)
- Clarify no-permission message (fadd2a)
- Do not force @covers annotation (221fc3)
- Filter location for phpBB (11d7eb)
- Flarum role names cannot be null (ac3ec6)
- Flarum users.is_email_confirmed cannot be null (267ea5)
- Force Flarum tag names to not be null. (db5d54)
- Prevent deletion of mapped row data (8f3479)
- Remove incorrect tag_id in Flarum discussion table definition (bb55c6)
- Remove utf8_encode usage and improve encoding logic (1e28c8)
- Remove web index (7b41e0)
- Usage examples for show command (0b92e0)
- Vanilla html/wysiwyg format conversion to Flarum (d34292)
All of these changes shipped to main
by March 2024 but I neglected to do a release at that time.
Nitro Porter 3.3
Features
- Add support for IPB4. (28f69b)
- Allow run without config.php and give notice. (70e268)
- Condense global src/target logging format. (b9b053)
- Make 'no permission' warning global. (0d5f56)
- Add a bunch of logging to core. (a4003d)
- Add clarity and data checks to Flarum target. (86e05e)
Bug Fixes
- Fix limit for Xenforo PM subject lines. (ab9b03)
- Enforce primary key on Flarum discussions.id (fixes post numbering performance). (bf20d1)
- Fix Flarum Postscript for migrations without discussion read records. (f37b0f)
- Fix ASP comment body transfer. (9fda19) and cleanup formatting. (0953ac)
- Modify Flarum target to always output role tables. (73c717)
- Gate MySQL-only optimizations. (6a037a)
- Improve old db exists() function to do what you think it does. (198ae7)
- Reach PHPStan level 5 by fixing param typing. (b81182)
Full Changelog: v3.2.0...v3.3.0
Nitro Porter 3.2
- Improve CLI output with progress logs and valid parameter values. (42e942)
- Fix CLI request handling. (0193ea)
- Fix case-sensitive detection of PDO class.
New Contributors
- @Gillingham made their first contribution in #16
Full Changelog: v3.1.2...v3.2.0
Nitro Porter 3.1.2
Fix 'Wysiwyg' and 'Html' formatting from Vanilla to Flarum.