wordpress-proper

A set of classes you may find useful for WordPress development

MIT License

Downloads
2.7K
Stars
1
Committers
1
wordpress-proper - Version 4.0.1 Latest Release

Published by andrewjmead 2 months ago

  • Fix version mismatch in composer.json
wordpress-proper - Version 4.0.0

Published by andrewjmead 2 months ago

  • Renamed Timezone::utc_decimal_offset to Timezone::utc_offset_in_hours
  • Renamed Timezone::site_decimal_offset to Timezone::site_offset_in_hours
  • Added Timezone::utc_offset_in_seconds
  • Added Timezone::site_offset_in_seconds
wordpress-proper - Version 3.0.0

Published by andrewjmead 9 months ago

  • Fixed an issue where Periodic would only run if it hadn't been checked in the provided time period
wordpress-proper - Version 2.0.0

Published by andrewjmead over 1 year ago

  • Major updates to the documentation in readme.md
  • Add an optional second argument to Number::abbreviate to round off decimals 6ca046a04c5cbe0a282d0ff484bc387f787f29d4
  • Add Timezone class 01f4296e9015eba6144125b12987aed9dbf8973e
  • Replace Gatekeeper with Periodic 9426ecf1ec5cf4e36ed51b7ee56761f5972b4ac8
wordpress-proper - 1.2.0 - Abbreviation i18n

Published by andrewjmead over 1 year ago

  • Add support for internationalized abbreviations 3eb585c9ee1a548bf710ed87bb58e022a9141883
wordpress-proper - 1.1.0 - Add number abbreviator

Published by andrewjmead over 1 year ago

  • Add a number abbreviator (6ed860dca76d71eb39b3a131b2049916172381ff)
wordpress-proper - 1.0.0 - Initial release

Published by andrewjmead over 1 year ago

Initial release:

  • Added Gatekeeper