Skip to content

Releases: WordPress-Phoenix/abstract-plugin-base

Control structure whitespace

05 Mar 16:43
5092f96

Choose a tag to compare

2.6.4

add control structure spacing rule (#22)

Modern PHPCS Ruleset

11 Sep 15:44
b021bd5

Choose a tag to compare

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

21 Mar 23:50
b10c5dc

Choose a tag to compare

2.6.2

fix version in comments

New Defaults plus

06 Mar 02:21
26ee194

Choose a tag to compare

  • 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

18 Jan 01:03
51bfbc4

Choose a tag to compare

Merge pull request #10 from WordPress-Phoenix/develop

CircleCI and PHPCS

Stable on PHP5.6+

01 Sep 03:36

Choose a tag to compare

Merge pull request #9 from WordPress-Phoenix/develop

hotpatch: php5 backwards compat fix

Hotfix - Single Site

28 Jul 03:23

Choose a tag to compare

Merge pull request #8 from WordPress-Phoenix/develop

hotpatch: fix single site

Now supports VIP Hosting

27 Jul 03:07

Choose a tag to compare

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

24 Jun 00:42

Choose a tag to compare

  • 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

2.0.2

31 Jan 01:12

Choose a tag to compare

finish bad sync of files :( and version bump