Skip to content

0.5.0

Compare
Choose a tag to compare
@bradyvercher bradyvercher released this 25 Sep 19:39
· 82 commits to develop since this release
  • Added the . (dot) character to the list of allowed characters for package slugs. See #108
  • Removed the /coverage, /docs, /dist, and /tests directories from the default excludes. This is a breaking change in the sense that files in those directories will now be included unless they're configured to be excluded via a filter or .distignore. See #103
  • Added a .distignore to exclude development files if SatisPress is added to the repository.
  • Delegated the event handler for toggling plugins on the Manage Plugins screen to fix a bug preventing plugins from being toggled if the list of plugins had been filtered. See #107
  • Removed internal array keys from the package repository classes to prevent an error when a theme and plugin have the same slug. See #109