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: google/recaptcha
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.0
Choose a base ref
...
head repository: google/recaptcha
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 7 files changed
  • 5 contributors

Commits on Jan 19, 2022

  1. Update recaptcha-v2-checkbox.php

    Checking isset on $_POST['g-recaptcha-response'] always passed for me locally on PHP 8.0.14. Changing to !empty actually failed when recaptcha was unchecked, which is the expected behavior.
    Luke Hatfield authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    b517d54 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Update Link Use https

    Update Link Use https
    akashhansda authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    b402934 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #518 from akashhansda/patch-1

    Update Link Use https
    rowan-m authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    063e7fe View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Testing GitHub Actions

    Initial default GitHub Actions configuration for PHP
    rowan-m authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    6ffa193 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    c109586 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Configuration menu
    Copy the full SHA
    ca52a4c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. Merge pull request #575 from VincentLanglet/php84

    Fix compatibility with php 8.4
    rowan-m authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    e118032 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #482 from jklue/patch-1

    Update recaptcha-v2-checkbox.php
    rowan-m authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    2b63aa0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #547 from namenyi/patch-1

    Fix PHPdoc param description for setChallengeTimeout
    rowan-m authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    250f3a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71160bf View commit details
    Browse the repository at this point in the history
  5. Bump to version 1.3.1

    rowan-m committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    56522c2 View commit details
    Browse the repository at this point in the history
Loading