Skip to content

Commit

Permalink
Develop (#6)
Browse files Browse the repository at this point in the history
* add: basic css setup

* finish: primary plugin functionality

* change: readme.txt

* add: screenshots

* add: screenshots

* change: screenshots

* change: screenshots

* release: 1.0.0

* add: plugin check

* Testing/pre release (#3)

* fix: version based on plugin check issue

* change: results wrapper

* fix: scripts now loading only on dashboard

* fix: scripts now loading only on dashboard

* add: changelog note
  • Loading branch information
troychaplin authored Aug 23, 2024
1 parent 36d08ca commit effe972
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Prefix the change with one of these keywords:

- _Added_: for new features.
- _Changed_: for changes in existing functionality.
- _Deprecated_: for soon-to-be removed features.
- _Removed_: for now removed features.
- _Fixed_: for any bug fixes.
- _Security_: in case of vulnerabilities.
- _Added_: for new features.
- _Changed_: for changes in existing functionality.
- _Deprecated_: for soon-to-be removed features.
- _Removed_: for now removed features.
- _Fixed_: for any bug fixes.
- _Security_: in case of vulnerabilities.

## [Unreleased]

## [1.0.1]

### Fixed

- Scripts loading outside dashboard triggering a console error

## [1.0.0]

- Initial release

## [0.1.0]

### Added

- Base files for initial plugin setup
- Base files for initial plugin setup

0 comments on commit effe972

Please sign in to comment.