You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
15
15
16
16
== How to update translations files (.pot, .mo, .po) ==
17
17
18
18
To update the main .pot file (.pot = PO Template file), open a Terminal window at the root of your website. (ex: /Desktop/wordpress-installation/).
19
19
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/"
22
22
```
23
23
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.
28
28
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.
31
31
32
32
== Changelog ==
33
33
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
+
34
46
= 0.0.4 =
35
47
* First release with Sidebar utils and security headers
0 commit comments