Skip to content

Commit c30e9de

Browse files
committed
update readme with version history
1 parent e7fa3dd commit c30e9de

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

README.txt

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,38 @@ MILL3 WP utils, includes Gutenberg editor sidebar resizer.
1111

1212
== Description ==
1313

14-
MILL3 WP utils, includes Gutenberg editor sidebar resizer.
14+
MILL3 WP utils, includes Gutenberg editor sidebar resizer and many essential features and utils for our Boilerplate Theme
1515

1616
== How to update translations files (.pot, .mo, .po) ==
1717

1818
To update the main .pot file (.pot = PO Template file), open a Terminal window at the root of your website. (ex: /Desktop/wordpress-installation/).
1919

20-
```sh
21-
docker-compose run wp-cli i18n make-pot wp-content/plugins/mill3-wp-utils-plugin wp-content/plugins/mill3-wp-utils-plugin/languages/mill3-wp-utils.pot --domain="mill3-wp-utils" --exclude="wp-content/plugins/mill3-wp-utils-plugin/vendor/"
20+
```sh
21+
docker-compose run wp-cli i18n make-pot wp-content/plugins/mill3-wp-utils-plugin wp-content/plugins/mill3-wp-utils-plugin/languages/mill3-wp-utils.pot --domain="mill3-wp-utils" --exclude="wp-content/plugins/mill3-wp-utils-plugin/vendor/"
2222
```
2323

24-
To update a particular language, you need to install POEdit.
25-
Then, go to */wp-content/plugins/mill3-wp-utils-plugin/languages/* and double-click on the .po file or the language you want to edit translations.
26-
In POEdit, go to the Translation Menu -> Update from POT file... and choose the .pot file in */wp-content/plugins/mill3-wp-utils-plugin/languages/*.
27-
Edit your translations and hit Save.
24+
To update a particular language, you need to install POEdit.
25+
Then, go to */wp-content/plugins/mill3-wp-utils-plugin/languages/* and double-click on the .po file or the language you want to edit translations.
26+
In POEdit, go to the Translation Menu -> Update from POT file... and choose the .pot file in */wp-content/plugins/mill3-wp-utils-plugin/languages/*.
27+
Edit your translations and hit Save.
2828

29-
To translate this plugin into another language, you need to open */wp-content/plugins/mill3-wp-utils-plugin/languages/mill3-wp-utils.pot* in POEdit and
30-
click on "Create new translation" at the bottom/left of this window.
29+
To translate this plugin into another language, you need to open */wp-content/plugins/mill3-wp-utils-plugin/languages/mill3-wp-utils.pot* in POEdit and
30+
click on "Create new translation" at the bottom/left of this window.
3131

3232
== Changelog ==
3333

34+
= 0.1.0 =
35+
36+
New features :
37+
38+
- **ai-image-alt :** OpenAI image alt text generator
39+
- **avatar :** Add an avatar field for user
40+
- **block-visibility :** Set default options for plugin [Block Visibility](https://wordpress.org/plugins/block-visibility/)
41+
- **module-finder :** Allow editors to find which pages is using a specific page-builder module
42+
- **robots-indexing :** Force robot.txt to no-index when running on a dev/staging domain
43+
- **svg :** Allow SVG format upload
44+
- **live-site-viewer :** Enable remote scroll control through an iFrame using postMessage JS API
45+
3446
= 0.0.4 =
3547
* First release with Sidebar utils and security headers
3648

0 commit comments

Comments
 (0)