Plugin Directory

Changeset 1055597


Ignore:
Timestamp:
12/28/2014 04:11:57 PM (11 years ago)
Author:
christopherross
Message:

fixed plugin title

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-title-case/trunk/readme.txt

    r1053546 r1055597  
    1 === Easy Popular Posts ===
     1=== WP Title Case ===
    22Contributors: christopherross,thisismyurl
    3 Plugin URI: http://thisismyurl.com/downloads/easy-popular-posts/
    4 Tags: wordpress,easy,popular,posts,theme,php,code,sidebar,list posts,  plugin, post, posts
    5 Donate link: http://thisismyurl.com/downloads/
     3Plugin URI: http://thisismyurl.com/downloads/wp-title-case/
     4Tags: ucfirst, titlecase, title, the_title, uppercase, titles, case
     5Donate link:  http://thisismyurl.com/downloads/
     6License: GPLv2 or later
     7License URI: http://www.gnu.org/licenses/gpl-2.0.html
    68Requires at least: 3.2.0
    79Tested up to: 4.1.0
    8 Stable tag: 15.01
     10Stable tag: 15.01.01
    911
    10 An easy to use WordPress function to add popular posts to any theme.
     12Automatically applied title case rules to WordPress titles. This plugin automatically updates Page and Post titles to follow title casing rules.
    1113
    1214== Description ==
    1315
    14 This easy to use WordPress plugin is designed to add a new feature for theme developers. Used on many of my own websites as well as those of my clients, the plugin allows me to quickly add a collection of popular posts to any theme element.
     16Automatically format titles across your website include the browser title, on posts and pages, category and tag lists as well as in feeds.
    1517
    16 The plugin can easily be used by website owners as a WordPress Widget, adding lists of posts to the Sidebar of a WordPress website.
     18This plugin catches common title case formatting mistakes by capitalizing each work in a title. As of version 1.5, users can also select a minimum letter count to capitalize (by default two letter words and smaller are not capitalized).
    1719
    18 = About the plugin =
     20For example:
    1921
    20 More advanced users can also call the functionality of the plugin from a WordPress shortcode by adding the code `[thisismyurl_easy_popular_posts]` to any Post or Page within WordPress.
     22* "the quick brown fox" will appear as "The Quick Brown Fox"
    2123
    22 Finally, theme authors may also take advantage of the plugin by calling the functionality directly from theme files with the code `thisismyurl_easy_popular_posts();`.
     24* "I love this plugin do you have more?" will appear as "I Love This Plugin do you Have More?"
    2325
    24 This plugin is maintained by Christopher Ross, http://thisismyurl.com/ or you can find him on Twitter at http://twitter.com/thisismyurl/.
    2526
    26 Questions about this plugin can be posted to the WordPress.org forums at https://wordpress.org/plugins/easy-popular-posts/, or to the Issues tab at the GitHub https://github.com/thisismyurl/easy-popular-posts repository for the plugin.
     27This plugin is maintained by Christopher Ross, http://thisismyurl.com or you can find him on Twitter at http://twitter.com/thisismyurl/
    2728
    2829This plugin is currently available in:
     
    3839== Screenshots ==
    3940
    40 1. The Widget Control Panel
     411. WordPress admin interface
    4142
    4243== Updates ==
    4344
    44 Updates to this plugin will be posted to the GitHub repository for testing prior to updates on WordPress.org, if you'd like to help make this plugin better please consider taking part in regular code reviews of releases at the GitHub repository.
     45Updates to the plugin will be posted to http://thisismyurl.com/plugins/wp-title-case/
    4546
    4647== Frequently Asked Questions ==
    4748
    48 = Can I display the Widget? =
     49= Where do I ask questions about this plugin? =
    4950
    50 Access your Widget control panel at Appearance > Widgets to add it to your theme.
     51Questions can be directed to the WordPress support forums.
    5152
    52 = Can I display the contents as a shortcode? =
     53= How do I exclude certain words from the filter? =
    5354
    54 Yes, the shortcode can be viewed within a post as: `[thisismyurl_easy_popular_posts]`
    55 
    56 = How do I display the results in a theme file? =
    57 
    58 `thisismyurl_easy_popular_posts();` will display the results as a PHP function in WordPress theme files.
     55The plugin includes options to exclude short words (ie 2 letter words) as well as specific words based. Simply add those words to the comma seperated list and the plugin will ignore them.
    5956
    6057== Donations ==
     
    6461If you can't contribute to the plugin in any other way, please consider translating it to your local language.
    6562
     63
    6664== Change Log ==
    6765
    6866= 15.01 =
    6967
    70 * Rewrote plugin core
    71 * Added better error checking
    72 * Moved to 15.01 plugin structure
    73 * Made plugin OOP
    74 * added support for RAND, ASC, DESC sorting
    75 * Tested for WordPress 4.1
     68* added French language files
     69* addded German language files
     70* moved plugin to OOP format
     71* rewrote core replace functions
     72* added uninstall functions
     73* upgraded to use Settings API
    7674
    77 = 2.1.4 =
     75= 14.12 =
    7876
    79 * Fixed popular setting
     77* setup language functions
     78* cleared a couple minor errors on PHP 5.1
     79* moved admin CSS to external pickup
    8080
    81 = 2.1.2 =
     81= 1.6 =
    8282
    83 * Added thumbnail option
    84 * Added excerpt option
    85 * Added optional credit link
     83* added the option to exclude words from the filter
     84* cleaned up code elements
    8685
    87 = 2.0 =
     86= 1.5 =
    8887
    89 * Tested up to WordPress 3.2
    90 * Added controls to Widget
    91 * Renamed functions for compatibility
    92 * Reduced font size on credit link
     88* added formatting to RSS feeds
     89* added options page to control short word formatting
     90* added localization options for language files
    9391
     92= 1.2.1 =
    9493
    95 = 1.7 =
     94* fix for 's
    9695
    97 * Added shortcode
    98 * Replaced widget code with WP_Widget class
    99 * Added comments option to filter
     96= 1.2.0 =
    10097
     98* added function to wp_title
    10199
    102 = 1.6.6 =
     100= 1.1.0 =
    103101
    104 * Cleaned up code for 3.0.3
    105 * Fixed credit line to work reliably
    106 * Removed RSS feed
     102* Updated cr_ to thisismyurl_ to maximize compatibility
     103* Tested with WordPress 3.3.1
     104* Removed comment from footer
    107105
     106= 1.0.3 =
    108107
    109 = 1.6.5 =
     108* version update
     109* changed URL's
    110110
    111 * Added new widget controls
     111= 1.0.2 =
    112112
    113 = 1.5.5 =
     113* Removed welcome message
    114114
    115 * Updated RSS links
    116 * Code optimizations
     115= 1.0.1 =
    117116
    118 = 1.5.2 =
    119 
    120 * Fixed documentation
    121 * Updated Links
    122 
    123 = 1.5.1 =
    124 
    125 * Added widget
    126 
    127 = 1.5.0 =
    128 
    129 * Rewrote common functions
    130 * Removed options page (no options)
    131 * Added credit option to plugin
    132 
    133 = 1.1.5  =
    134 
    135 * WP2.8.6 Compatibility Review, documentation fixes
    136 
    137 = 1.1.0   =
    138 
    139 * WP2.8 Compatibility Fixes
     117* Added welcome message
    140118
    141119= 1.0.0 =
    142120
    143 * Official Release
    144 
    145 = 0.1.0 =
    146 
    147 * Added admin menus
     121* First release
Note: See TracChangeset for help on using the changeset viewer.