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: tyrellsys/cakephp-validator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tyrellsys/cakephp-validator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    cd6a694 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bb0b39 View commit details
    Browse the repository at this point in the history
  3. Run composer cs-fix

    Ridzuan94 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6b315a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34ca131 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Update Validator.php

    - Follow the same datatype argument from parent Validator CakePHP5.
    - Refer: https://github.com/cakephp/validation/blob/5.x/Validator.php
    
    - isArray() method has been replaced with array() method.
    - Refer: https://book.cakephp.org/4/en/appendices/4-5-migration-guide.html#validation
    Ridzuan94 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    571e578 View commit details
    Browse the repository at this point in the history
  2. Update tests/bootstrap.php

    - To fix this issue when run composer test:
    Error: Call to undefined function Tyrellsys\CakePHPValidator\Validation\__d()
    Ridzuan94 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8b65d96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af5c018 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Update README.md

    Ridzuan94 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b97634d View commit details
    Browse the repository at this point in the history
  2. Update ValidatorTest.php

    - Fix based on the CakePHP5 Validator
    Ridzuan94 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    eb3ca1f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Update ValidatorTest::ValidatorTest()

    - Set notEquals value to the correct one.
    Refer comment :
    #1 (comment)
    Ridzuan94 committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    12d461c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Merge pull request #1 from Ridzuan94/cake-5.x

    Update for Cake 5.x
    mtak3 authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    f6b3347 View commit details
    Browse the repository at this point in the history
Loading