Skip to content

Commit

Permalink
Cleanup packagist release
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasso committed Jul 22, 2024
1 parent 13264e0 commit 14a4db8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 14 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.* export-ignore
package.json export-ignore
pnpm-lock.yaml export-ignore
readme.txt export-ignore
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hirasso/focal-point-picker",
"description": "Set a custom focal point for your images, directly in the WP media grid",
"description": "A WordPress plugin to set a custom focal point for your images, directly in the WP media grid",
"type": "wordpress-plugin",
"license": "GPL-3.0-or-later",
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion focal-point-picker.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Plugin Name: focal-point-picker
* Description: Set a custom focal point for your images, directly in the WP media grid
* Version: 1.2.2
* Version: 1.2.3
* Author: Rasso Hilber
* Author URI: https://rassohilber.com/
* Tested up to: 6.7
Expand Down
17 changes: 5 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,13 @@ Zero-dependency [focal point](<[url](https://en.wikipedia.org/wiki/Focus_(optics

### Via Composer (recommended):

1. You'll need a custom entry in the `repositories` array in your `composer.json`:

```json
{
"repositories": [
{
"type": "vcs",
"url": "[email protected]:hirasso/focal-point-picker.git"
}
]
}
1. Install the plugin:

```shell
composer require hirasso/focal-point-picker
```

2. Run `composer require hirasso/focal-point-picker` in your terminal – Done!
2. Activate the plugin using `wp plugin activatea hirasso/focal-point-picker` – Done!

### Manually:

Expand Down

0 comments on commit 14a4db8

Please sign in to comment.