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.
- Host: GitHub
- URL: https://github.com/log1x/published-now
- Owner: Log1x
- License: mit
- Created: 2020-06-23T04:42:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T13:30:30.000Z (almost 6 years ago)
- Last Synced: 2024-10-14T05:59:55.892Z (over 1 year ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://github.com/log1x/published-now
- Size: 119 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Published Now


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