Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

1.1

Compare
Choose a tag to compare
@aubreypwd aubreypwd released this 27 Dec 00:55
· 217 commits to master since this release

This is based off of some of 1.0's uses in different projects and has been improved to be more stable!

  • Added App::version() and App::header() methods for easy access to version and header information
  • Added Grunt for easy .pot file creation, etc
  • Adds App->wp-debug for easy WP_DEBUG detection
  • Uses App::attach() method to attach new classes (must add manually)
  • Uses App::hooks() method to run hooks when WP is ready (must add manually)
  • Adds better app() callback and global $app that can alternatively be called using global $app
  • Hardened phpunit testing for a good starting point for how the framework should work, you should be able to add additional tests with ease