PluginProbe
Image Source Control Lite – Show Image Credits and Captions / 1.1
Image Source Control Lite – Show Image Credits and Captions v1.1
3.12.0 3.11.0 trunk 1.1 1.1.1 1.1.2 1.1.2.1 1.1.3 1.10 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.2 1.2.0.1 1.2.0.2 1.2.0.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.4.1 1.3.5 All 110 releases
← All changes | readme.txt +36 -233 1.10.4 → 1.1 View file →
@@ -1,93 +1,34 @@
1 -=== Image Source Control ===
1 +=== Plugin Name ===
2 2 Contributors: webzunft
3 -Tags: image, images, picture, picture source, image source, mediathek, media, caption, copyright
4 -Requires at least: 5.0
5 -Tested up to: 5.3
6 -Stable tag: 1.10.4
7 -Requires PHP: 5.6
3 +# Donate link: http://example.com/
4 +Tags: image, images, picture, picture source, image source, mediathek
5 +Requires at least: 3.4
6 +Tested up to: 3.5
7 +Stable tag: 1.1
8 8 License: GPLv3 or later
9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html
10 10
11 -The Image Source Control manages image sources, displays them and warns if they are missing.
11 +The Image Source Control saves the source of an image, lists them and warns if it is missing.
12 12
13 13 == Description ==
14 14
15 -Did you ever forget to add the source to an image file in the frontend and the lawyer of the copyright holder knocked on your door?
15 +Did you ever forget to add the source to an image file in the frontend and the lawer of the copyright holder knocked on your door?
16 16
17 17 Image Source Control (ISC) helps to prevent this situation.
18 18
19 -> <strong>version 2.0</strong>
20 ->
21 -> Version 2.0 is in the making with a lot of improvements and fixes
22 -> I would appreciate anyone who would download and test it from
23 -> https://github.com/webgilde/image-source-control
24 ->
25 -> Please report any issues directly in github.
19 +**Features**
26 20
27 -**Image Sources Lists**
21 +* adds an extra field (custom field) to mediathek to include the image source into
22 +* lets you mark an image as your own
23 +* lists images with missing sources
24 +* shortcode to include the sources in content fields
25 +* function to include sources of a post in templates
28 26
29 -You can choose between different image source list types:
30 -
31 -* source as image caption/overlay (not compatible with all themes)
32 -* source list below the content
33 -* combined source list of all images
34 -
35 -**Frontend Features**
36 -
37 -* display sources for images in content, galleries, shortcodes and featured images
38 -* show image source directly in the image (not working with all images and themes)
39 -* include a list with all images and their sources of the current page/post
40 -* include a list with all images and their sources of the whole website
41 -* attach lists below the content automatically or using shortcodes or template functions
42 -* display image sources on archive pages
43 -
44 -**Backend Features**
45 -
46 -* manage image source within media dashboard and in the Image block settings
47 -* mark an image to belong to the uploader
48 -* lists images with missing sources in the backend
49 -* warnings, if image source is missing
50 -* link sources to any url
51 -* manage, display and link licenses
52 -
53 27 **Localization**
54 28
55 29 English, German
56 30
57 -== Instructions ==
58 -
59 -Also have a look at the [image source control website](http://webgilde.com/en/image-source-control/image-source-control-manual/).
60 -
61 -Find a list of images with missing sources under _Media > Missing sources_
62 -
63 -**Automatic image sources**
64 -
65 -You can choose to display image sources automatically below the post content or as a small overlay above your images. Just visit the settings page of the plugin to enable those options.
66 -
67 -**Manually included image sources on pages/posts**
68 -
69 -You can add the image source list manually to pages or post via the shortcode `[isc_list]` in your content editor. You can use `[isc_list id="123]` to show the list of any post or page.
70 -
71 -You can also add the list with the function `isc_list()` within the loop in your template files. Use `isc_list( $post_id )` to show the image source list outside the loop.
72 -
73 -You should also check first if the function exists before using it:
74 -`<?php if( function_exists('isc_list') ) { isc_list(); } ?>`
75 -
76 -**List all image sources**
77 -
78 -You can add a paginated list with ALL attachments and sources attached to posts and pages using the shortcode `[isc_list_all]`.
79 -
80 -Use `[isc_list_all per_page="25"]` to show only a limited number of images per page.
81 -
82 -Use `[isc_list_all included="all"]` to show all attachments in the list, including those not explicitly attached to a post.
83 -
84 -The plugin searches your post content and thumbnail for images (attachments) and lists them, if you included at least the image source or marked it as your own image.
85 -
86 -== Legal Notice ==
87 -
88 -This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
89 -
90 31 == Installation ==
91 32
92 33 This section describes how to install the plugin and get it working.
93 34
@@ -94,178 +35,40 @@
94 35 e.g.
95 36
96 37 1. Upload `wg-image-source-control`-folder to the `/wp-content/plugins/` directory
97 38 1. Activate ISC through the 'Plugins' menu in WordPress
98 -1. Visit _Settings > Image Control_ to set up the plugin
99 39
100 -See the _Instructions_ section [here](https://wordpress.org/plugins/image-source-control-isc/#description).
101 -
102 40 == Screenshots ==
103 41
104 -1. edit image source settings in the Image block
105 -1. display a list with all images of your site and their sources
106 -1. display image source within the image
107 -1. some of the settings to customize how to display image sources
42 +1. Missing sources page to list images with missing source.
43 +2. Two extra fields from ISC in mediathek
108 44
109 45 == Changelog ==
110 46
111 -= 1.10.4 =
47 += in development =
112 48
113 -* fixed block editor files being loaded in the frontend
49 += 1.1 =
50 +* [fixed] show image sources under the post
51 +* [fixed] display "checked" attribute in frontend
52 +* [fixed] don't display image titles in image source list without a source
53 +* [feature] show sources for all images visible in the post content, not the post gallery
54 +* [feature] automatically load image source list first time a post is displayed after plugin installation
114 55
115 -= 1.10.3 =
56 += 1.0 =
57 +* initial submittion
58 +* [feature] Added image source fields to mediathek
59 +* [feature] List images with missing sources
60 +* [feature] Shortcode to include the sources in content fields
61 +* [feature] Function to include sources of a post in templates
116 62
117 -* fixed JavaScript bug in block editor with WordPress 5.3
63 +== Instructions ==
118 64
119 -= 1.10.2 =
65 +Find a list of images with missing sources under _Mediathek > Missing sources_
120 66
121 -* removed CSS class which was set automatically in the image block
67 +You can add the image source list to pages or post via the shortcode [isc_list] in your content editor. You can use `[isc_list id="123]`to show the list of any post or page.
122 68
123 -= 1.10.1 =
69 +You can also add the list with the function `isc_list()` within the loop in your template files. Use `isc_list( $post_id )` to show the image source list outside the loop.
124 70
125 -* fix for block translations
71 +You should also check first if the function exists before using it:
72 +`<?php if( function_exists('isc_list') ) { isc_list(); } ?>`
126 73
127 -= 1.10 =
128 -
129 -* added image source settings to Image block
130 -
131 -= 1.9.7 =
132 -
133 -* changed `licence` string to `license` to match en_US language base
134 -* extended list of copyright licenses
135 -
136 -= 1.9.6 =
137 -
138 -* fixed issue using [isc_list] without overlays
139 -
140 -= 1.9.5 =
141 -
142 -* removed additional output introduced in 1.9.3
143 -
144 -= 1.9.4 =
145 -
146 -* fixed index error
147 -
148 -= 1.9.3 =
149 -
150 -* prevent image source overlay on full image source list and below
151 -* optimized query of missing-sources check
152 -* only check for missing sources when an image was uploaded or once every 24 hours
153 -
154 -= 1.9.2 =
155 -
156 -* prevent infinite loop for posts with automatic image source lists where images are not index yet
157 -* moved German translation to wordpress.org
158 -
159 -= 1.9.1 =
160 -
161 -* delayed displaying source overlay by 100 ms to give images a chance to load their height
162 -* fixed wrong height of the overlay being used
163 -* fixed missing textdomain code to allow translations added through wordpress.org
164 -
165 -= 1.9 =
166 -
167 -THIS UPDATE CONTAINS SOME BASIC CHANGES ON HOW IMAGES ARE DETECTED IN THE CONTENT. PLEASE TEST IT.
168 -
169 -Please [reach out](https://wordpress.org/support/plugin/image-source-control-isc) in case you are suddenly missing any image sources.
170 -
171 -* rewritten the way how images are detected in the content of the post or page
172 -* replaced use of image url with attachment ID where possible to lift some heavy loads
173 -* fix for image names including dimensions (e.g., 300x250)
174 -* works with version 2.4.0 of Gutenberg plugin
175 -* place overlay correctly even when page continues to shift after being loaded
176 -* load public JavaScript in footer by default
177 -* prevent saving ISC post meta information on non-public post types
178 -
179 -= 1.8.11.2 =
180 -
181 -* fixed align value not being understood correctly
182 -
183 -= 1.8.11.1 =
184 -
185 -* fixed missing index issue
186 -* call parent class in admin class constructor
187 -
188 -= 1.8.11 =
189 -
190 -* cleanup
191 -* removed log spam introduced with 1.8.10
192 -* prevent SQL injection through crafted img src attributes
193 -
194 -= 1.8.10.1 =
195 -
196 -* hotfix for php below 5.3
197 -
198 -= 1.8.10 =
199 -
200 -* don’t list images attached to non-public posts in the full image list, when only visible images should be displayed, thanks to heiglandreas
201 -* added fallback to read images from galleries
202 -* added `isc_get_image_by_url_query` filter
203 -* fixed image list being empty due to autosave
204 -* read src from attribute according to dom documentation, thanks to heiglandreas
205 -* tested with WordPress 4.4 beta 4
206 -
207 -= 1.8.9 =
208 -
209 -* rather use than error-log query
210 -
211 -= 1.8.8 =
212 -
213 -* search for image urls regardless of their used protocol (http or https)
214 -
215 -= 1.8.6 | 1.8.7 =
216 -
217 -* removed duplicate post links on full source list
218 -
219 -= 1.8.5 =
220 -
221 -* fixed deprecated sanitize_url()
222 -
223 -= 1.8.4 =
224 -
225 -* [feature] added option to display all images in the full list, not just those visible in posts
226 -* [fixed] default author text not showing up
227 -
228 -= 1.8.3 =
229 -
230 -* [fixed] saving pre text for source overlay, thanks to maler.whick
231 -
232 -= 1.8.2 =
233 -
234 -* [feature] show image sources for changed images
235 -* [feature] show image sources for images with query parameters
236 -
237 -= 1.8.1 =
238 -
239 -* [fixed] set default value for new option to prevent error message
240 -
241 -= 1.8 =
242 -
243 -* [feature] display image sources on archive pages (see settings)
244 -* [feature] use `isc_thumbnail_source()` to display thumbnail source in templates
245 -* [feature] added image sources for galleries and other shortcodes
246 -* updated German translation
247 -
248 -= 1.7.3 =
249 -
250 -* [fixed] bug on ajax calls preventing the source fields to show up on ajax called pages in the dashboard
251 -* [fixed] bug on multisite update
252 -* [optimized] don’t hide setting boxes
253 -* [optimized] finished moving all publically needed function to its own class
254 -
255 -= 1.7.2 =
256 -
257 -* [fixed] error message shown when list type settings was empty or unsaved
258 -* [fixed] source overlay showing if no image source was set for it
259 -* [optimized] trim source input
260 -
261 -= 1.7.1 =
262 -
263 -* [fixed] source list function referring to the wrong plugin class
264 -
265 -= 1.7.0 =
266 -
267 -* [optimized] manage different source display types on top of settings page
268 -* [optimized] renamed settings page to "Image Sources"
269 -* [removed] hiding source list elements in the frontend is no longer possible
270 -* [fixed] show source list not only below posts, but every other post type
271 -* [fixed] removed screenshots from main plugin files
74 +The plugin searches your post content and thumbnail for images (attachments) and lists them, if you included at least the image source or marked it as your own image.