Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion openstatus-badge.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: OpenStatus Badge
* Plugin URI: https://www.openstatus.dev
* Plugin URI: https://github.com/openstatusHQ/wordpress-status-widget-plugin
* Description: Display your OpenStatus status page badge on your WordPress site.
* Version: 1.0.1
* Requires at least: 6.1
Expand Down
13 changes: 13 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,19 @@ Yes! Each block can have its own theme, size, and variant settings. However, all

If the badge image cannot be loaded, the browser will display the alt text "System status" instead.

== Source Code ==

The source code for this plugin is publicly available on GitHub:
https://github.com/openstatusHQ/wordpress-status-widget-plugin

The `src/` directory contains the uncompiled block source (JavaScript, SCSS). The `build/` directory contains the compiled assets generated by `@wordpress/scripts`.

To rebuild from source:

1. Clone the repository
2. Run `npm install`
3. Run `npm run build`

== Screenshots ==

1. The OpenStatus Badge block in the editor with theme, size, and variant settings
Expand Down