Skip to content

Commit 9d62149

Browse files
committed
Updated changelog.md and update.json and readme.md.
Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
1 parent e38a797 commit 9d62149

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

changelog.md

+12
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.14.4-1.1.0.0] - 2020-01-18
10+
11+
### Added
12+
- Resolved #20. (Improve default permission configuration.)
13+
- Resolved #19. (Implement permissions for block break and block place events.)
14+
15+
### Changed
16+
- Updated core module version.
17+
18+
### Fixed
19+
- Not working permissions in group with inheritance.
20+
921
## [1.14.4-1.0.1.0] - 2020-01-15
1022

1123
### Added

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This modification serves as a command permissions provider for players. It is ve
88

99
### Explore
1010

11-
#### [Download mod](https://github.com/ProjectEssentials/ProjectEssentials-Permissions/releases/download/v1.14.4-1.0.1.0/Project.Essentials.Permissions-1.14.4-1.0.1.0.jar) · [How to install](documentation/for-players.md) · [Troubleshooting](https://github.com/ProjectEssentials/ProjectEssentials-Permissions/issues/new/choose) · [News & updates](https://t.me/minecraftforge) · [Change log](changelog.md)
11+
#### [Download mod](https://github.com/ProjectEssentials/ProjectEssentials-Permissions/releases/download/v1.14.4-1.1.0.0/Project.Essentials.Permissions-1.14.4-1.1.0.0.jar) · [How to install](documentation/for-players.md) · [Troubleshooting](https://github.com/ProjectEssentials/ProjectEssentials-Permissions/issues/new/choose) · [News & updates](https://t.me/minecraftforge) · [Change log](changelog.md)
1212

1313
<a href="https://ko-fi.com/mairwunnx" target="_blank"><img src="./assets/support_social.png"></a>
1414

update.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Permissions/releases/tag/v1.14.4-1.0.1.0",
2+
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Permissions/releases/tag/v1.14.4-1.1.0.0",
33
"1.14.4": {
4+
"1.14.4-1.1.0.0": " - Resolved #20. (Improve default permission configuration.)\n - Resolved #19. (Implement permissions for block break and block place events.)\n - Updated core module version.\n - Fixed not working permissions in group with inheritance.",
45
"1.14.4-1.0.1.0": " - Added compatibility with core module `1.0.3.2`.\n - Added compatibility with cooldown module `1.0.2.0`.\n - Updated gradle wrapper version to `5.6.4`.\n - CHANGELOG.md renamed to changelog.md.\n - Updated core module and cooldown module.\n - Updated version number to `1.0.1.0`.\n - Removed comments from gradle.properties.\n - Removed redundant information logging.\n - Simplified code for creating directory.\n - Usings optimal `JsonConfiguration` from core module.",
56
"1.14.4-1.0.0.0": " - build.gradle little file refactoring.\n - Implemented permission groups inheritance permissions.\n - Removed redundant logger messages.\n - Fixed incorrect permission node for /permission reload command.\n - Fixed grammatical mistakes by @abhiroopwastaken\n - Fixed grammatical mistakes by @Aircoookie\n - PermissionData renamed to PermissionModel.kt\n - build.gradle little file refactoring.\n - Updated forge version, bumped kotlinx serialization.\n - Updated kotlin runtime version.\n - Simplified `JsonConfiguration` in PermissionBase.kt\n - Simplified permissions command to `/permissions` or `/perm`.\n - readme.md changed information for developers.\n - Added CHANGELOG.md file.\n - Implemented permission groups inheritance permissions.\n - Added ability to use shorten permission nodes.\n - Added pull request temple to this repository by @huangyz0918\n - Added Serbian translation by @vr1e\n - Added German translation by @BixelPitch\n - Added detecting opped players (now all opped players have all permissions).\n - Added Compatibility with future versions of `Cooldowns` module.\n - Added CurseForge link for `/perm about` command.",
67
"1.14.4-0.2.0.0": " - Improved configuration logging after loading.\n - Fixed incorrect permission removing from user\n - Fixed mod crash on loading permission data for users.\n - Fixed incorrect command aliases registering.",
@@ -10,7 +11,7 @@
1011
"1.14.4-0.1.0.0": " - Initial release of PermissionsAPI as Project Essentials part."
1112
},
1213
"promos": {
13-
"1.14.4-latest": "1.14.4-1.0.1.0",
14-
"1.14.4-recommended": "1.14.4-1.0.1.0"
14+
"1.14.4-latest": "1.14.4-1.1.0.0",
15+
"1.14.4-recommended": "1.14.4-1.1.0.0"
1516
}
1617
}

0 commit comments

Comments
 (0)