Skip to content

Commit

Permalink
General: move VaultPress class to own file & add PHP53 shortcircuit
Browse files Browse the repository at this point in the history
Fixes #15

- Moving the main VaultPress class to its own class allows us to move all PHP 5.3+ code out of the plugin's entry point, vaultpress.php
- In that plugin's entry point, we now check the PHP version in use on the site, and pause the VaultPress plugin (i.e. stop loading it) if you are running an old version of PHP.
  • Loading branch information
jeherve committed Jun 12, 2019
1 parent 56c9041 commit 01b8af3
Show file tree
Hide file tree
Showing 2 changed files with 2,836 additions and 2,776 deletions.
Loading

0 comments on commit 01b8af3

Please sign in to comment.