An open API service indexing awesome lists of open source software.

https://github.com/log1x/published-now

Quickly change a post publish date to the current date and time.
https://github.com/log1x/published-now

wordpress wordpress-plugin

Last synced: about 1 year ago
JSON representation

Quickly change a post publish date to the current date and time.

Awesome Lists containing this project

README

          

# Published Now

![Latest Stable Version](https://img.shields.io/packagist/v/log1x/published-now?style=flat-square)
![Total Downloads](https://img.shields.io/packagist/dt/log1x/published-now?style=flat-square)

A simple plugin adding a publish date reset button on the Classic Editor.

## Requirements

- [PHP](https://secure.php.net/manual/en/install.php) >= 7.1.3
- [Composer](https://getcomposer.org/download/)

## Installation

### Bedrock

Install via Composer:

```bash
$ composer require log1x/published-now
```

### Manual

Download the release `.zip` and install into `wp-content/plugins`.

## Development

Published Now is built using TailwindCSS and compiled with Laravel Mix.

```bash
$ yarn install
$ yarn run start
```

## Bug Reports

If you discover a bug in Published Now, please [open an issue](https://github.com/log1x/published-now/issues).

## Contributing

Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.

## License

Published Now is provided under the [MIT License](https://github.com/log1x/published-now/blob/master/LICENSE.md).