Skip to content

Commit 8cfb4ac

Browse files
authored
Merge pull request #12 from MEOM/release/1.2
Release 1.1 (not 1.2 :)
2 parents 50ca9ee + cd5595c commit 8cfb4ac

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
lines changed

changelog.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
# Changelog
22

3-
## Version 1.0.0 released April 15, 2021
4-
5-
- Everything is new!
3+
## Version 1.1 released June 10, 2021
64

7-
## Version 1.0.1 released April 15, 2021
5+
### Added
6+
- Add contact dashboard widget.
7+
- Add user setting for allowing hidden admin menu items: "Show all admin menu items".
8+
- Add filters for allowing drop cap and block directory support: `meom_dodo_remove_drop_cap` and `meom_dodo_remove_block_directory`.
9+
- Add logo in the readme file.
10+
- Add translations.
811

9-
- Use as mu-plugin.
1012

1113
## Version 1.0.2 released April 15, 2021
1214

1315
- Remove block directory.
16+
17+
## Version 1.0.1 released April 15, 2021
18+
19+
- Use as mu-plugin.
20+
## Version 1.0.0 released April 15, 2021
21+
22+
- Everything is new!

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meom/meom-dodo",
3-
"version": "1.0.2",
3+
"version": "1.1",
44
"description": "MEOM clean up WP.",
55
"type": "wordpress-muplugin",
66
"license": "GPL-2.0-or-later",

meom-dodo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* Author: MEOM
55
* Author URI: https://www.meom.fi/
66
* Description: Clean up WordPress.
7+
* Version: 1.1
78
* License: GPL2 or later.
89
* Text Domain: meom-dodo
910
* Domain Path: /languages
10-
* Version: 1.0.2
1111
*/
1212

1313
// Exit if accessed directly.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meom-dodo",
3-
"version": "1.0.2",
3+
"version": "1.1",
44
"description": "MEOM Dodo project",
55
"author": "MEOM Oy",
66
"license": "GPL-2.0-or-later",

0 commit comments

Comments
 (0)