Skip to content

Commit 0492e90

Browse files
authored
Merge pull request #877 from Automattic/release/0.10.2
2 parents 2e783be + a52f2cb commit 0492e90

28 files changed

+112
-18215
lines changed

.distignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
/.wordpress-org/
66
/.phpunit.cache/
77
/artifacts/
8-
/bin/
98
/dist/
10-
/documentation/
119
/node_modules/
1210
/tests/
1311
/vendor/
@@ -41,7 +39,6 @@ package-lock.json
4139
# Documentation (not needed in plugin distribution)
4240
CHANGELOG.md
4341
CONTRIBUTING.md
44-
PUBLISHING.md
4542
SECURITY.md
4643

4744
# Test configuration

.gitattributes

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Directories
2+
/.claude/ export-ignore
3+
/.github/ export-ignore
4+
/.phpunit.cache/ export-ignore
5+
/.wordpress-org/ export-ignore
6+
/artifacts/ export-ignore
7+
/dist/ export-ignore
8+
/node_modules/ export-ignore
9+
/tests/ export-ignore
10+
/vendor/ export-ignore
11+
12+
# Development configuration
13+
.distignore export-ignore
14+
.editorconfig export-ignore
15+
.gitattributes export-ignore
16+
.gitignore export-ignore
17+
.nvmrc export-ignore
18+
.phpcs.xml.dist export-ignore
19+
.prettierignore export-ignore
20+
.prettierrc export-ignore
21+
.svnignore export-ignore
22+
.wp-env.json export-ignore
23+
.wp-env.override.json export-ignore
24+
25+
# Build tooling
26+
babel.config.js export-ignore
27+
eslint.config.js export-ignore
28+
jest.config.js export-ignore
29+
playwright.config.js export-ignore
30+
webpack.config.js export-ignore
31+
32+
# Package management
33+
composer.json export-ignore
34+
composer.lock export-ignore
35+
package.json export-ignore
36+
package-lock.json export-ignore
37+
38+
# Documentation (not needed in plugin distribution)
39+
CHANGELOG.md export-ignore
40+
CONTRIBUTING.md export-ignore
41+
SECURITY.md export-ignore
42+
43+
# Test configuration
44+
phpunit.xml.dist export-ignore

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.10.2] - 2026-01-07
8+
9+
### Fixed
10+
11+
* fix: skip revisions in notifications save to prevent nonce verification failure by @GaryJones
12+
13+
### Changed
14+
15+
* build: add .gitattributes to exclude dev files from release archives by @GaryJones
16+
717
## [0.10.1] - 2026-01-07
818

919
### Fixed
@@ -385,6 +395,7 @@ This is a major update with significant bug fixes, new features, and modernised
385395

386396
* Ability to assign custom statuses to posts.
387397

398+
[0.10.2]: https://github.com/Automattic/Edit-Flow/compare/0.10.1...0.10.2
388399
[0.10.1]: https://github.com/Automattic/Edit-Flow/compare/0.10.0...0.10.1
389400
[0.10.0]: https://github.com/Automattic/Edit-Flow/compare/0.9.9...0.10.0
390401
[0.9.9]: https://github.com/Automattic/Edit-Flow/compare/0.9.8...0.9.9

PUBLISHING.md

Lines changed: 0 additions & 92 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tags: workflow, editorial, editorial calendar, custom status, newsroom
66
Requires at least: 6.4
77
Requires PHP: 7.4
88
Tested up to: 6.9
9-
Stable tag: 0.10.1
9+
Stable tag: 0.10.2
1010

1111
Redefining your editorial workflow.
1212

bin/phpcs-diff.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

documentation/ru_RU/CONTRIBUTING.md

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)