Skip to content

POP Forums v14.1.0

Compare
Choose a tag to compare
@jeffputz jeffputz released this 10 Dec 05:18
· 1 commit to v14.1.0 since this release

This is a minor update that reorganizes the project a bit (see "Start Here" in the wiki for information about integrating via packages), and updates everything to v2.2 of .Net Core.

What's new?

  • Update to .Net Core v2.2.
  • General package updates.
  • Move all MVC views to a project that can be published as a Razor class library package.
  • Remove ability to resize images in TinyMCE editor, since attributes are ignored anyway.
  • Bug: for pager links in faves and subs (#90 and #91).

Known issues

  • The unit test code coverage is very incomplete at the web app level, because it will likely be gutted in the next version. Porting these tests was going to be laborious. Unit test coverage for the core project is fairly robust.