Skip to content

Commit

Permalink
docs: update installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Jun 18, 2024
1 parent 374ace9 commit af354df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/1.docs/1.get-started/1.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ composer require johannschopplich/kirby-seo-audit
```

::callout{icon="i-ri-information-line"}
Prior to v1.3, the plugin was published on a private Composer repository. It is now available on Packagist and can be installed without authentication. Your license key remains the same and is still required in production environments. To migrate your license key to the new location, follow these steps:
Prior to v1.7, the plugin was published on a private Composer repository. It is now available on Packagist and can be installed without authentication. Your license key remains the same and is still required in production environments. To migrate your license key to the new location, follow these steps:

- Open a Panel page that contains the SEO Audit section.
- Your license key is **is automatically migrated** from the `auth.json` file in your root directory to the new location in the `/site/config/.kirby-tools-licenses` file.
- Your license key is **automatically migrated** from the `auth.json` file in your root directory to the new location in the `/site/config/.kirby-tools-licenses` file.
- Update your `.gitignore` file to exclude the new license file.

You can remove the `repo.kirby.tools` repository configuration from your `composer.json` file.
Expand Down
4 changes: 2 additions & 2 deletions content/changelog/v1.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ date: 2024-06-18
- Deprecated the private Composer repository in favor of Packagist.

::callout{icon="i-ri-information-line"}
Prior to v1.3, the plugin was published on a private Composer repository. It is now available on Packagist and can be installed without authentication. Your license key remains the same and is still required in production environments. To migrate your license key to the new location, follow these steps:
Prior to v1.7, the plugin was published on a private Composer repository. It is now available on Packagist and can be installed without authentication. Your license key remains the same and is still required in production environments. To migrate your license key to the new location, follow these steps:

- Open a Panel page that contains the SEO Audit section.
- Your license key is **is automatically migrated** from the `auth.json` file in your root directory to the new location in the `/site/config/.kirby-tools-licenses` file.
- Your license key is **automatically migrated** from the `auth.json` file in your root directory to the new location in the `/site/config/.kirby-tools-licenses` file.
- Update your `.gitignore` file to exclude the new license file.

You can remove the `repo.kirby.tools` repository configuration from your `composer.json` file.
Expand Down

0 comments on commit af354df

Please sign in to comment.