Skip to content

Commit

Permalink
Rename to born05/craft-restrict-volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel van Hintum committed May 12, 2023
1 parent 5eca0d0 commit 2e37451
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 23 deletions.
1 change: 0 additions & 1 deletion .craftplugin

This file was deleted.

11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.0.0 - 2021-05-28
### Added
- Initial release
## 1.1.0 - 2023-05-12
### Fixed
- rename packagist to `born05/craft-restrict-volumes`

## 1.0.2 - 2021-06-01
### Fixed
- Settings error after adding a new volume

## 1.0.0 - 2021-05-28
### Added
- Initial release
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Born05
Copyright (c) 2023 Born05

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
21 changes: 5 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,12 @@ This plugin requires Craft CMS 3.0.0-beta.23 or later.

To install the plugin, follow these instructions.

1. Add a personal access token in the COMPOSER_AUTH env variable of the project (usually docker-compose) (If you have already done this, you can skip this step)
1. Then tell Composer to load the plugin:

COMPOSER_AUTH='{"gitlab-token":{"gitlab.born05.com":"<gitlab_personal_access_token>"}}'

2. Merge the repo in your composer.json
"repositories": [
{
"type": "composer",
"url": "https://gitlab.born05.com/api/v4/group/99/-/packages/composer/packages.json"
}
],

3. Then tell Composer to load the plugin:

composer require born05/craft-volume-filetypes

4. In the Control Panel, go to Settings → Plugins and click the “Install” button for Craft volume filetypes.
```
composer require born05/craft-restrict-volumes
```

2. In the Control Panel, go to Settings → Plugins and click the “Install” button for Craft volume filetypes.

Brought to you by [Born05](https://born05.com)
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "born05/restrict-volumes",
"name": "born05/craft-restrict-volumes",
"description": "Decide what filetypes are allowed per volume.",
"type": "craft-plugin",
"version": "1.0.0",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 2e37451

Please sign in to comment.