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

Commits on Apr 3, 2025

  1. Configuration menu
    Copy the full SHA
    27823f0 View commit details
    Browse the repository at this point in the history
  2. Update version.php

    LeoColomb authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    c4c9f3c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. Configuration menu
    Copy the full SHA
    46705d9 View commit details
    Browse the repository at this point in the history
  2. Bump actions/create-github-app-token from 1 to 2

    Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2.
    - [Release notes](https://github.com/actions/create-github-app-token/releases)
    - [Commits](actions/create-github-app-token@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/create-github-app-token
      dependency-version: '2'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and github-actions[bot] committed Apr 4, 2025
    Configuration menu
    Copy the full SHA
    b3848d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2025

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

Commits on Apr 14, 2025

  1. Update GeoIP DB

    yourls-bot[bot] authored and github-actions[bot] committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    b99bbfd View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. Bump shivammathur/setup-php from 2.32.0 to 2.33.0

    Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.32.0 to 2.33.0.
    - [Release notes](https://github.com/shivammathur/setup-php/releases)
    - [Commits](shivammathur/setup-php@2.32.0...2.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: shivammathur/setup-php
      dependency-version: 2.33.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and github-actions[bot] committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    a7f526e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

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

Commits on Apr 21, 2025

  1. Update GeoIP DB

    yourls-bot[bot] authored and github-actions[bot] committed Apr 21, 2025
    Configuration menu
    Copy the full SHA
    aa5fabe View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Extend stats timeline to current day (#3895)

    * Extend stats timeline to current day
    
    The stats timeline stopped at the last click. This change
    ensures users see stats up to today. Now pads $list_of_days
    with zeros from the last click to today in
    yourls_build_list_of_days().
    
    * Remove spaces before parentheses in function
    
    YOURLS style prefers no space before parentheses in
    control structures. Fixed spacing in
    yourls_build_list_of_days() (e.g., `if (` to `if(`) for
    consistency, as requested in PR review.
    
    ---------
    
    Co-authored-by: dgw <dgw@technobabbl.es>
    ntindicator and dgw authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    57e8c78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d437c6 View commit details
    Browse the repository at this point in the history
Loading