Releases: WordPress-Phoenix/abstract-plugin-base
Releases · WordPress-Phoenix/abstract-plugin-base
Control structure whitespace
2.6.4 add control structure spacing rule (#22)
Modern PHPCS Ruleset
Update phpcs (#21) * Rename codesniffer ruleset and use new standard * Delete legacy composer-test * Use new composer.json with dependency lock * Use new commands to run linting * Ignore vendor files * Linting fixes * Enforce tab/spacing rules * Update readme * Incorrectly copied paragraph
PHPCS WordPress Safe
2.6.2 fix version in comments
New Defaults plus
- Adjusted default values for namespace depth, and autoload type to match generally accepted standard of 2 and psr-4 respectfully.
- Fixed issue with plugin activated, deactived, and uninstalled hooks.
- Hotfix namespace
- wp_hook_pre enhancement
CircleCI integrations
Merge pull request #10 from WordPress-Phoenix/develop CircleCI and PHPCS
Stable on PHP5.6+
Merge pull request #9 from WordPress-Phoenix/develop hotpatch: php5 backwards compat fix
Hotfix - Single Site
Merge pull request #8 from WordPress-Phoenix/develop hotpatch: fix single site
Now supports VIP Hosting
Merge pull request #7 from WordPress-Phoenix/develop * Added logic that allows WordPress VIP hosted plugins to run on init…
2.3.0: Merge pull request #5 from WordPress-Phoenix/develop
- Add ability to turn off auto-loading for VIP hosting
- Add plugin_data and version
- Fix scoping issue with plugin activation
- Simplified plugins_loaded init by moving into static run function
- Removed vendor autoload loader from main plugin
- Had to skip version 2.1 and 2.2 as several plugins were hot-patched with those version and we don't want to run into those.
- Moved filename back to a dash, since VIP requires a dash for CI phpcs rules, works fine since plugin uses vendor autoload by classmap anyways