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. [Utility &amp; Helpers](/categories/utility)
4. /
5. outstand/silent-update

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

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

1.1.1(1mo ago)113GPL-3.0-or-laterPHPPHP ^8.2

Since Mar 27Pushed 1mo agoCompare

[ Source](https://github.com/pixelalbatross/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 3w ago

READMEChangelog (3)Dependencies (6)Versions (4)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 latest release ZIP from the [Releases page](https://github.com/pixelalbatross/outstand-silent-update/releases/latest).
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`.
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+

Changelog
---------

[](#changelog)

All notable changes to this project are documented in [CHANGELOG.md](https://github.com/pixelalbatross/outstand-silent-update/blob/main/CHANGELOG.md).

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

41

—

FairBetter than 87% of packages

Maintenance91

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

Every ~21 days

Total

3

Last Release

49d 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 (8 commits)")

---

Tags

block-editorgutenbergoutstandwordpresswordress-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

[symfony/runtime

Enables decoupling PHP applications from global state

74694.9M938](/packages/symfony-runtime)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5344.1M526](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2124.0M193](/packages/drupal-core-project-message)[sandersander/composer-link

Adds ability to link local packages for development with composer

94441.4k](/packages/sandersander-composer-link)[phpro/grumphp-shim

GrumPHP Phar distribution

284.6M333](/packages/phpro-grumphp-shim)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41759.2k3](/packages/lullabot-drainpipe)

PHPackages © 2026

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