Changeset 2231114
- Timestamp:
- 01/21/2020 05:34:42 PM (6 years ago)
- Location:
- better-image-credits
- Files:
-
- 2 edited
-
tags/2.0.3/readme.txt (modified) (4 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
better-image-credits/tags/2.0.3/readme.txt
r2093174 r2231114 13 13 == Description == 14 14 15 This plugin adds credits, link and license fields to media uploads and offer several 16 options to display image credits on your posts and pages. You can either: 15 This plugin adds credits, link and license fields to media uploads and offer several options to display image credits on your posts and pages. You can either: 17 16 18 - Use the [image-credit] shortcode. Optional attributes are `sep`, `before`, `after` 19 and `template` (use curly brackets instead of square brackets for placeholders). 20 - Use the `the_image_credits()` template tag. Optional parameters are `sep`, 21 `before`, `after` and `template`. 22 - Let the plugin automatically display the credits for you, before or after the 23 content or overlaid above each image. 17 - Use the [image-credits] shortcode. Optional attributes are `sep`, `before`, `after` and `template` (use curly brackets instead of square brackets for placeholders). 18 - Use the `the_image_credits()` template tag. Optional parameters are `sep`, `before`, `after` and `template`. 19 - Let the plugin automatically display the credits for you, before or after the content or overlaid above each image. 24 20 - Use the widget to display the credits in the footer or the sidebars. 25 21 26 See the settings page to choose how you display the credits, including the HTML 27 used to build them. 22 See the settings page to choose how you display the credits, including the HTML used to build them. 28 23 29 This plugin is a fork of the [Image Credits plugin](http://wordpress.org/plugins/image-credits/) 30 by [Adam Capriola](http://profiles.wordpress.org/adamcapriola/). It is 100% 31 compatible, if you are already using the Image Credit plugin just replace it 32 with this one and it will work about the same way, except you will have more control. 24 This plugin is a fork of the [Image Credits plugin](http://wordpress.org/plugins/image-credits/) by [Adam Capriola](http://profiles.wordpress.org/adamcapriola/). It is 100% compatible, if you are already using the Image Credit plugin just replace it with this one and it will work about the same way, except you will have more control. 33 25 34 26 35 27 == Installation == 36 28 37 This plugin follows the [standard WordPress installation 38 method](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins): 29 This plugin follows the [standard WordPress installation method](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins): 39 30 40 31 1. Upload the `better-image-credits` folder to the `/wp-content/plugins/` directory … … 64 55 65 56 = Version 1.8 = 66 - The search box in the media library now allows searches through the credits 67 fields `source` and `license` 57 - The search box in the media library now allows searches through the credits fields `source` and `license` 68 58 - Plugin now uses only one row in the options' table 69 - Fixed bug that prevents ovelayed credits to properly display when multiple 70 images have the same credits 59 - Fixed bug that prevents ovelayed credits to properly display when multiple images have the same credits 71 60 - Added template-related settings to the credits widget 72 61 73 62 = Version 1.7 = 74 - Added the possibility to set the credits in bulk in the media library. Open 75 the media library, choose the list mode then in the "Bulk Actions" dropdown 76 choose the "Image Credits" action. Select the images you want to update and 77 press the "Apply" button. 63 - Added the possibility to set the credits in bulk in the media library. Open the media library, choose the list mode then in the "Bulk Actions" dropdown choose the "Image Credits" action. Select the images you want to update and press the "Apply" button. 78 64 79 65 = Version 1.6.1 = … … 95 81 96 82 = Version 1.5.1 = 97 - Fixed wrong hook used to initialized the admin part of the plugin causing the 98 cusom fields not to show up or not to save when adding an image from the post editor. 83 - Fixed wrong hook used to initialized the admin part of the plugin causing the cusom fields not to show up or not to save when adding an image from the post editor. 99 84 100 85 = Version 1.5 = … … 126 111 == Credits == 127 112 128 Following is the list of people and projects who helped me with this plugin, 129 many thanks to them :) 113 Following is the list of people and projects who helped me with this plugin, many thanks to them :) 130 114 131 - [Jan Spoelstra](http://www.linkedin.com/in/janspoelstra): Contributed the 132 Dutch translations. 133 - Borisa Djuraskovic from [Web Hosting Hub](http://www.webhostinghub.com/): Contributed 134 the Serbian translations. 115 - [Jan Spoelstra](http://www.linkedin.com/in/janspoelstra): Contributed the Dutch translations. 116 - Borisa Djuraskovic from [Web Hosting Hub](http://www.webhostinghub.com/): Contributed the Serbian translations. 135 117 - [Luca Palli](http://lpal.li/): Contributed the Italian translations. 136 - [joerns](https://wordpress.org/support/profile/joerns): Contributed the code 137 to support the galleries. 118 - [joerns](https://wordpress.org/support/profile/joerns): Contributed the code to support the galleries. 138 119 139 120 -
better-image-credits/trunk/readme.txt
r2093174 r2231114 13 13 == Description == 14 14 15 This plugin adds credits, link and license fields to media uploads and offer several 16 options to display image credits on your posts and pages. You can either: 15 This plugin adds credits, link and license fields to media uploads and offer several options to display image credits on your posts and pages. You can either: 17 16 18 - Use the [image-credit] shortcode. Optional attributes are `sep`, `before`, `after` 19 and `template` (use curly brackets instead of square brackets for placeholders). 20 - Use the `the_image_credits()` template tag. Optional parameters are `sep`, 21 `before`, `after` and `template`. 22 - Let the plugin automatically display the credits for you, before or after the 23 content or overlaid above each image. 17 - Use the [image-credits] shortcode. Optional attributes are `sep`, `before`, `after` and `template` (use curly brackets instead of square brackets for placeholders). 18 - Use the `the_image_credits()` template tag. Optional parameters are `sep`, `before`, `after` and `template`. 19 - Let the plugin automatically display the credits for you, before or after the content or overlaid above each image. 24 20 - Use the widget to display the credits in the footer or the sidebars. 25 21 26 See the settings page to choose how you display the credits, including the HTML 27 used to build them. 22 See the settings page to choose how you display the credits, including the HTML used to build them. 28 23 29 This plugin is a fork of the [Image Credits plugin](http://wordpress.org/plugins/image-credits/) 30 by [Adam Capriola](http://profiles.wordpress.org/adamcapriola/). It is 100% 31 compatible, if you are already using the Image Credit plugin just replace it 32 with this one and it will work about the same way, except you will have more control. 24 This plugin is a fork of the [Image Credits plugin](http://wordpress.org/plugins/image-credits/) by [Adam Capriola](http://profiles.wordpress.org/adamcapriola/). It is 100% compatible, if you are already using the Image Credit plugin just replace it with this one and it will work about the same way, except you will have more control. 33 25 34 26 35 27 == Installation == 36 28 37 This plugin follows the [standard WordPress installation 38 method](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins): 29 This plugin follows the [standard WordPress installation method](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins): 39 30 40 31 1. Upload the `better-image-credits` folder to the `/wp-content/plugins/` directory … … 64 55 65 56 = Version 1.8 = 66 - The search box in the media library now allows searches through the credits 67 fields `source` and `license` 57 - The search box in the media library now allows searches through the credits fields `source` and `license` 68 58 - Plugin now uses only one row in the options' table 69 - Fixed bug that prevents ovelayed credits to properly display when multiple 70 images have the same credits 59 - Fixed bug that prevents ovelayed credits to properly display when multiple images have the same credits 71 60 - Added template-related settings to the credits widget 72 61 73 62 = Version 1.7 = 74 - Added the possibility to set the credits in bulk in the media library. Open 75 the media library, choose the list mode then in the "Bulk Actions" dropdown 76 choose the "Image Credits" action. Select the images you want to update and 77 press the "Apply" button. 63 - Added the possibility to set the credits in bulk in the media library. Open the media library, choose the list mode then in the "Bulk Actions" dropdown choose the "Image Credits" action. Select the images you want to update and press the "Apply" button. 78 64 79 65 = Version 1.6.1 = … … 95 81 96 82 = Version 1.5.1 = 97 - Fixed wrong hook used to initialized the admin part of the plugin causing the 98 cusom fields not to show up or not to save when adding an image from the post editor. 83 - Fixed wrong hook used to initialized the admin part of the plugin causing the cusom fields not to show up or not to save when adding an image from the post editor. 99 84 100 85 = Version 1.5 = … … 126 111 == Credits == 127 112 128 Following is the list of people and projects who helped me with this plugin, 129 many thanks to them :) 113 Following is the list of people and projects who helped me with this plugin, many thanks to them :) 130 114 131 - [Jan Spoelstra](http://www.linkedin.com/in/janspoelstra): Contributed the 132 Dutch translations. 133 - Borisa Djuraskovic from [Web Hosting Hub](http://www.webhostinghub.com/): Contributed 134 the Serbian translations. 115 - [Jan Spoelstra](http://www.linkedin.com/in/janspoelstra): Contributed the Dutch translations. 116 - Borisa Djuraskovic from [Web Hosting Hub](http://www.webhostinghub.com/): Contributed the Serbian translations. 135 117 - [Luca Palli](http://lpal.li/): Contributed the Italian translations. 136 - [joerns](https://wordpress.org/support/profile/joerns): Contributed the code 137 to support the galleries. 118 - [joerns](https://wordpress.org/support/profile/joerns): Contributed the code to support the galleries. 138 119 139 120
Note: See TracChangeset
for help on using the changeset viewer.