Changeset 1044217
- Timestamp:
- 12/14/2014 04:04:23 AM (11 years ago)
- Location:
- flexible-posts-widget/trunk
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
readme.html (modified) (8 diffs)
-
readme.md (modified) (5 diffs)
-
readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
flexible-posts-widget/trunk
- Property svn:ignore
-
old new 3 3 .gitignore 4 4 config.codekit 5 .idea
-
- Property svn:ignore
-
flexible-posts-widget/trunk/readme.html
r1016188 r1044217 5 5 <strong>Tags:</strong> widget, widgets, posts, categories, tags, recent posts, thumbnails, custom post types, custom taxonomies, feature image<br/> 6 6 <strong>Requires at least:</strong> 3.2<br/> 7 <strong>Tested up to:</strong> 4. 0<br/>8 <strong>Stable tag:</strong> 3.4 7 <strong>Tested up to:</strong> 4.1<br/> 8 <strong>Stable tag:</strong> 3.4.1 9 9 <strong>License:</strong> GPL2 or later<br/> 10 10 <strong>License URI:</strong> http://www.gnu.org/licenses/gpl-2.0.html</p> … … 30 30 </ul> 31 31 32 33 32 <h3>Supported Languages</h3> 34 33 … … 42 41 </ul> 43 42 44 45 43 <h2>Installation</h2> 46 44 … … 50 48 <li>Go to ‘Appearance’ > ‘Widgets’ and place the widget into a sidebar to configure it.</li> 51 49 </ol> 52 53 50 54 51 <h2>To use a custom HTML output template</h2> … … 61 58 <li>In the ‘Template Filename’ field choose the name of the template file you added to your theme. Example: <code>My Template</code></li> 62 59 </ol> 63 64 60 65 61 <h2>Frequently Asked Questions</h2> … … 126 122 </ul> 127 123 128 129 124 <h2>Changelog</h2> 125 126 <h3>3.4.1</h3> 127 128 <ul> 129 <li>Version bump for WordPress 4.1 support.</li> 130 </ul> 130 131 131 132 <h3>3.4</h3> … … 141 142 </ul> 142 143 143 144 144 <h3>3.3.1</h3> 145 145 … … 148 148 <li>Version bump for WordPress 4.0 support.</li> 149 149 </ul> 150 151 150 152 151 <h3>3.3</h3> -
flexible-posts-widget/trunk/readme.md
r1016188 r1044217 4 4 **Tags:** widget, widgets, posts, categories, tags, recent posts, thumbnails, custom post types, custom taxonomies, feature image 5 5 **Requires at least:** 3.2 6 **Tested up to:** 4. 07 **Stable tag:** 3.4 6 **Tested up to:** 4.1 7 **Stable tag:** 3.4.1 8 8 **License:** GPL2 or later 9 9 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html … … 33 33 * Spanish 34 34 35 36 35 ## Installation ## 37 36 1. Upload the `flexible-posts-widget` folder to the `/wp-content/plugins/` directory. … … 45 44 1. Go to 'Appearance' > 'Widgets' in WordPress to configure an instance of the widget. 46 45 1. In the 'Template Filename' field choose the name of the template file you added to your theme. Example: `My Template` 47 48 46 49 47 ## Frequently Asked Questions ## … … 80 78 To get answers to your questions, request help or submit a bug report, please start a [new forum thread](http://wordpress.org/tags/flexible-posts-widget/). 81 79 82 83 84 80 ## Upgrade Notice ## 85 81 When upgrading from one major version to another (version 1.x to version 2.x to version 3.x, etc), please remember to verify your settings for any existing widgets. Not all settings combinations will be saved after a major release upgrade. 86 87 82 88 83 ## Other Notes ## … … 100 95 * Limit results by a time period. 101 96 97 ## Changelog ## 102 98 103 ## Changelog ## 99 ### 3.4.1 ### 100 * Version bump for WordPress 4.1 support. 104 101 105 102 ### 3.4 ### -
flexible-posts-widget/trunk/readme.txt
r1016188 r1044217 4 4 Tags: widget, widgets, posts, categories, tags, recent posts, thumbnails, custom post types, custom taxonomies, feature image 5 5 Requires at least: 3.2 6 Tested up to: 4. 07 Stable tag: 3.4 6 Tested up to: 4.1 7 Stable tag: 3.4.1 8 8 License: GPL2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 33 33 * Spanish 34 34 35 36 35 == Installation == 37 36 1. Upload the `flexible-posts-widget` folder to the `/wp-content/plugins/` directory. … … 45 44 1. Go to 'Appearance' > 'Widgets' in WordPress to configure an instance of the widget. 46 45 1. In the 'Template Filename' field choose the name of the template file you added to your theme. Example: `My Template` 47 48 46 49 47 == Frequently Asked Questions == … … 80 78 To get answers to your questions, request help or submit a bug report, please start a [new forum thread](http://wordpress.org/tags/flexible-posts-widget/). 81 79 82 83 80 == Screenshots == 84 81 1. Configuring a FPW in wp-admin with the Post Type tab displayed. … … 92 89 == Upgrade Notice == 93 90 When upgrading from one major version to another (version 1.x to version 2.x to version 3.x, etc), please remember to verify your settings for any existing widgets. Not all settings combinations will be saved after a major release upgrade. 94 95 91 96 92 == Other Notes == … … 110 106 111 107 == Changelog == 108 109 = 3.4.1 = 110 * Version bump for WordPress 4.1 support. 112 111 113 112 = 3.4 =
Note: See TracChangeset
for help on using the changeset viewer.