Skip to content

Releases: linc/nitro-porter

Nitro Porter 3.6

29 Dec 15:37
64a233e
Compare
Choose a tag to compare

Features

Bug Fixes

  • Missing call to Vanilla Users method (560aad)

Nitro Porter 3.5.2

27 Dec 20:36
0e9c806
Compare
Choose a tag to compare

Bug Fixes

  • Fix Flarum target column name error (a6b36c)

Nitro Porter 3.5.1

27 Dec 20:01
d29d16f
Compare
Choose a tag to compare

Bug Fixes

  • Add config error for invalid alias (9c426d)
  • Clarify config run command help (3c0553)
  • Vanilla avatar filename processing (db400c)

Nitro Porter 3.5.0

27 Dec 15:18
a25c27c
Compare
Choose a tag to compare

Features

  • Add config validation (c20d9e)

Nitro Porter 3.4.2

26 Dec 19:49
4a38acd
Compare
Choose a tag to compare

Bug Fixes

  • More prominently inform PORT_ tables may be deleted (f2fdc7)
  • Rename dedault target connection to 'target' (d2df79)
  • Rename Vanilla2 source to Vanilla (6afe61)
  • Use the source's default database prefix (aac125)

Note: Same day release as 3.4.1 and 3.4.

Nitro Porter 3.4.1

26 Dec 18:17
9481541
Compare
Choose a tag to compare

Bug Fixes

  • Update autoload path to work in more scenarios (49f22e)

Note: Same-day release as 3.4

Nitro Porter 3.4

26 Dec 15:03
07700b0
Compare
Choose a tag to compare

Features

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

23 Apr 15:24
Compare
Choose a tag to compare

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

10 Dec 23:36
Compare
Choose a tag to compare
  • 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

Full Changelog: v3.1.2...v3.2.0

Nitro Porter 3.1.2

23 Oct 17:27
Compare
Choose a tag to compare

Fix 'Wysiwyg' and 'Html' formatting from Vanilla to Flarum.