Skip to content

v2.3.0 Library update

Compare
Choose a tag to compare
@GabyGold67 GabyGold67 released this 04 Aug 16:16
· 1 commit to master since this release

Bugs corrections:

  • ClickCounter::countDown(int) and ClickCounter::countUp(int): These methods now check the parameter to be not equal to 0. If the parameter passed is 0 the value returned will be false.
  • ClickCounter::countToZero(int): This method now check the parameter to be not equal to 0. If the parameter passed is 0 the value returned will be false.
    Changes:
  • ClickCounter::countToZero(int): If the counter value reached 0, this method will make no changes to the counter, and return false