Changeset 1055597
- Timestamp:
- 12/28/2014 04:11:57 PM (11 years ago)
- File:
-
- 1 edited
-
wp-title-case/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-title-case/trunk/readme.txt
r1053546 r1055597 1 === Easy Popular Posts===1 === WP Title Case === 2 2 Contributors: 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/ 3 Plugin URI: http://thisismyurl.com/downloads/wp-title-case/ 4 Tags: ucfirst, titlecase, title, the_title, uppercase, titles, case 5 Donate link: http://thisismyurl.com/downloads/ 6 License: GPLv2 or later 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 6 8 Requires at least: 3.2.0 7 9 Tested up to: 4.1.0 8 Stable tag: 15.01 10 Stable tag: 15.01.01 9 11 10 A n easy to use WordPress function to add popular posts to any theme.12 Automatically applied title case rules to WordPress titles. This plugin automatically updates Page and Post titles to follow title casing rules. 11 13 12 14 == Description == 13 15 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.16 Automatically format titles across your website include the browser title, on posts and pages, category and tag lists as well as in feeds. 15 17 16 Th e plugin can easily be used by website owners as a WordPress Widget, adding lists of posts to the Sidebar of a WordPress website.18 This 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). 17 19 18 = About the plugin = 20 For example: 19 21 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" 21 23 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?" 23 25 24 This plugin is maintained by Christopher Ross, http://thisismyurl.com/ or you can find him on Twitter at http://twitter.com/thisismyurl/.25 26 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. 27 This plugin is maintained by Christopher Ross, http://thisismyurl.com or you can find him on Twitter at http://twitter.com/thisismyurl/ 27 28 28 29 This plugin is currently available in: … … 38 39 == Screenshots == 39 40 40 1. The Widget Control Panel41 1. WordPress admin interface 41 42 42 43 == Updates == 43 44 44 Updates to th is 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.45 Updates to the plugin will be posted to http://thisismyurl.com/plugins/wp-title-case/ 45 46 46 47 == Frequently Asked Questions == 47 48 48 = Can I display the Widget? =49 = Where do I ask questions about this plugin? = 49 50 50 Access your Widget control panel at Appearance > Widgets to add it to your theme.51 Questions can be directed to the WordPress support forums. 51 52 52 = Can I display the contents as a shortcode? =53 = How do I exclude certain words from the filter? = 53 54 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. 55 The 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. 59 56 60 57 == Donations == … … 64 61 If you can't contribute to the plugin in any other way, please consider translating it to your local language. 65 62 63 66 64 == Change Log == 67 65 68 66 = 15.01 = 69 67 70 * Rewrote plugin core71 * Added better error checking72 * Moved to 15.01 plugin structure73 * Made plugin OOP74 * added support for RAND, ASC, DESC sorting75 * Tested for WordPress 4.168 * 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 76 74 77 = 2.1.4=75 = 14.12 = 78 76 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 80 80 81 = 2.1.2 =81 = 1.6 = 82 82 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 86 85 87 = 2.0=86 = 1.5 = 88 87 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 93 91 92 = 1.2.1 = 94 93 95 = 1.7 = 94 * fix for 's 96 95 97 * Added shortcode 98 * Replaced widget code with WP_Widget class 99 * Added comments option to filter 96 = 1.2.0 = 100 97 98 * added function to wp_title 101 99 102 = 1. 6.6=100 = 1.1.0 = 103 101 104 * Cleaned up code for 3.0.3105 * Fixed credit line to work reliably106 * Removed RSS feed102 * Updated cr_ to thisismyurl_ to maximize compatibility 103 * Tested with WordPress 3.3.1 104 * Removed comment from footer 107 105 106 = 1.0.3 = 108 107 109 = 1.6.5 = 108 * version update 109 * changed URL's 110 110 111 * Added new widget controls 111 = 1.0.2 = 112 112 113 = 1.5.5 = 113 * Removed welcome message 114 114 115 * Updated RSS links 116 * Code optimizations 115 = 1.0.1 = 117 116 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 140 118 141 119 = 1.0.0 = 142 120 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.