mirror of
https://github.com/antonkomarev/github-profile-views-counter.git
synced 2026-07-01 19:32:37 -04:00
[PR #74] [MERGED] Ability to provide a base number to be added to the counter #105
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/antonkomarev/github-profile-views-counter/pull/74
Author: @Brikaa
Created: 9/15/2023
Status: ✅ Merged
Merged: 9/16/2023
Merged by: @antonkomarev
Base:
master← Head:add-initial-value-to-counter📝 Commits (6)
cb1c4ceAbility to provide a base number to be added to the counter60ad967baseNumber -> baseCountd076c51Throw an error if the base count or the final count is inappropriate213a440BaseCount, Count -> Count & PHP_INT_MAX for max base countb06a85aRemove unneeded commentd32ee12Add negative count check in the constructor📊 Changes
4 files changed (+91 additions, -3 deletions)
View changed files
📝
README.md(+10 -0)📝
public/index.php(+11 -2)➕
src/Count.php(+59 -0)📝
src/Request.php(+11 -1)📄 Description
closes #64
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.