Skip to content

Commit 5f92a67

Browse files
committed
Probably about time we said this was a 1.0
1 parent c9144dc commit 5f92a67

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "idno/twitter",
33
"type": "known-plugin",
44
"description": "Cross-post site content to Twitter. Contains Matt Harris's <a href=\"https://github.com/themattharris/tmhOAuth\">Twitter library</a>, released under the Apache 2.0 license.",
5-
"version": "0.1.6",
5+
"version": "1.0.0",
66
"prefer-stable": true,
77
"minimum-stability": "dev",
88
"require": {

languages/twitter.pot

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
#: ./Main.php:276
2-
msgid "We couldn't upload your photo to Twitter. Twitter's response: %s."
1+
#: ./Pages/Account.php:33
2+
msgid "Your Twitter settings have been removed from your account."
3+
msgstr ""
4+
5+
#: ./Pages/Callback.php:40
6+
msgid "Your Twitter credentials were saved."
7+
msgstr ""
8+
9+
#: ./Pages/Callback.php:43
10+
msgid "Your Twitter credentials could not be saved."
11+
msgstr ""
12+
13+
#: ./Pages/Admin.php:32
14+
msgid "Your Twitter application details were saved."
315
msgstr ""
416

517
#: ./templates/default/admin/twitter.tpl.php:5
@@ -78,19 +90,7 @@ msgstr ""
7890
msgid "The administrator has not finished setting up Twitter on this site. Please come back later."
7991
msgstr ""
8092

81-
#: ./Pages/Account.php:33
82-
msgid "Your Twitter settings have been removed from your account."
83-
msgstr ""
84-
85-
#: ./Pages/Admin.php:32
86-
msgid "Your Twitter application details were saved."
87-
msgstr ""
88-
89-
#: ./Pages/Callback.php:40
90-
msgid "Your Twitter credentials were saved."
91-
msgstr ""
92-
93-
#: ./Pages/Callback.php:43
94-
msgid "Your Twitter credentials could not be saved."
93+
#: ./Main.php:276
94+
msgid "We couldn't upload your photo to Twitter. Twitter's response: %s."
9595
msgstr ""
9696

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Twitter",
3-
"version": "0.1.6",
3+
"version": "1.0.0",
44
"devDependencies": {
55
"grunt": "^1.0.3"
66
}
7-
}
7+
}

plugin.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[Plugin description]
33
name = 'Twitter'
4-
version = '0.1.6'
4+
version = '1.0.0'
55
author = 'Known'
66
author_email = '[email protected]'
77
author_url = 'https://withknown.com'

0 commit comments

Comments
 (0)