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: FriendsOfPHP/proxy-manager-lts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.14
Choose a base ref
...
head repository: FriendsOfPHP/proxy-manager-lts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.15
Choose a head ref
  • 17 commits
  • 3 files changed
  • 5 contributors

Commits on Mar 5, 2022

  1. Raise awareness of current Russia-Ukraine situation, targeting Russia…

    …n 🇷🇺 readers
    
    This message is intended to fight misinformation around the Russian aggression of
    Ukraine, precisely for Russian residents that are kept unaware of the atrocities
    that Vladimir Putin started in February 2022.
    
    Please do help spread this message: good people will try helping, but they first
    need to know.
    
    Ref: https://github.com/vshymanskyy/StandWithUkraine/blob/6cedba904e888c0188e1a31b1463618112e41bfd/docs/ToRussianPeople.md
    Ref: vshymanskyy/StandWithUkraine#4
    Ocramius committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    281212c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #751 from Ocramius/2.12.x-merge-up-into-2.13.x_Tjt…

    …dSC0f
    
    Merge release 2.12.1 into 2.13.x
    Ocramius authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    e32bc19 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #752 from Ocramius/2.13.x-merge-up-into-2.14.x_uFt…

    …jelyJ
    
    Merge release 2.13.1 into 2.14.x
    Ocramius authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    3990d60 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #753 from Ocramius/2.14.x-merge-up-into-2.15.x_YGd…

    …KfOAK
    
    Raise awareness of current Russia-Ukraine situation, targeting Russian 🇷🇺  readers
    Ocramius authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    8846623 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Remove codelicia/xulieta as a dev dependencies

    I'm not sure itl brought any value to the project. The api is solid and
    the API doesn't changes that much. That is why I'm removing it, we could
    also just use the package though the CI without requiring it in the
    composer.json file.
    
    Signed-off-by: Jefersson Nathan <malukenho.dev@gmail.com>
    malukenho committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    4800b8b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Add renovate.json

    renovate[bot] authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    d0cc94a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ddd73b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #765 from malukenho/remove-codelicia-xulieta

    Remove codelicia/xulieta from the dev dependencies list
    Ocramius authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    b656eed View commit details
    Browse the repository at this point in the history
  4. Merge pull request #766 from Ocramius/renovate/configure

    Configure Renovate
    Ocramius authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    f3ddd78 View commit details
    Browse the repository at this point in the history
  5. Update actions/cache action to v3

    | datasource  | package       | from | to |
    | ----------- | ------------- | ---- | -- |
    | github-tags | actions/cache | v2   | v3 |
    | github-tags | actions/cache | v2   | v3 |
    | github-tags | actions/cache | v2   | v3 |
    | github-tags | actions/cache | v2   | v3 |
    | github-tags | actions/cache | v2   | v3 |
    | github-tags | actions/cache | v2   | v3 |
    renovate[bot] authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    5c4497c View commit details
    Browse the repository at this point in the history
  6. Update actions/checkout action to v3

    | datasource  | package          | from | to |
    | ----------- | ---------------- | ---- | -- |
    | github-tags | actions/checkout | v2   | v3 |
    | github-tags | actions/checkout | v2   | v3 |
    | github-tags | actions/checkout | v2   | v3 |
    | github-tags | actions/checkout | v2   | v3 |
    | github-tags | actions/checkout | v2   | v3 |
    | github-tags | actions/checkout | v2   | v3 |
    | github-tags | actions/checkout | v2   | v3 |
    renovate[bot] authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    9966eec View commit details
    Browse the repository at this point in the history
  7. Merge pull request #767 from Ocramius/renovate/actions-cache-3.x

    Update actions/cache action to v3
    Ocramius authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    5431164 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #768 from Ocramius/renovate/actions-checkout-3.x

    Update actions/checkout action to v3
    Ocramius authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    1098575 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    fc014f6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #780 from lstrojny/patch-1

    Make property private in final class
    Ocramius authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    04e124d View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/2.15.x' into 1.x

    * upstream/2.15.x:
      Make property private in final class
      Update actions/checkout action to v3
      Update actions/cache action to v3
      Enable installation of PHPCS plugins that setup CS rulesets
      Add renovate.json
      Remove codelicia/xulieta as a dev dependencies
      Raise awareness of current Russia-Ukraine situation, targeting Russian 🇷🇺  readers
    nicolas-grekas committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    70d9e16 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

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