Skip to content

Commit 0ed5768

Browse files
committed
move assets directory one level below .wporg
1 parent 99fb67b commit 0ed5768

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
4848
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
4949
BUILD_DIR: release/${{ inputs.version }}
50-
ASSETS_DIR: .wporg
50+
ASSETS_DIR: .wporg/assets
5151
VERSION: ${{ inputs.version }}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Easily add a [Matrix](https://matrix.org) client to WordPress pages, either thro
1818
If you have any feedback or questions about Chatrix, please do talk to plugin maintainers at [#chatrix:matrix.org](https://matrix.to/#/#chatrix:matrix.org).
1919

2020
## Screenshots
21-
![Block - Login](.wporg/screenshot-1.png)
22-
![Block - Room List](.wporg/screenshot-2.png)
23-
![Block - Timeline](.wporg/screenshot-3.png)
24-
![Popup - Settings](.wporg/screenshot-4.png)
25-
![Popup - Timeline](.wporg/screenshot-5.png)
21+
![Block - Login](.wporg/assets/screenshot-1.png)
22+
![Block - Room List](.wporg/assets/screenshot-2.png)
23+
![Block - Timeline](.wporg/assets/screenshot-3.png)
24+
![Popup - Settings](.wporg/assets/screenshot-4.png)
25+
![Popup - Timeline](.wporg/assets/screenshot-5.png)
2626

2727
## Frequently Asked Questions
2828
### How can I install this plugin on my site?

0 commit comments

Comments
 (0)