User:Soulweaver/SigServer Changelog Next: Difference between revisions

From AniDB
Jump to navigation Jump to search
m (It doesn't actually enforce it to be an integer.)
 
Line 6: Line 6:
* [Fix] The <code>max</code>, <code>min</code> and <code>mod</code> functions are now more strict about the operands provided to them.
* [Fix] The <code>max</code>, <code>min</code> and <code>mod</code> functions are now more strict about the operands provided to them.
** <code>max</code> and <code>min</code> ignore all non-numeric values given to them and return an error if no numbers were left.
** <code>max</code> and <code>min</code> ignore all non-numeric values given to them and return an error if no numbers were left.
** <code>mod</code> only allows numeric values and a positive integer as the divisor.
** <code>mod</code> only allows numeric values and a positive number as the divisor.
* [Removal] The warning message that alerts about a signature being too large for the AnimeReactor forums is now gone, since the forum itself is gone.
* [Removal] The warning message that alerts about a signature being too large for the AnimeReactor forums is now gone, since the forum itself is gone.
* [Misc] PHP 7 support
* [Misc] PHP 7 support
</div>
</div>

Latest revision as of 18:45, 7 March 2018

WIP list for changelog page to be added at next release. More items may be added.

Version 1.x.y (yyyy-mm-dd)

  • [Fix] The uppercase function now works correctly with the "first" option instead of always returning the string "First".
  • [Fix] The max, min and mod functions are now more strict about the operands provided to them.
    • max and min ignore all non-numeric values given to them and return an error if no numbers were left.
    • mod only allows numeric values and a positive number as the divisor.
  • [Removal] The warning message that alerts about a signature being too large for the AnimeReactor forums is now gone, since the forum itself is gone.
  • [Misc] PHP 7 support