Skip to content

Commit

Permalink
Update post-org
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjacoby committed Jul 12, 2023
1 parent a803c23 commit 385f212
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bin
composer.json
composer.lock
dependencies.yml
esc.php
ecs.php
Gruntfile.js
package.json
package-lock.json
Expand Down
27 changes: 5 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@ Easily customize [wp-admin](#admin) and configure [application](#application) op

## Installation

[Composer/Bedrock](https://roots.io/bedrock/)
[Composer](https://getcomposer.org/)

```shell
$ composer require soberwp/intervention:dev-main
$ wp plugin activate intervention
$ composer require wpackagist-plugin/intervention
```

[WP-CLI](http://wp-cli.org/)

```shell
$ wp plugin install https://github.com/darrenjacoby/intervention/archive/master.zip --activate
$ wp plugin install intervention --activate
```

#### Requirements
Expand Down Expand Up @@ -176,7 +175,7 @@ Set application options.

Return `application`.

**New!** You can auto-generate/export a config file from the database using `Tools/Intervention` in the WordPress admin.
Tip: automate exporting a config file from the database using ToolsIntervention in the WordPress admin.

```php
<?php
Expand Down Expand Up @@ -231,22 +230,6 @@ return [
- [Remove attachments](.github/application/posts.md#remove)
- [Enable custom media/mime types](.github/application/media.md#mime-types)

#### Composer

- Change the composer.json version to ^2.0.0\*\*<br>
- Check [CHANGELOG.md](CHANGELOG.md) for any breaking changes before updating.

```shell
$ composer update
```

#### WordPress

Includes support for github-updater to track updates through wp-admin.

- [Download](https://github.com/afragen/github-updater)

### Support
### Connect

- Twitter: [@withjacoby](https://twitter.com/withjacoby)
- Paypal: [paypal.me/darrenjacoby](https://paypal.me/darrenjacoby)

0 comments on commit 385f212

Please sign in to comment.