wp-document-revisions icon indicating copy to clipboard operation
wp-document-revisions copied to clipboard

A document management and version control plugin that allows teams of any size to collaboratively edit files and manage their workflow.

Results 26 wp-document-revisions issues
Sort by recently updated
recently updated
newest added

This PR completely converts the legacy CoffeeScript code to modern ES6+ JavaScript, bringing significant improvements in security, maintainability, and browser compatibility. ## Key Changes **Modern JavaScript Features:** - Converted CoffeeScript...

### Describe the bug The "manage_document_revisions_limit" code is due to be invoked as part of the "wp_revisions_to_keep" processing and makes by default the number of document revisions to be unlimited....

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. Release notes Sourced from actions/cache's releases. v5.0.0 [!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1....

dependencies
github_actions

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7 to 8. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v8.0.0 What's new in v8 Requires Actions Runner v2.327.1 or later if you are using...

dependencies
github_actions

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. Release notes Sourced from github/codeql-action's releases. v3.31.6 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...

dependencies
github_actions

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. Release notes Sourced from actions/setup-node's releases. v6.0.0 What's Changed Breaking Changes Limit automatic caching to npm, update workflows and documentation by @​priyagupta108 in actions/setup-node#1374...

dependencies
github_actions

The existing devcontainer provided only basic PHP + MariaDB without WordPress or development tooling, requiring manual setup of dependencies and environment configuration. ## Changes ### WordPress Integration - Added WordPress...

Users requested guidance on scheduling document revisions. WP Document Revisions only supports scheduling initial publication; revision scheduling requires third-party workflow plugins. ## Changes ### New cookbook structure (`docs/cookbook/`) - **README.md**:...