Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a5bc6e4
fix: missing uninstall file
up1512001 Aug 28, 2025
1021790
update: setup reference
up1512001 Aug 28, 2025
d9a62de
chore: remove public key reference with api key
up1512001 Aug 28, 2025
774f194
feature: filter for common plugins
up1512001 Aug 28, 2025
f111a94
chore: added changesets and updated plugin version to 1.0.1
up1512001 Aug 28, 2025
6d80fe2
fix: linting issues
up1512001 Aug 28, 2025
014c063
update: translation file
up1512001 Aug 28, 2025
b461049
chore: remove depricated component attributes & unify modal behaviour
up1512001 Aug 28, 2025
354307b
feature: optimize plugin activation/deactivation flow
up1512001 Aug 28, 2025
8775449
fix: linting issue
up1512001 Aug 28, 2025
39a9a5b
update: translation file
up1512001 Aug 28, 2025
e16194f
chore: cleanup orphan options & db table
up1512001 Aug 28, 2025
f1ef2b5
chore: address Copilot review
up1512001 Aug 28, 2025
112255e
fix: letter capitalization issue
up1512001 Aug 28, 2025
5341dda
fix: fatal error on plugin deletion
up1512001 Aug 28, 2025
a6cc0e6
update: plugin action notice & version update default plugin version …
up1512001 Aug 29, 2025
4926e27
update: added destructive attribute for remove action
up1512001 Aug 29, 2025
b4c4a8a
chore: update plugin description
up1512001 Aug 29, 2025
d3923db
update: unify modal behaviour while processing
up1512001 Aug 29, 2025
a91fced
update: upload & install button to processing state
up1512001 Aug 29, 2025
f08aefd
update: busy state for applying public plugins
up1512001 Aug 29, 2025
7b6de49
update: install private pluigns state to busy while request is proces…
up1512001 Aug 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
1 change: 1 addition & 0 deletions .github/workflows/release_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
cp -r inc/ /tmp/oneupdate/
cp oneupdate.php /tmp/oneupdate/
cp README.md /tmp/oneupdate/
cp uninstall.php /tmp/oneupdate/
cp -r vendor/ /tmp/oneupdate/

# Create the zip file
Expand Down
Loading