Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Secchi committed Dec 28, 2023
1 parent 1b84cd9 commit ccb5b28
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Write Poetry is designed with developers and advanced users in mind. It acts as

Major features in Write Poetry include:

* Load styles and scripts assets from your theme without using code (only configurations in `theme.json`).
* Load styles and scripts assets from your theme without using code (only configurations in the dedicated file `write-poetry-theme.json`).
* Add multipe Query Vars via `writepoetry_query_vars`.
* Including CSS for block styles without write a line of code: you just need to add the css files following the
naming convention rule: `my-theme/assets/css/blocks/prefix/blockname.css` (i.e., `twentytwenty-child/assets/css/blocks/core/site-title.css`).
Expand Down Expand Up @@ -66,6 +66,13 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove
2. This is the second screen shot

== Changelog ==
### 0.2.8 - 2023-12-28
#### Added
- `write-poetry-theme.json` dedicated file to load styles and scripts.

#### Refactored
- Significant code improvements in blocks structure.

### 0.2.7 - 2023-11-15
#### Added
- Add support for multipe blocks and enable it by default
Expand Down

0 comments on commit ccb5b28

Please sign in to comment.