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: codders/DataValues-Common
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DataValues/Common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 13 files changed
  • 3 contributors

Commits on Dec 6, 2024

  1. Upgrade mediawiki-codesniffer to latest version (45.0.0)

    This repository is currently using version 34 of the Mediawiki coding
    style phpcs rules. If the code aims to comply with Mediawiki style
    guidelines, it makes sense that it continues to comply at current
    versions of the rules.
    
    Besides being simply different, the newer versions of the rules
    introduce, for example,
    MediaWiki.Usage.NullableType.ExplicitNullableTypes, which enforces
    compliance with coming deprecation rules in PHP 8.4 concerning nullable
    types. If the code does not remove the soon-to-be-deprecated form of
    nullable type declarations, the library will no longer be usable in
    Mediawiki for PHP 8.4 deployments.
    
    Resolves DataValues#100
    
    Bug: T379481
    codders committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    06415a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request DataValues#101 from codders/feat/upgrade-mediawiki…

    …-codesniffer-20241206
    
    Upgrade mediawiki-codesniffer to latest version (45.0.0)
    JeroenDeDauw authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    b1fd0ac View commit details
    Browse the repository at this point in the history
  3. Test with modern PHP

    JeroenDeDauw authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    b3114dc View commit details
    Browse the repository at this point in the history
  4. Merge pull request DataValues#102 from DataValues/mphp

    Test with modern PHP
    JeroenDeDauw authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    af460b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Bump version to 1.2.0

     * Drop support for PHP 7.2, 7.3
     * Upgrade codesniffer rules to current `mediawiki/mediawiki-codesniffer` version (45.0.0)
     * Make nullable type parameter declarations explicit for compatibility with PHP 8.4
     * Start testing with modern versions of PHP (8.1-8.4)
    codders authored and JeroenDeDauw committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    9799074 View commit details
    Browse the repository at this point in the history
  2. Improve release notes

    JeroenDeDauw committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    b21c2bd View commit details
    Browse the repository at this point in the history
  3. Fix badges

    JeroenDeDauw authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    7a1c103 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. php.yml: Update to actions/cache@v4

    reedy authored and JeroenDeDauw committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    c586bd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. php.yml: Test on PHP 8.5

    reedy authored and JeroenDeDauw committed Jan 8, 2026
    Configuration menu
    Copy the full SHA
    043f5e0 View commit details
    Browse the repository at this point in the history
Loading