Skip to content

Releases: stellarwp/pup

1.2.4

19 Dec 18:38
8c37cd8
Compare
Choose a tag to compare

Changes

  • Fix - Resolved issue where the incorrect dependencies were brought in for .phar building.

1.2.3

15 Dec 21:31
addc889
Compare
Choose a tag to compare

Changes

  • Tweak - Add bun.lockb to the .distignore-defaults list for zip builds

1.2.2

07 Sep 12:17
9364284
Compare
Choose a tag to compare

Changes

  • Tweak - Avoid creating empty directories in the zip.

1.2.1

21 Jul 15:47
Compare
Choose a tag to compare

Changes

  • Tweak - Show custom checks in the command list in pup help.

1.2.0

19 Jul 14:52
838e6ff
Compare
Choose a tag to compare

Changes

  • Feature - Add pup i18n command to fetch language files from GlotPress.
  • Feature - Add support for multiple .distfiles and .distignore.
  • Feature - Better globstar rule handling to support more flexible file matching during packaging.
  • Tweak - Switch away from rsync to a PHP-based file copy for better support of globbing and OSes.

1.1.2

10 Jul 11:16
98027e8
Compare
Choose a tag to compare

Changes

  • Fix - Resolved notices with PHP 8.2

1.1.1

10 Jul 02:01
Compare
Choose a tag to compare

Changes

  • Tweak - Updating command docs so that composer commands use -- to separate composer arguments from pup arguments.

1.1.0

10 Jul 01:18
Compare
Choose a tag to compare

Changes

  • Feature - Added the pup zip-name command to get your project's zip name.
  • Tweak - Adjusted the pup package command to use pup zip-name to get the zip-name to use for the zip file.

1.0.1

10 Jul 00:27
Compare
Choose a tag to compare

Changes

  • Fix - Resolved issue where rsync wasn't able to access .distignore-defaults because it was in a phar.

1.0.0

08 Jul 23:43
Compare
Choose a tag to compare

Changes

  • Feature - Added pup info
  • Fix - Added a pile of automated tests and that came with a handful of fixes