Skip to content

Commit 1dc1181

Browse files
committed
fix: rename repo to integration-features for Git Updater compatibility
- Repo slug now matches plugin folder and text domain - Asset naming now correct: integration-features-*.zip
1 parent e3f807a commit 1dc1181

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
cp LICENSE release/integration-features/ 2>/dev/null || true
5151
5252
# Create the zip file
53-
# Asset name must be $repo-*.zip for Git Updater (repo slug: integration-features-block)
53+
# Asset name must be $repo-*.zip for Git Updater (repo slug: integration-features)
5454
cd release
55-
zip -r ../integration-features-block-${{ steps.get_version.outputs.VERSION }}.zip integration-features
55+
zip -r ../integration-features-${{ steps.get_version.outputs.VERSION }}.zip integration-features
5656
cd ..
5757
5858
- name: Extract changelog for this version
@@ -73,7 +73,7 @@ jobs:
7373
- name: Create GitHub Release
7474
uses: softprops/action-gh-release@v2
7575
with:
76-
files: integration-features-block-${{ steps.get_version.outputs.VERSION }}.zip
76+
files: integration-features-${{ steps.get_version.outputs.VERSION }}.zip
7777
body_path: changelog_extract.txt
7878
draft: false
7979
prerelease: ${{ contains(github.ref, '-beta') || contains(github.ref, '-alpha') || contains(github.ref, '-rc') }}

integration-features.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Integration Features
44
* Plugin URI: https://github.com/code-atlantic/integration-features
55
* Description: Gutenberg blocks for displaying integration features with tier badges, accordion descriptions, and group organization.
6-
* Version: 0.3.3
6+
* Version: 0.3.4
77
* Requires at least: 6.7
88
* Requires PHP: 7.4
99
* Author: Code Atlantic
@@ -12,7 +12,7 @@
1212
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1313
* Text Domain: integration-features
1414
*
15-
* GitHub Plugin URI: https://github.com/code-atlantic/integration-features-block
15+
* GitHub Plugin URI: https://github.com/code-atlantic/integration-features
1616
* GitHub Branch: main
1717
* Primary Branch: main
1818
* Release Asset: true

0 commit comments

Comments
 (0)