Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/objectivco/booster-seat
A collection of classes to help faciliate faster development of plugins
https://github.com/objectivco/booster-seat
Last synced: about 2 months ago
JSON representation
A collection of classes to help faciliate faster development of plugins
- Host: GitHub
- URL: https://github.com/objectivco/booster-seat
- Owner: Objectivco
- License: gpl-3.0
- Created: 2018-01-11T20:35:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T20:25:56.000Z (almost 4 years ago)
- Last Synced: 2024-11-22T17:21:58.305Z (2 months ago)
- Language: PHP
- Size: 1.03 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Installation
============
TODOCHANGELOG
=========
* 1.0.13
* Add OBJECTIV_BOOSTER_NO_BUFFER constant flag to allow suppressing output buffering.
* 1.0.12
* Ironies! Add @ control operator to prevent ob_end_clean() from throwing a notice
* 1.0.11
* Added output buffering to protect out() from errors and leakages.
* 1.0.10
* Moved wordpress dependency to dev
* 1.0.9
* Dropped dotenv version from 3.2.x to 2.5
* 1.0.8
* Add wordpress core library and wp-phpunit to composer and files to facilitate automatic test setup.
* Add ability to pass parameters to singleton instance
* Added test for the new functionality
* Bumped minimum PHP version from 5.4 > 5.6
* 1.0.7
* Add remove_all_action before ajax actions are hooked.
* 1.0.6
* Add the ability to control critical load attributes with overloaded constructor variables.
* 1.0.5
* Removed return type that should not be there
* 1.0.4
* Removed bin folder
* 1.0.3
* Fixed issue with Singleton class.
* Description: When using the library in multiple plugins the Singleton class was only returning the class firstly ever
used by it. Obviously this was not intended behavior. It now returns the only the first used instance of each class type