Ultimate Posts Widget - Version 2.0.7

Version Description

  • Tested update WordPress 4.8
Download this release

Release Info

Developer bostondv
Plugin Icon wp plugin Ultimate Posts Widget
Version 2.0.7
Comparing to
See all releases

Code changes from version 2.0.6 to 2.0.7

.gitignore CHANGED
@@ -1,3 +1,4 @@
1
  .svn
2
  node_modules
3
  .sass-cache
 
1
  .svn
2
  node_modules
3
  .sass-cache
4
+ *.tmp
README.md CHANGED
@@ -33,13 +33,12 @@ Designed for both the average user and developer, Ultimate Posts Widgets aims to
33
 
34
  * For help use [wordpress.org](http://wordpress.org/support/plugin/ultimate-posts-widget/)
35
  * Fork or contribute on [Github](https://github.com/bostondv/ultimate-posts-widget/)
36
- * Visit [our website](http://pomelodesign.com/) for more
37
  * Follow me on [Twitter](http://twitter.com/bostondv/)
38
  * View my other [WordPress Plugins](http://profiles.wordpress.org/bostondv/)
39
 
40
  ## Support
41
 
42
- Did you enjoy this plugin? Please [donate to support ongoing development](http://pomelodesign.com/donate/). Your contribution would be greatly appreciated.
43
 
44
  ## Frequently Asked Questions
45
 
@@ -107,6 +106,9 @@ This plugin uses the [timthumb library](http://www.binarymoon.co.uk/projects/tim
107
 
108
  ## Changelog
109
 
 
 
 
110
  ### 2.0.6
111
  * Fix PHP notice (thanks @rhyswynne)
112
  * Search custom template both in child theme and in parent (thanks @groucho75)
@@ -251,4 +253,4 @@ This is a major update and includes some breaking changes. New templates have be
251
 
252
  ## About
253
 
254
- Written by Boston Dell-Vandenberg of [Pomelo Design](http://www.pomelodesign.com). Pomelo Design is a web and mobile app development agency based in Toronto, Canada.
33
 
34
  * For help use [wordpress.org](http://wordpress.org/support/plugin/ultimate-posts-widget/)
35
  * Fork or contribute on [Github](https://github.com/bostondv/ultimate-posts-widget/)
 
36
  * Follow me on [Twitter](http://twitter.com/bostondv/)
37
  * View my other [WordPress Plugins](http://profiles.wordpress.org/bostondv/)
38
 
39
  ## Support
40
 
41
+ Enjoy this plugin? [Send a tip to support development](http://bostondv.com/tips/).
42
 
43
  ## Frequently Asked Questions
44
 
106
 
107
  ## Changelog
108
 
109
+ ### 2.0.7
110
+ * Tested update WordPress 4.8
111
+
112
  ### 2.0.6
113
  * Fix PHP notice (thanks @rhyswynne)
114
  * Search custom template both in child theme and in parent (thanks @groucho75)
253
 
254
  ## About
255
 
256
+ Made with <3 by [Boston Dell-Vandenberg](http://bostondv.com).
composer.json CHANGED
@@ -7,8 +7,8 @@
7
  "authors": [
8
  {
9
  "name": "Boston Dell-Vandenberg",
10
- "email": "boston@pomelodesign.com",
11
- "homepage": "https://github.com/bostondv/"
12
  }
13
  ],
14
  "keywords": [
@@ -22,4 +22,4 @@
22
  "php": ">=5.3.0",
23
  "composer/installers": "~1.0"
24
  }
25
- }
7
  "authors": [
8
  {
9
  "name": "Boston Dell-Vandenberg",
10
+ "email": "hello@bostondv.com",
11
+ "homepage": "https://bostondv.com/"
12
  }
13
  ],
14
  "keywords": [
22
  "php": ">=5.3.0",
23
  "composer/installers": "~1.0"
24
  }
25
+ }
languages/upw-fa_IR.po CHANGED
@@ -266,10 +266,10 @@ msgstr "صعودی"
266
 
267
  #: ../ultimate-posts-widget.php:630
268
  msgid ""
269
- "Enjoy this plugin? Please <a href=\"http://pomelodesign.com/donate/\" target="
270
- "\"_blank\">donate to support development</a>."
271
  msgstr ""
272
- "آماده سازی بدست <a href=\"http://taktaweb.ir/\" target=\"_blank\">گروه طراحی "
273
  "و توسعه تکتاوب</a>."
274
 
275
  #, fuzzy
266
 
267
  #: ../ultimate-posts-widget.php:630
268
  msgid ""
269
+ "Enjoy this plugin? <a href=\"http://bostondv.com/tips//\" target="
270
+ "\"_blank\">Send a tip to support development</a>."
271
  msgstr ""
272
+ "آماده سازی بدست <a href=\"http://bostondv.com/tips//\" target=\"_blank\">گروه طراحی "
273
  "و توسعه تکتاوب</a>."
274
 
275
  #, fuzzy
languages/upw-fr_FR.po CHANGED
@@ -219,10 +219,10 @@ msgstr "Croissant"
219
 
220
  #: ultimate-posts-widget.php:630
221
  msgid ""
222
- "Enjoy this plugin? Please <a href=\"http://pomelodesign.com/donate/\" target="
223
- "\"_blank\">donate to support development</a>."
224
  msgstr ""
225
- "Vous aimez cette extension ? <a href=\"http://pomelodesign.com/donate/\" "
226
  "target=\"_blank\">Donnez pour aider à son développement</a>."
227
 
228
  #: templates/legacy.php:51 templates/standard.php:57
219
 
220
  #: ultimate-posts-widget.php:630
221
  msgid ""
222
+ "Enjoy this plugin? <a href=\"http://bostondv.com/tips//\" target="
223
+ "\"_blank\">Send a tip to support development</a>."
224
  msgstr ""
225
+ "Vous aimez cette extension ? <a href=\"http://bostondv.com/tips//\" "
226
  "target=\"_blank\">Donnez pour aider à son développement</a>."
227
 
228
  #: templates/legacy.php:51 templates/standard.php:57
package.json CHANGED
@@ -2,7 +2,7 @@
2
  "name": "bostondv/ultimate-posts-widget",
3
  "version": "2.0.6",
4
  "contributors": [
5
- "Boston Dell-Vandenberg <boston@pomelodesign.com>"
6
  ],
7
  "homepage": "http://wordpress.org/plugins/ultimate-posts-widget/",
8
  "repository": {
2
  "name": "bostondv/ultimate-posts-widget",
3
  "version": "2.0.6",
4
  "contributors": [
5
+ "Boston Dell-Vandenberg <hello@bostondv.com>"
6
  ],
7
  "homepage": "http://wordpress.org/plugins/ultimate-posts-widget/",
8
  "repository": {
readme.txt CHANGED
@@ -6,7 +6,7 @@ License URI: http://opensource.org/licenses/MIT
6
  Tags: widget, recent posts, custom post types, sticky posts, featured image, post thumbnail, excerpts, category, custom fields, list pages, widget query, microformats, customizable widget, categories widget, tags widget, excerpt, widget templates, post author, post date, custom query, ultimate posts, comments, orderby, comment count
7
  Requires at least: 3.5
8
  Tested up to: 4.8
9
- Stable tag: 2.0.6
10
 
11
  The ultimate widget for displaying posts, custom post types or sticky posts with an array of options.
12
 
@@ -56,7 +56,7 @@ Made with <3 by [Boston Dell-Vandenberg](http://bostondv.com).
56
 
57
  = Support =
58
 
59
- Did you enjoy this plugin? Please [donate to support ongoing development](http://bostondv.com/tips/). Your contribution would be greatly appreciated.
60
 
61
  == Frequently Asked Questions ==
62
 
@@ -124,6 +124,9 @@ This plugin uses the [timthumb library](http://www.binarymoon.co.uk/projects/tim
124
 
125
  == Changelog ==
126
 
 
 
 
127
  = 2.0.6 =
128
  * Fix PHP notice (thanks @rhyswynne)
129
  * Search custom template both in child theme and in parent (thanks @groucho75)
6
  Tags: widget, recent posts, custom post types, sticky posts, featured image, post thumbnail, excerpts, category, custom fields, list pages, widget query, microformats, customizable widget, categories widget, tags widget, excerpt, widget templates, post author, post date, custom query, ultimate posts, comments, orderby, comment count
7
  Requires at least: 3.5
8
  Tested up to: 4.8
9
+ Stable tag: 2.0.7
10
 
11
  The ultimate widget for displaying posts, custom post types or sticky posts with an array of options.
12
 
56
 
57
  = Support =
58
 
59
+ Enjoy this plugin? [Send a tip to support development](http://bostondv.com/tips/).
60
 
61
  == Frequently Asked Questions ==
62
 
124
 
125
  == Changelog ==
126
 
127
+ = 2.0.7 =
128
+ * Tested update WordPress 4.8
129
+
130
  = 2.0.6 =
131
  * Fix PHP notice (thanks @rhyswynne)
132
  * Search custom template both in child theme and in parent (thanks @groucho75)
ultimate-posts-widget.php CHANGED
@@ -3,9 +3,9 @@
3
  Plugin Name: Ultimate Posts Widget
4
  Plugin URI: http://wordpress.org/plugins/ultimate-posts-widget/
5
  Description: The ultimate widget for displaying posts, custom post types or sticky posts with an array of options.
6
- Version: 2.0.6
7
  Author: Boston Dell-Vandenberg
8
- Author URI: http://pomelodesign.com
9
  Text Domain: upw
10
  Domain Path: /languages/
11
  License: MIT
@@ -620,7 +620,7 @@ if ( !class_exists( 'WP_Widget_Ultimate_Posts' ) ) {
620
  </div>
621
 
622
  <p class="upw-credits">
623
- <?php _e('Enjoy this plugin? Please <a href="http://pomelodesign.com/donate/" target="_blank">donate to support development</a>.', 'upw'); ?>
624
  </p>
625
 
626
  <?php if ( $instance ) { ?>
3
  Plugin Name: Ultimate Posts Widget
4
  Plugin URI: http://wordpress.org/plugins/ultimate-posts-widget/
5
  Description: The ultimate widget for displaying posts, custom post types or sticky posts with an array of options.
6
+ Version: 2.0.7
7
  Author: Boston Dell-Vandenberg
8
+ Author URI: http://bostondv.com
9
  Text Domain: upw
10
  Domain Path: /languages/
11
  License: MIT
620
  </div>
621
 
622
  <p class="upw-credits">
623
+ <?php _e('Enjoy this plugin? <a href="http://bostondv.com/tips/" target="_blank">Send a tip to support development</a>.', 'upw'); ?>
624
  </p>
625
 
626
  <?php if ( $instance ) { ?>