Plugin Directory

Changeset 854129


Ignore:
Timestamp:
02/09/2014 08:34:14 AM (12 years ago)
Author:
ppaquet
Message:

Version 2.0.2

Location:
women-quotes/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • women-quotes/trunk/readme.txt

    r138220 r854129  
    44Tags: quote, quotes, sidebar, shortcode, widget, widgets, woman, womanhood, women
    55Requires at least: 2.8
    6 Tested up to: 2.8.2
    7 Stable tag: 2.0.1
     6Tested up to: 3.8.1
     7Stable tag: 2.0.2
    88
    99Adds a sidebar widget and a shortcode that displays randomly women's quotes about womanhood and "being women".
     
    3737
    3838== Changelog ==
     39
     40= 2.0.2 =
     41* Compatibility check with WordPress 3.8.1
    3942
    4043= 2.0.1 =
  • women-quotes/trunk/women-quotes.php

    r138220 r854129  
    66 *  Plugin URI: http://www.joeswebtools.com/wordpress-plugins/women-quotes/
    77 *  Description: Adds a sidebar widget that displays randomly women's quotes about womanhood and "being women".
    8  *  Version: 2.0.1
     8 *  Version: 2.0.2
    99 *  Author: Joe's Web Tools
    1010 *  Author URI: http://www.joeswebtools.com/
    1111 *
    12  *  Copyright (c) 2008, 2009 Joe's Web Tools. All Rights Reserved.
     12 *  Copyright (c) 2008-2014 Joe's Web Tools. All Rights Reserved.
    1313 *
    1414 *  This program is free software; you can redistribute it and/or modify
     
    9292        echo '<div style="text-align: justify;">' . $quote[0] . '</div>';
    9393        echo '<div style="text-align: right;"><i>' . $quote[1] . '</i></div>';
    94         echo '<div style="text-align: center;"><font face="arial" size="-3">Quotes from <a href="http://www.davincismuse.com">Da Vinci\'s Muse</a></font></div>';
     94        echo '<div style="text-align: center;"><font face="arial" size="-3"><a href="http://www.joeswebtools.com/wordpress-plugins/women-quotes/" title="Women Quotes widget plugin for WordPress">Joe\'s</a></font></div>';
    9595
    9696        echo $after_widget;
Note: See TracChangeset for help on using the changeset viewer.