From 5f5249e632ab06c049be1494abb029fdfe2c0c1f Mon Sep 17 00:00:00 2001 From: Ben Croker Date: Fri, 5 Apr 2024 14:08:53 -0600 Subject: [PATCH] Rename branch --- .github/workflows/code-analysis.yaml | 2 +- README.md | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code-analysis.yaml b/.github/workflows/code-analysis.yaml index 140c844..d4bf3fa 100644 --- a/.github/workflows/code-analysis.yaml +++ b/.github/workflows/code-analysis.yaml @@ -4,7 +4,7 @@ on: pull_request: null push: branches: - - 4.x + - develop workflow_dispatch: permissions: contents: read diff --git a/README.md b/README.md index fa0aeaf..b3ce041 100644 --- a/README.md +++ b/README.md @@ -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) -

+

# Entry Count Plugin for Craft CMS diff --git a/composer.json b/composer.json index 25ce9ee..c425594 100644 --- a/composer.json +++ b/composer.json @@ -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" } }