Skip to content

Releases: wpsharks/phings

Phings v160411

11 Apr 20:35
Compare
Choose a tag to compare
  • Support for /*[pro strip-file-from="lite"]*/. See: #73
  • New -js-css target for cleanups. Adds support for stripping sourceMappingURL comments from minified JS/CSS files. See #68.

Phings v160410

09 Apr 20:06
Compare
Choose a tag to compare
  • Bug fix related to Composer. See: #71

Phings v160409

09 Apr 19:08
Compare
Choose a tag to compare
  • Bug fix related to lite builds. See: #69

Phings v160406

06 Apr 19:50
Compare
Choose a tag to compare
  • Adding .drone.yml and .drone.sec exclusions for possible CI use in the future.
  • The PHPCS target now creates a .~build/.php-cs directory instead of using /tmp.
  • Separate build logic from testing logic, making it possible to build w/o testing.
  • PHPUnit to run with --no-globals-backup. See: #66

Phings v160329

29 Mar 14:23
Compare
Choose a tag to compare
  • New PHP CS build target that will automatically run PHP Code Sniffer.
  • New PHPUnit build target that will automatically run unit tests on a CI server.
  • Adding support for CasperJS test suites.

Phings v160303

03 Mar 18:41
Compare
Choose a tag to compare
  • Several enhancements, support for WP Sharks Core, and some bug fixes. See summary in #50 (comment)
  • Token replacement enhancements. See: #52

Phings v160219

18 Feb 13:05
Compare
Choose a tag to compare
  • Excluding .sass-cache (directories, not files) from distros and PHAR files.
  • Remove websharks/wp-core from rebranded libraries.
  • Rebrand subroutines now include websharks/core i18n alternations for WP themes/plugins.
  • Bug fix. Minor issue. Adding conditionals around text-domain to string literal subroutine in lite handler.

Phings v160212

12 Feb 23:45
Compare
Choose a tag to compare
  • Excluding .sass-cache from distros and PHAR files.

Phings v160114

14 Jan 05:50
Compare
Choose a tag to compare
  • Bug fix involving composer-lock-preserve. See: #38

Phings v160113

13 Jan 13:27
Compare
Choose a tag to compare
  • Noting that many property names defined in .build.props changed. See: #33
    • project_org is now project_owner
    • project_ns is now project_namespace
    • project_sns is now project_sub_namespace
    • project_lite_ns is now project_lite_namespace
    • project_lite_sns is now project_lite_sub_namespace
    • project_php_up_to_version is now project_php_tested_up_to_version
    • project_wp_up_to_version is now project_wp_tested_up_to_version
  • Remote build should not delete composer.lock. See: #36