Skip to content

Releases: JUVOJustin/wordpress-plugin-boilerplate

1.0.20

10 Oct 06:41
e616a2e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.19...1.0.20

1.0.19: Add plugin test by wordpress (#123)

06 Oct 22:36
45f19af
Compare
Choose a tag to compare

What's Changed

  • Add concurrency improvements to avoid multiple action runs per branch
  • Add plugin test by WordPress by @JUVOJustin in #123

Full Changelog: 1.0.18...1.0.19

1.0.18: Fix setup file removal error handling

13 Sep 20:37
Compare
Choose a tag to compare
  • Fix PHPCS for setup CLI command
  • PHPCS allow ternary operator
  • Upgrade dependencies
  • Remove native WordPress file operations since they are not available during

Full Changelog: 1.0.17...1.0.18

1.0.17

13 Aug 12:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.16...1.0.17

1.0.16

11 Aug 22:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.15...1.0.16

1.0.15

02 Aug 17:46
Compare
Choose a tag to compare

What's Changed

  • Fix/pipeline package.lock modifications by @JUVOJustin in #118
  • Improve: phpstan now includes the whole vendor while instead of some preselected stubs
  • Updated dependencies

Full Changelog: 1.0.14...1.0.15

1.0.14

02 Jul 09:39
Compare
Choose a tag to compare

Update CI Deps

Full Changelog: 1.0.13...1.0.14

1.0.13

27 May 11:26
Compare
Choose a tag to compare
  • Update dependencies
  • Fix: Loding the CLI command is not causing php warning in environments where the CLI is no available

Full Changelog: 1.0.12...1.0.13

1.0.12

28 Apr 20:43
8048363
Compare
Choose a tag to compare

What's Changed

  • introduce chunkLoadingGlobal Config by @JUVOJustin in #115
  • Exclude timber by default from prefixing with strauss

Full Changelog: 1.0.11...1.0.12

1.0.11

27 Apr 23:13
Compare
Choose a tag to compare
  • CI: Rebuild autoloaders on cache hit
  • CI: Use restore instead of cache on deploy workflow to avoid unnecessary cache renewals
  • CI: Remove phpunit.xml.dist for public plugin repo
  • CI: Fix Permission for public repos
  • Plugin: Add versions to assets enqueued to avoid caching issues
  • Plugin: Prefix bud.js entries to avoid conflicts

What's Changed

Full Changelog: 1.0.10...1.0.11