Plugin / Author Image(s)

Scott Reilly

Changelog

Changelog

3.6

  • Fix bug in c2c_wp_list_authors_images() where ‘show_fullname’ value was ignored
  • Add new setting ‘show_fullname’ to force use of author full name instead of display name
  • Add new widget setting ‘show_fullname’ to force use of author full name instead of display name
  • For get_author_image(), add support for ‘show_fullname’ setting (default of false)
  • Move template function docs into help tabs (for WP 3.3+)
  • Add help_tabs_content()
  • Remove register_filters()
  • Update plugin framework to 034
  • Remove support for ‘c2c_author_images’ global
  • Note compatibility through WP 3.3+
  • Drop compatibility with versions of WP older than 3.1
  • Change parent constructor invocation
  • Create ‘lang’ subdirectory and move .pot file into it
  • Regenerate .pot
  • Add more FAQs
  • Minor code reformatting (spacing)
  • Minor phpDoc reformatting
  • Add ‘Domain Path’ directive to top of main plugin file
  • Add link to plugin directory page to readme.txt
  • Tweak installation instructions in readme.txt
  • Update screenshots for WP 3.3
  • Update copyright date (2012)

3.5.2

  • Fix to change parent class constructor invocation

3.5.1

  • Fix fatal shortcode bug by updating widget framework to v005 to make a protected class variable public
  • Create ‘lang’ subdirectory and move .pot file into it
  • Update plugin framework to version 027
  • Update widget version to 002

3.5

  • Add ‘Author Images’ widget, which allows listing authors by image (and also, optionally, name)
  • Add class method get_author_image() which takes $args array to configure various options
  • Add template tag c2c_get_author_image() which invokes class’s get_author_image()
  • Add filter ‘c2c_get_author_image’
  • Add support for Gravatar, to be used if no local author image is discovered
  • Add support for blank image, to be used if no local author image is discovered and (if enabled) no Gravatar image is found
  • Add options for enabling Gravatar support and for defining location for blank image
  • Add support to c2c_wp_list_authors_images() to configure: before, after, image_dir, width, and height
  • Add $author_id argument (optional) to class function get_the_author_image() to allow getting the author image for a specified author
  • Add $author_id argument (optional) to c2c_get_the_author_image() to allow getting the author image for a specified author
  • Add $use_gravatar argument (optional) to class function find_author_image()
  • Move admin options page to under “Users”
  • Require images to be relative to content_url and not root of blog
  • Change c2c_wp_list_authors_images() to call get_the_author_image() instead of find_author_image()
  • Add __construct(), activation(), and uninstall()
  • Update plugin framework to version 025
  • Save a static version of itself in class variable $instance
  • Deprecate use of global variable $c2c_author_images to store instance
  • Note compatibility through WP 3.2+
  • Drop compatibility with versions of WP older than 3.0
  • Update screenshot-1.png
  • Add screenshot-2.png (of widget)
  • Explicitly declare all functions as public
  • Minor code formatting changes (spacing)
  • Update copyright date (2011)
  • Add plugin homepage and author links in description in readme.txt
  • Improve some readme formatting
  • Regenerate .pot
  • Add changelog info for pre-3.0 releases

3.0

  • Re-implementation by extending C2C_Plugin_012, which among other things adds support for:
    • Reset of options to default values
    • Better sanitization of input values
    • Offload of core/basic functionality to generic plugin framework
    • Additional hooks for various stages/places of plugin operation
    • Easier localization support
  • Add setting ‘height’ to allow for forced browser-scaling of the height of the author image (better if the original image is of desired size)
  • Add setting ‘width’ to allow for forced browser-scaling of the width of the author image (better if the original image is of desired size)
  • Add setting ‘custom_field’ to allow easier configuration of the post custom field for defining a specific author image to use for the post (default is ‘author_image’)
  • For get_the_author_image(), c2c_get_the_author_image(), and c2c_the_author_image(), add optional $width and $height arguments to force image width/height
  • Add filters ‘c2c_get_the_author_image’, ‘c2c_the_author_image’, and ‘c2c_wp_list_authors_images’ to respond to the function of the same name so that users can use the do_action(‘c2c_the_author_image’) notation for invoking template tags
  • For c2c_wp_list_authors_images(), add support in $args for ‘feed_type’, ‘style’, and ‘html’
  • Rename class from ‘AuthorImages’ to ‘c2c_AuthorImages’
  • Rename the global instance variable from ‘author_images’ to ‘c2c_author_images’
  • Trim leading and trailing forward slashes from the custom field value before use
  • Change to make leading and trailing forward slashes optional for $image_dir value
  • Wrap each global function in function_exists() check
  • Use get_options() instead of get_settings()
  • Remove docs from top of plugin file (all that and more are in readme.txt)
  • Note compatibility with WP 2.8+, 2.9+, 3.0+
  • Drop compatibility with versions of WP older than 2.8
  • Minor tweaks to code formatting (spacing)
  • Regenerate .pot
  • Add Changelog and Upgrade Notice sections to readme.txt
  • Add PHPDoc documentation
  • Add package info to top of file
  • Update copyright date
  • Remove trailing whitespace
  • Add screenshot
  • Adding to WP plugin repository

2.0

  • Wrapped into its own class
  • Added admin options page under Options -> Author Images (or in WP 2.5: Settings -> Author Images). Options are now saved to database, negating need to customize code within the plugin source file.
  • Now looks for user image based on user login name first, then user ID.
  • Changed/removed the arguments to most of the functions. $images_extensions and $images_dir are now plugin options.
  • Used get_author_posts_url() instead of get_author_link()
  • Fixed bug that prevented the custom field override of the author image from working as expected
  • Numerous compatibility updates
  • c2c_the_author_image() now just directly echoes the return value of c2c_get_the_author_image();
  • c2c_the_author_image() and c2c_get_the_author_image() take as optional arguments $before, $after, and $image_dir
  • c2c_wp_list_authors_images() now takes ‘show_name’ and ‘show_name_if_no_image’ as part of optional arguments array; both are defaulted to the respective values configured via the plugin’s admin
  • Changed description; updated installation instructions
  • Added compatibility note
  • Updated copyright date and version to 2.0
  • Moved into its own subdirectory; added readme.txt
  • Tested compatibility with WP 2.3.3 and 2.5

1.0

  • (unknown at present)

0.9

  • Initial release

Ratings

0
0 reviews

Rating breakdown

Details Information

Version

3.6

First Released

14 Apr, 2005

Total Downloads

19,742

Wordpress Version

3.1 or higher

Tested up to:

3.3.2

Require PHP Version:

-

Tags

Contributors

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.