Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
/.wordpress-org/
/.phpunit.cache/
/artifacts/
/bin/
/dist/
/documentation/
/node_modules/
/tests/
/vendor/
Expand Down Expand Up @@ -41,7 +39,6 @@ package-lock.json
# Documentation (not needed in plugin distribution)
CHANGELOG.md
CONTRIBUTING.md
PUBLISHING.md
SECURITY.md

# Test configuration
Expand Down
44 changes: 44 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Directories
/.claude/ export-ignore
/.github/ export-ignore
/.phpunit.cache/ export-ignore
/.wordpress-org/ export-ignore
/artifacts/ export-ignore
/dist/ export-ignore
/node_modules/ export-ignore
/tests/ export-ignore
/vendor/ export-ignore

# Development configuration
.distignore export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.nvmrc export-ignore
.phpcs.xml.dist export-ignore
.prettierignore export-ignore
.prettierrc export-ignore
.svnignore export-ignore
.wp-env.json export-ignore
.wp-env.override.json export-ignore

# Build tooling
babel.config.js export-ignore
eslint.config.js export-ignore
jest.config.js export-ignore
playwright.config.js export-ignore
webpack.config.js export-ignore

# Package management
composer.json export-ignore
composer.lock export-ignore
package.json export-ignore
package-lock.json export-ignore

# Documentation (not needed in plugin distribution)
CHANGELOG.md export-ignore
CONTRIBUTING.md export-ignore
SECURITY.md export-ignore

# Test configuration
phpunit.xml.dist export-ignore
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

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).

## [0.10.2] - 2026-01-07

### Fixed

* fix: skip revisions in notifications save to prevent nonce verification failure by @GaryJones

### Changed

* build: add .gitattributes to exclude dev files from release archives by @GaryJones

## [0.10.1] - 2026-01-07

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

* Ability to assign custom statuses to posts.

[0.10.2]: https://github.com/Automattic/Edit-Flow/compare/0.10.1...0.10.2
[0.10.1]: https://github.com/Automattic/Edit-Flow/compare/0.10.0...0.10.1
[0.10.0]: https://github.com/Automattic/Edit-Flow/compare/0.9.9...0.10.0
[0.9.9]: https://github.com/Automattic/Edit-Flow/compare/0.9.8...0.9.9
Expand Down
92 changes: 0 additions & 92 deletions PUBLISHING.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tags: workflow, editorial, editorial calendar, custom status, newsroom
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.9
Stable tag: 0.10.1
Stable tag: 0.10.2

Redefining your editorial workflow.

Expand Down
13 changes: 0 additions & 13 deletions bin/phpcs-diff.sh

This file was deleted.

96 changes: 0 additions & 96 deletions documentation/ru_RU/CONTRIBUTING.md

This file was deleted.

Loading
Loading