Skip to content

Commit f958848

Browse files
committed
Update plugin metadata
1 parent 174289d commit f958848

2 files changed

Lines changed: 6 additions & 11 deletions

File tree

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and comments that will turn into HTML links when saving the post.
1010
Features
1111
--------
1212

13-
* Creates links to the user profile when using user mentions like `@pupi1985` or `@"pupi 1985"`
13+
* Creates links to the user profile when using user mentions like `@pupi1985@` or `@pupi 1985@`
1414
* Creates links to the tag pages when using user references like `#cars#`
1515
* Internationalization support
1616
* No need of core hacks or plugin overrides
@@ -30,13 +30,8 @@ Setup comments
3030
Notes
3131
-------
3232

33-
User mentions can be performed by just writing `@username` where `username` must be a registered user in the system.
34-
These kind of mentions only work for user names that have letters, numbers, undescores `_` and dashes `-` in their
35-
user names.
36-
37-
When trying to mention a user that contains characters not included in the previous list (like spaces), it is
38-
possible to mention them by using `@"user name"`. It is important to open the quotes immediately next to the `@` and to
39-
close them. Otherwise, the mention will not be created.
33+
User mentions can be performed by just writing `@username@` where `username` must be a registered user in the system.
34+
If the mentioned user contains special characters in their handle just input them exactly as their handle.
4035

4136
Tags can be created by just writing `#tag#` where `tag` could be an existent or a non-existent tag in the system.
4237

metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "Hashtagger",
33
"uri": "https://github.com/pupi1985/q2a-hashtagger",
44
"description": "Automatically convert hashtags (#some_word#) and mentions (@some_name) into HTML links",
5-
"version": "1.2.3",
6-
"date": "2019-01-27",
5+
"version": "1.2.5",
6+
"date": "2019-03-10",
77
"author": "Victor (Extended by pupi1985)",
88
"author_uri": "http://question2answer.org/qa/user/pupi1985",
99
"license": "GPLv3",
1010
"update_uri": "https://raw.githubusercontent.com/pupi1985/q2a-hashtagger/master/metadata.json",
1111
"min_q2a": "1.7.0",
12-
"min_php": "5.1.6",
12+
"min_php": "5.4.0",
1313
"load_order": "after_db_init"
1414
}

0 commit comments

Comments
 (0)