Skip to content

Commit

Permalink
[#75] Update changelog and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuapease committed Apr 15, 2024
1 parent d564314 commit 9e5d606
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes for Viget Base Module

## 5.0.8 (Unreleased)
- Remove Phone Home (Airtable) feature. Use the [standalone Phone Home plugin](https://github.com/vigetlabs/craft-phone-home).
- Add PHPStan

## 5.0.7 - 2024-2-27
### Fixed
- Set module instance in `onInit` event

## 5.0.6 - 2024-2-22
### Fixed
- Defers initialization of the module until after Craft itself has initialized
Expand Down
11 changes: 0 additions & 11 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,3 @@ This means that it’s automatically loaded with Craft, without you having to in

### Migration
If you're upgrading an old project, remove all of the bootstrapping code (config/app.php or Yii submodule)

## Configure Phone Home

Add the following ENV variables to your enviroment file in all environments

```
AIRTABLE_API_KEY
AIRTABLE_BASE
```

Using the base ID from the Craft Inventory Airtable and the API key from 1Password for the Viget Airtable account.

0 comments on commit 9e5d606

Please sign in to comment.