Plugin Directory

Changeset 2231114


Ignore:
Timestamp:
01/21/2020 05:34:42 PM (6 years ago)
Author:
cvedovini
Message:

fixing documentation

Location:
better-image-credits
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • better-image-credits/tags/2.0.3/readme.txt

    r2093174 r2231114  
    1313== Description ==
    1414
    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:
     15This 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:
    1716
    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.
    2420- Use the widget to display the credits in the footer or the sidebars.
    2521
    26 See the settings page to choose how you display the credits, including the HTML
    27 used to build them.
     22See the settings page to choose how you display the credits, including the HTML used to build them.
    2823
    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.
     24This 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.
    3325
    3426
    3527== Installation ==
    3628
    37 This plugin follows the [standard WordPress installation
    38 method](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins):
     29This plugin follows the [standard WordPress installation method](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins):
    3930
    40311. Upload the `better-image-credits` folder to the `/wp-content/plugins/` directory
     
    6455
    6556= 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`
    6858- 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
    7160- Added template-related settings to the credits widget
    7261
    7362= 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.
    7864
    7965= Version 1.6.1 =
     
    9581
    9682= 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.
    9984
    10085= Version 1.5 =
     
    126111== Credits ==
    127112
    128 Following is the list of people and projects who helped me with this plugin,
    129 many thanks to them :)
     113Following is the list of people and projects who helped me with this plugin, many thanks to them :)
    130114
    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.
    135117- [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.
    138119
    139120
  • better-image-credits/trunk/readme.txt

    r2093174 r2231114  
    1313== Description ==
    1414
    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:
     15This 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:
    1716
    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.
    2420- Use the widget to display the credits in the footer or the sidebars.
    2521
    26 See the settings page to choose how you display the credits, including the HTML
    27 used to build them.
     22See the settings page to choose how you display the credits, including the HTML used to build them.
    2823
    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.
     24This 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.
    3325
    3426
    3527== Installation ==
    3628
    37 This plugin follows the [standard WordPress installation
    38 method](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins):
     29This plugin follows the [standard WordPress installation method](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins):
    3930
    40311. Upload the `better-image-credits` folder to the `/wp-content/plugins/` directory
     
    6455
    6556= 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`
    6858- 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
    7160- Added template-related settings to the credits widget
    7261
    7362= 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.
    7864
    7965= Version 1.6.1 =
     
    9581
    9682= 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.
    9984
    10085= Version 1.5 =
     
    126111== Credits ==
    127112
    128 Following is the list of people and projects who helped me with this plugin,
    129 many thanks to them :)
     113Following is the list of people and projects who helped me with this plugin, many thanks to them :)
    130114
    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.
    135117- [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.
    138119
    139120
Note: See TracChangeset for help on using the changeset viewer.