Thanks to visit codestin.com
Credit goes to github.com

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: geocoder-php/google-maps-provider
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.7.1
Choose a base ref
...
head repository: geocoder-php/google-maps-provider
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 8 files changed
  • 9 contributors

Commits on Jul 16, 2023

  1. Add PHPStan in CI (#1193)

    * Add PHPStan
    
    * Update php.yml
    
    * Update composer.json
    
    * Fix PHPStan level 0
    
    * Fix PHPStan level 1
    
    * Update phpstan.neon
    
    * Fix PHPStan level 2
    
    * Update composer.json
    
    * Fix PHPStan level 3
    
    * Fix tests
    
    * Fix PHPStan level 4
    
    * Update src/Common/Tests/TimedGeocoderTest.php
    
    Co-authored-by: Tomas Norkūnas <[email protected]>
    
    * Update src/Provider/Cache/Tests/ProviderCacheTest.php
    
    Co-authored-by: Tomas Norkūnas <[email protected]>
    
    * Update src/Provider/Cache/Tests/ProviderCacheTest.php
    
    Co-authored-by: Tomas Norkūnas <[email protected]>
    
    * Update src/Provider/GeoIP2/Tests/GeoIP2Test.php
    
    Co-authored-by: Tomas Norkūnas <[email protected]>
    
    * Fix PHPStan level 5
    
    * Normalize composer.json
    
    * Rename analyse script
    
    * Update composer.json
    
    * Update IntegrationTest
    
    * Update AlgoliaPlacesTest
    
    * Update composer.json
    
    * Update RequestInterface vs. getParsedResponse()
    
    * Update src/Plugin/PluginProvider.php
    
    Co-authored-by: Tomas Norkūnas <[email protected]>
    
    * Update src/Plugin/PluginProvider.php
    
    Co-authored-by: Tomas Norkūnas <[email protected]>
    
    * Use PHPStan baseline instead of ignore
    
    See https://phpstan.org/user-guide/baseline
    
    ---------
    
    Co-authored-by: Tomas Norkūnas <[email protected]>
    jbelien and norkunas authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    c650435 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Add PHP Coding Standards Fixer in CI (#1196)

    * Update composer.json
    
    * Update .gitignore
    
    * Update php.yml
    
    * Apply PHPCSFixer fixes
    
    * Switch to php-cs-fixer/shim
    
    * Create .php-cs-fixer.dist.php
    jbelien authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ebd8c55 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Drop support for PHP 7.4 (#1197)

    * Remove PHP 7.4
    
    * Remove remaining .travis.yml
    
    * Update CI for GeoIP
    
    * Deprecate Geoip provider
    
    geoip extension doesn't seem to be available in PHP 8.
    jbelien authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    9f9a9b4 View commit details
    Browse the repository at this point in the history
  2. Enable PHPStan Level 6 (#1194)

    * Update phpstan.neon
    
    * Update YandexTest.php
    
    * Update TomTomTest.php
    
    * Update PickPointTest.php
    
    * Update PickPoint.php
    
    * Update PhotonTest.php
    
    * Update PeliasTest.php
    
    * Update OpenRouteServiceTest.php
    
    * Update OpenCageTest.php
    
    * Update OpenCage.php
    
    * Update NominatimTest.php
    
    * Update MaxMindBinaryTest.php
    
    * Update MaxMindTest.php
    
    * [WIP] Apply PHPStan fixes
    
    * Apply PHPCSFixer fixes
    
    * [WIP] Apply PHPStan fixes
    
    * [WIP] Apply PHPStan fixes
    
    * Revert "[WIP] Apply PHPStan fixes"
    
    This reverts commit 734c5c52fbcba4bc12cbda07b58d902a79d47891.
    
    * [WIP] Apply PHPStan fixes
    
    * [WIP] Apply PHPStan fixes
    
    * Update phpstan-baseline.neon
    jbelien authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    33a88fc View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Replace HTTPlug factories by PSR-17 (#1184)

    * Replace HTTPlug factories by PSR-17
    
    * minor fix
    
    ---------
    
    Co-authored-by: Nyholm <[email protected]>
    nicolas-grekas and Nyholm authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    d3455c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. chore: bump github action "actions/checkout" 3 => 4 to fix deprecatio…

    …ns (#1216)
    
    Co-authored-by: Christopher Georg <[email protected]>
    Co-authored-by: Jonathan Beliën <[email protected]>
    3 people authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    b0a94d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5ff3ed View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. chore: add testruns for PHP 8.3 (#1222)

    Co-authored-by: Christopher Georg <[email protected]>
    Co-authored-by: Jonathan Beliën <[email protected]>
    3 people authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    29f721c View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. phpstan and php-cs-fixer: updates (#1226)

    * provider: BingMaps: required and optional params order (phpstan)
    
    * provider: GoogleMaps: required and optional params order (phpstan)
    
    * provider: GeoIP2: php-cs-fixer: fix identation
    kornrunner authored May 18, 2024
    Configuration menu
    Copy the full SHA
    32d5d89 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. chore: add testruns for PHP 8.4 (#1235)

    * feat: bump dev dependencies
    
    * chore: add testruns for PHP 8.4
    
    * chore: add testruns for PHP 8.4
    
    * chore: add testruns for PHP 8.4
    
    ---------
    
    Co-authored-by: Christopher Georg <[email protected]>
    Chris53897 and Chris8934 authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    ce73f2d View commit details
    Browse the repository at this point in the history
  2. Feature/fix php cs (#1236)

    * feat: bump dev dependencies
    
    * chore: fix php cs
    
    ---------
    
    Co-authored-by: Christopher Georg <[email protected]>
    Chris53897 and Chris8934 authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6b29e20 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. feat: allow "willdurand/geocoder" v5 (#1240)

    Co-authored-by: Christopher Georg <[email protected]>
    Co-authored-by: Tobias Nyholm <[email protected]>
    3 people authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    496ec4f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2025

  1. style: convert string class names to constants (#1252)

    * style: convert string class names to constants
    
    * style: fix php-cs-fixer
    
    ---------
    
    Co-authored-by: Jonathan Beliën <[email protected]>
    fbuchlak and jbelien authored Mar 23, 2025
    Configuration menu
    Copy the full SHA
    9c3aa3d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. Update CHANGELOG.md for all providers

    Prepare new release for PHP Geocoder 5 support.
    jbelien committed Apr 15, 2025
    Configuration menu
    Copy the full SHA
    587aac3 View commit details
    Browse the repository at this point in the history
Loading