Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hashtagerrors committed Apr 30, 2019
1 parent 8fd1df8 commit a574eac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.1.1 - 2019-04-30
### Fixed
- A bug where new user accounts couldn't be activated because they lose their unverified email value.

## 1.1.0 - 2019-04-26
### Added
- Added Setting page to choose if photos should be assigned to new users only or not
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To use the plugin make sure a volume is assigned in `User Photo Location` in you
By default the plugin assings Photos to new user only. To assign photos to old users too, uncheck `Assign Images to New User Only` in Plugin Setting page.
To assign photos to all Users at once, Go to plugin section page and click `Assign`.

NOTE: If you are updating plugin from `v1.0.0` to `v1.1.0` you must have to do a `composer remove hashtagerrors/hashtagerror/user-initials-photo` and then `composer require hashtagerror/user-initials-photo` to get plugin setting and section page.
NOTE: If you are updating plugin from `v1.0.0` to `v1.1.0` or above you must have to do a `composer remove hashtagerrors/hashtagerror/user-initials-photo` and then `composer require hashtagerror/user-initials-photo` to get plugin setting and section page.

## User Initials Photo Roadmap

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hashtagerrors/user-initials-photo",
"description": "A plugin to assign profile picture of user with their name initials.",
"type": "craft-plugin",
"version": "1.1.0",
"version": "1.1.1",
"keywords": [
"craft",
"cms",
Expand All @@ -22,7 +22,7 @@
}
],
"require": {
"craftcms/cms": "^3.0.0-RC1"
"craftcms/cms": "^3.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a574eac

Please sign in to comment.