Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Yoast/PHPUnit-Polyfills
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: Yoast/PHPUnit-Polyfills
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.1
Choose a head ref
  • 11 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 21, 2021

  1. README: minor updates

    jrfnl committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    7c08a7c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from Yoast/feature/readme-tweaks

    README: minor updates
    jrfnl authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    473ab5d View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. GH Actions: set error reporting to E_ALL

    Turns out the default setting for `error_reporting` used by the SetupPHP action is `error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT` and `display_errors` is set to `Off`.
    
    For the purposes of CI, I'd recommend running with `E_ALL` and `display_errors=On` to ensure **all** PHP notices are shown.
    jrfnl committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    855af7b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #44 from Yoast/feature/ghactions-turn-on-error-rep…

    …orting
    
    GH Actions: set error reporting to E_ALL
    jrfnl authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    1b89291 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Autoload: add version number constant

    Includes adding an FAQ block to the README about how to use the constant.
    
    Fixes 46
    jrfnl committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    1dfc422 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from Yoast/feature/46-add-version-nr-constant

    Autoload: add version number constant
    jrfnl authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    a8cb6d9 View commit details
    Browse the repository at this point in the history
  3. Add a release checklist

    ... to document the tasks which should be completed for every release.
    jrfnl committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    83071e0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #48 from Yoast/feature/add-release-checklist

    Add a release checklist
    jrfnl authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    c026a2d View commit details
    Browse the repository at this point in the history
  5. Changelog for the 1.0.1 release

    Includes fixing up a grammar error in the notes for the  previous release.
    jrfnl committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    77fffb8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #49 from Yoast/feature/changelog-1.0.1

    Changelog for the 1.0.1 release
    jrfnl authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    c7bffa8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #50 from Yoast/develop

    Release version 1.0.1
    jrfnl authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    f014fb2 View commit details
    Browse the repository at this point in the history
Loading