forked from fukata/wp-flickr-press
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·254 lines (175 loc) · 5.43 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
=== wp-flickr-press ===
Contributors: tatsuya, alexanderovsov
Donate link: http://fukata.org/
Tags: images,flickr
Requires at least: 3.8
Tested up to: 3.9
Stable tag: 2.0.0
Flickr integration for wordpress plugin.
== Description ==
Flickr integration for wordpress plugin.
Latest source: http://github.com/fukata/wp-flickr-press/
Features
1. Insert flickr media in post.
2. Cache search results.
3. Default settings at insert flickr media.
4. Setting value a tag rel and class property.
5. Support the php safe mode.
Dependencies
1. php-curl http://php.net/manual/ja/book.curl.php
Issues
If you want to report bugs and wishes to find a following.
https://github.com/fukata/wp-flickr-press/issues
== Installation ==
1. Download the plugin, unpack it and upload the 'wp-flickr-press' folder to your wp-content/plugins directory.
2. To grant write access to wp-content/plugins/wp-flickr-press/cache.
3. Activate the plugin through the 'Plugins' menu in WordPress.
4. [Create Your Flickr App](http://www.flickr.com/services/apps/create/apply/ "Create Your Flickr App") and settings OAuth Callback URL. Default OAuth Callback URL is `http://"Your Blog Domain"/wp-admin/admin.php?action=wpfp_flickr_oauth_callback
5. Go to [Settings] -> [FlickrPress] to configure the options.
== Frequently Asked Questions ==
None
== Screenshots ==
1. Search
2. Insert Post
3. Setting config
4. FullScreen Writing
5. New UI 1
6. New UI 2
== Changelog ==
= 2.0.0 =
* Feature: Add new UI.
= 1.9.19 =
* Bugfix: Check curl support SSL.
= 1.9.18 =
* Bugfix: Syntax error.
= 1.9.17 =
* Feature: Support Flickr API SSL.
= 1.9.16 =
* Feature: Add Reset OAuth Token button.
= 1.9.15 =
* Bugfix: Support user alias when list mode.
* Feature: Add null keyword insert template.
* Feature: Support multiple insert and insert template when thumbnail mode.
= 1.9.14 =
* Bugfix: Display two buttons when certain conditions.
* Bugfix: Pager next link broken when search by photosets.
= 1.9.13 =
* Add embed player align parameter.
= 1.9.12 =
* Implemented embed player.
= 1.9.11 =
* Fixed design for WP 3.8.
= 1.9.9 =
* Add sizes Square 150, Small 320, Medium 800.
= 1.9.8 =
* Miss numbering.
= 1.9.7 =
* Fixed typo default image size.
* Support SSL.
= 1.9.6 =
* Corresponding to WordPress 3.5 and not support less than v3.5.
= 1.9.5 =
* Add language ro_RO.
= 1.9.4 =
* Bugfix form url search type list.
= 1.9.3 =
* Add description for Flickr App CallbackURL.
= 1.9.2 =
* Fixed bug doesn't work activation single site.
= 1.9.1 =
* Fixed readme.txt
* Add message languages file.
= 1.9.0 =
* Fixed plugins in symlinked directories.
= 1.8.0 =
* Fixed bug Use larger than selected size when selected photo size doesn't exists.
* Add image class property option.
* Add photo path alias option.
= 1.7.8 =
* Formatting tags insert photo thumbnail search type.
* Modified to also search to find pictures of otosets in private mode.
= 1.7.7 =
* Fixed bug html entities escape photo title at insert thumbnail search type.
* Fixed bug can not search private photo at list search type.
= 1.7.6 =
* Html entities escape photo title at insert thumbnail search type.
= 1.7.5 =
* Add title property a tag at insert photo.
= 1.7.4 =
* Change settings menu capability.
= 1.7.3 =
* flickr-gallery Fixed a bug when used with plug-ins.
= 1.7.2 =
* Fixed bug v3.3.
= 1.7.1 =
* Add check cache directory permission.
= 1.7.0 =
* Add insert flickr media button when writing fullscreen mode.
= 1.6.2 =
* Change photo window height 550px thumbnail search.
= 1.6.1 =
* Don't Use PHP Session.
= 1.6.0 =
* Add Default Link URL Type.
* Add Photo Size Medium 640.
= 1.5.1 =
* Fixed bug undefined variable.
= 1.5.0 =
* Add Default File URL Size.
= 1.4.0 =
* fixed bug use original size when not exists large size.
* add link property rel and class.
= 1.3.3 =
* Add large size photo. Use original size if don't large size.
= 1.3.2 =
* Fixed bug media_upload.js doesn't load post.php.
= 1.3.1 =
* Disabled cache jquery-flickr-client.
= 1.3.0 =
* Search(Thumbnail)時にOAuthトークンを利用したアクセスに対応
= 1.2.2 =
* 不要なconsole.logを削除
= 1.2.1 =
* メッセージが正常に表示されていなかったバグを修正
= 1.2.0 =
* 国際化(日本語)対応
= 1.1.1 =
* jqueryのflickrプラグイン内のconsole.logをコメントアウト
= 1.1.0 =
* 旧UIの速度改善
= 1.0.0 =
* 新UIを実装
= 0.9.0 =
* POSTで呼び出していた部分をGETに変更
= 0.8.0 =
* 画像個別に取得していたサイズ情報を取得しないように修正
= 0.7.1 =
* 特権管理者以外でも更新できるように修正
= 0.7.0 =
* クイック設定を追加
= 0.6.0 =
* 挿入順序を追加
= 0.5.0 =
* デフォルトのソート項目を追加
= 0.4.0 =
* 検索項目にソートを追加
= 0.3.0 =
* ユーザIDの取得方法を直入力からOAuth連携に修正
* 画像挿入時のテンプレートを追加
= 0.2.0 =
* photosetで検索した際に詳細URL内のownerが抜けていたバグを修正
* マルチサイトを適用した場合に、ページングが動作していなかったバグを修正
= 0.1.0 =
* 一括挿入機能を追加
= 0.0.7 =
* タグサジェスト機能を追加
= 0.0.6 =
* Photosetsのプルダウンが選択状態が維持されないバグを修正
* キャッシュクリア用のボタンを追加
= 0.0.5 =
* API KEY、API SECRET、USER IDを未設定チェックを追加
= 0.0.4 =
* 検索機能追加
= 0.0.1 =
* 初回リリース
== Upgrade Notice ==