Skip to content

Commit

Permalink
Rename branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Apr 5, 2024
1 parent 2d4306c commit 5f5249e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request: null
push:
branches:
- 4.x
- develop
workflow_dispatch:
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Stable Version](https://img.shields.io/packagist/v/putyourlightson/craft-entry-count?label=stable)]((https://packagist.org/packages/putyourlightson/craft-entry-count))
[![Total Downloads](https://img.shields.io/packagist/dt/putyourlightson/craft-entry-count)](https://packagist.org/packages/putyourlightson/craft-entry-count)

<p align="center"><img width="180" src="https://putyourlightson.com/assets/logos/entry-count.svg"></p>
<p align="center"><img width="130" src="https://putyourlightson.com/assets/logos/entry-count.svg"></p>

# Entry Count Plugin for Craft CMS

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"developer": "PutYourLightsOn",
"developerUrl": "https://putyourlightson.com/",
"documentationUrl": "https://putyourlightson.com/plugins/entry-count",
"changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-entry-count/4.x/CHANGELOG.md",
"changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-entry-count/develop/CHANGELOG.md",
"class": "putyourlightson\\entrycount\\EntryCount"
}
}

0 comments on commit 5f5249e

Please sign in to comment.