PHPackages                             outstand/silent-update - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. outstand/silent-update

ActiveWordpress-plugin

outstand/silent-update
======================

1.0.0(1mo ago)00GPL-3.0-or-laterPHPPHP ^8.2

Since Mar 27Pushed 1mo agoCompare

[ Source](https://github.com/outstand-labs/outstand-silent-update)[ Packagist](https://packagist.org/packages/outstand/silent-update)[ GitHub Sponsors](https://github.com/s3rgiosan)[ Fund](https://ko-fi.com/s3rgiosan)[ RSS](/packages/outstand-silent-update/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Outstand Silent Update
======================

[](#outstand-silent-update)

> Update a post without changing its modified date in the Block Editor.

Description
-----------

[](#description)

When you fix a typo, adjust formatting, or make minor edits to a published post, you may not want the "Last Modified" date to change. This plugin adds a **Silent Update** button to the Block Editor that saves your changes while preserving the original modified date.

This is useful when:

- Fixing typos or formatting on older content
- Updating internal links or media without signaling a content change
- Preventing RSS feeds from resurfacing old posts after minor edits
- Keeping "Last Updated" displays accurate to actual content changes

How it works
------------

[](#how-it-works)

1. Open a published post in the Block Editor.
2. Click the **Silent Update** button in the editor header toolbar.
3. A sidebar opens showing the current date and the last modified date that will be preserved.
4. Click **Save silently** to save your changes without updating the modified date.

The button only appears for published posts on supported post types.

Installation
------------

[](#installation)

### Manual Installation

[](#manual-installation)

1. Download the plugin ZIP file from the GitHub repository.
2. Go to Plugins &gt; Add New &gt; Upload Plugin in your WordPress admin area.
3. Upload the ZIP file and click Install Now.
4. Activate the plugin.

### Install with Composer

[](#install-with-composer)

To include this plugin as a dependency in your Composer-managed WordPress project:

1. Add the plugin to your project using the following command:

```
composer require outstand/silent-update
```

2. Run `composer install` to install the plugin.
3. Activate the plugin from your WordPress admin area or using WP-CLI.

Supported post types
--------------------

[](#supported-post-types)

By default, only the `post` post type is supported. You can extend this with the `outstand_silent_update_post_types` filter:

```
add_filter( 'outstand_silent_update_post_types', function ( $post_types ) {
    $post_types[] = 'page';
    $post_types[] = 'my_custom_post_type';
    return $post_types;
} );
```

Requirements
------------

[](#requirements)

- WordPress 6.7+
- PHP 8.2+

License
-------

[](#license)

This project is licensed under the [GPL-3.0-or-later](https://spdx.org/licenses/GPL-3.0-or-later.html).

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance90

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

46d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42eed63db46bd6dc4df88e37095ad4f8aeacfcc63f68e7e11c637eb9ec18a652?d=identicon)[s3rgiosan](/maintainers/s3rgiosan)

---

Top Contributors

[![s3rgiosan](https://avatars.githubusercontent.com/u/499982?v=4)](https://github.com/s3rgiosan "s3rgiosan (2 commits)")

---

Tags

block-editorgutenbergwordpresswordress-plugin

### Embed Badge

![Health badge](/badges/outstand-silent-update/health.svg)

```
[![Health](https://phpackages.com/badges/outstand-silent-update/health.svg)](https://phpackages.com/packages/outstand-silent-update)
```

###  Alternatives

[humbug/box

Fast, zero config application bundler with PHARs.

1.3k801.5k69](/packages/humbug-box)[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

2994.3M16](/packages/vaimo-composer-patches)[mglaman/composer-drupal-lenient

1317.4M15](/packages/mglaman-composer-drupal-lenient)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5341.9M446](/packages/drupal-core-composer-scaffold)[roots/wordpress-core-installer

A Composer custom installer to handle installing WordPress as a dependency

4115.6M19](/packages/roots-wordpress-core-installer)[drupal/core-project-message

Adds a message after Composer installation.

2122.6M172](/packages/drupal-core-project-message)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
