Skip to content

Commit 752889c

Browse files
Change from wordpress-muplugin to wordpress-plugin because of updates
1 parent 8a9e51e commit 752889c

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 1.0.2: 2025-05-06
2+
3+
* Fix failing build
4+
* Change from wordpress-muplugin to wordpress-plugin because of updates
5+
16
### 1.0.1: 2025-05-06
27

38
* Add PHP workflows, badges and formatting

air-blocks-acf-example-data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin URI: https://dude.fi
66
* Author: Digitoimisto Dude Oy
77
* Author URI: https://dude.fi
8-
* Version: 1.0.1
8+
* Version: 1.0.2
99
* License: GPL2 or later
1010
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111
*

composer.json

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
{
22
"name": "digitoimistodude/air-blocks-acf-example-data",
3-
"type": "wordpress-muplugin",
3+
"type": "wordpress-plugin",
44
"description": "",
55
"homepage": "https://github.com/digitoimistodude/air-blocks-acf-example-data",
66
"keywords": [
77
"wordpress",
88
"plugin"
99
],
1010
"license": "GPL-3.0-or-later",
11-
"authors": [
12-
{
13-
"name": "Timi Wahalahti",
14-
"email": "[email protected]",
15-
"homepage": "https://github.com/timiwahalahti"
16-
},
17-
{
18-
"name": "Elias Kautto",
19-
"email": "[email protected]",
20-
"homepage": "https://github.com/eliaskau"
11+
"config": {
12+
"allow-plugins": {
13+
"dealerdirect/phpcodesniffer-composer-installer": true
2114
}
22-
]
23-
}
15+
},
16+
"require-dev": {
17+
"wp-coding-standards/wpcs": "^3.0",
18+
"phpcompatibility/php-compatibility": "dev-develop as 9.3.5",
19+
"phpcsstandards/phpcsutils": "^1.0",
20+
"squizlabs/php_codesniffer": "*",
21+
"phpcsstandards/phpcsextra": "^1.2.0",
22+
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
23+
"phpcompatibility/phpcompatibility-wp": "*"
24+
}
25+
}

0 commit comments

Comments
 (0)