Skip to content

v7.2.0

Compare
Choose a tag to compare
@jreklund jreklund released this 15 Jul 12:23
· 115 commits to master since this release

Additions:

  • $ratings parameter to Title::mpaa() to get all ratings instead of just the last one. @PoLaKoSz #204
  • Format list items using - instead of returning <li> in Title::alternateVersions(). @duck7000 #228

Bug fixes:

  • Title::mpaa() due to new design. @duck7000 #231
  • Title::plot() as it returned incorrect author. @duck7000 #237
  • Title::episodes() could crash as bySeason weren't always available.