Skip to content

Commit f7a36db

Browse files
committed
[Quality] Rename the plugin so "plugin" is not in the name anymore
1 parent 32b4581 commit f7a36db

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<!-- Keep a Changelog guide -> https://keepachangelog.com -->
22

3-
# FilePermissionsPlugin Changelog
3+
# File Permissions Plugin Changelog
44

55
## [Unreleased]
66
### Changes
77
- Validate for IntelliJ Idea Beta (211.x)
88
- Bump some versions of development dependencies
9+
- Rename the plugin to remove plugin from the name (follow verifier rules)
910

1011
## [0.1.8]
1112
### Changes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# FilePermissionsPlugin
1+
# IntelliJ File Permissions Plugin
22

33
![Build](https://github.com/bjonnh/FilePermissionsPlugin/workflows/Build/badge.svg)
44
[![Version](https://img.shields.io/jetbrains/plugin/v/16238.svg)](https://plugins.jetbrains.com/plugin/16238-filepermissionsplugin)
55
[![Downloads](https://img.shields.io/jetbrains/plugin/d/16238.svg)](https://plugins.jetbrains.com/plugin/16238-filepermissionsplugin)
66

77
<!-- Plugin description -->
8-
**File Permissions Plugin** allows the change of file permissions directly from IntelliJ.
8+
The **File Permissions** plugin allows the change of file permissions directly from IntelliJ.
99

1010
It adds two actions:
1111

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>net.bjonnh.intellij.filepermissionsplugin</id>
3-
<name>FilePermissionsPlugin</name>
4-
<vendor>Bjonnh.net</vendor>
3+
<name>File Permissions</name>
4+
<vendor>bjonnh.net</vendor>
55

66
<!-- Product and plugin compatibility requirements -->
77
<!-- https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->

0 commit comments

Comments
 (0)