Recent Facebook Posts - Version 2.0.12

Version Description

Download this release

Release Info

Developer DvanKooten
Plugin Icon wp plugin Recent Facebook Posts
Version 2.0.12
Comparing to
See all releases

Code changes from version 2.0.11 to 2.0.12

CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
  Changelog
2
  ============
3
 
 
 
 
 
 
4
  ### 2.0.11 - October 24, 2016
5
 
6
  **Fixes**
1
  Changelog
2
  ============
3
 
4
+ #### 2.0.12 - October 25, 2017
5
+
6
+ Misc. textual improvements.
7
+
8
+
9
  ### 2.0.11 - October 24, 2016
10
 
11
  **Fixes**
includes/views/settings_page.html.php CHANGED
@@ -163,11 +163,15 @@
163
  <ul class="ul-square">
164
  <li>
165
  <h4><a href="https://wordpress.org/plugins/mailchimp-for-wp/">MailChimp for WordPress</a></h4>
166
- <p>By far the best MailChimp (newsletter) sign-up plugin for WordPress, with over half a million sites happily using it.</p>
167
  </li>
 
 
 
 
168
  <li>
169
  <h4><a href="https://wordpress.org/plugins/boxzilla/">Boxzilla Pop-Ups</a></h4>
170
- <p>Need an unobtrusive conversion booster? This plugin offers an alternative to pop-ups. Highly converting yet not so annoying.</p>
171
  </li>
172
  </ul>
173
  </div>
163
  <ul class="ul-square">
164
  <li>
165
  <h4><a href="https://wordpress.org/plugins/mailchimp-for-wp/">MailChimp for WordPress</a></h4>
166
+ <p>The best MailChimp (newsletter) plugin for WordPress, with over one million sites happily using it.</p>
167
  </li>
168
+ <li>
169
+ <h4><a href="https://wordpress.org/plugins/html-forms/">HTML Forms</a></h4>
170
+ <p>Like Contact Form 7, but better.</p>
171
+ </li>
172
  <li>
173
  <h4><a href="https://wordpress.org/plugins/boxzilla/">Boxzilla Pop-Ups</a></h4>
174
+ <p>An alternative pop-up solution. Guaranteed to lift conversion rates.</p>
175
  </li>
176
  </ul>
177
  </div>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: DvanKooten
3
  Donate link: https://dannyvankooten.com/donate/
4
  Tags: facebook, posts, fb, widget, facebook widget, facebook posts
5
  Requires at least: 4.1
6
- Tested up to: 4.6.1
7
- Stable tag: 2.0.11
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -46,9 +46,9 @@ If you have [created your own language pack](http://codex.wordpress.org/Translat
46
  **Other Links**
47
 
48
  * [Contribute to the Recent Facebook Posts plugin on GitHub](https://github.com/dannyvankooten/recent-facebook-posts)
 
49
  * Using MailChimp to send out email newsletters? You should [try MailChimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/).
50
  * Want to boost your site's conversions? Have a look at the [Boxzilla pop-up plugin](https://wordpress.org/plugins/boxzilla/).
51
- * Follow [@DannyvanKooten](https://twitter.com/DannyvanKooten) or [@ibericode](https://twitter.com/ibericode) on Twitter.
52
 
53
  == Installation ==
54
 
@@ -158,6 +158,11 @@ add_filter('rfbp_cache_time', 'my_rfbp_cache_time');
158
  == Changelog ==
159
 
160
 
 
 
 
 
 
161
  ### 2.0.11 - October 24, 2016
162
 
163
  **Fixes**
3
  Donate link: https://dannyvankooten.com/donate/
4
  Tags: facebook, posts, fb, widget, facebook widget, facebook posts
5
  Requires at least: 4.1
6
+ Tested up to: 4.8.2
7
+ Stable tag: 2.0.12
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
46
  **Other Links**
47
 
48
  * [Contribute to the Recent Facebook Posts plugin on GitHub](https://github.com/dannyvankooten/recent-facebook-posts)
49
+ * Need a contact form on your site? [HTML Forms](https://wordpress.org/plugins/html-forms/) is great for that.
50
  * Using MailChimp to send out email newsletters? You should [try MailChimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/).
51
  * Want to boost your site's conversions? Have a look at the [Boxzilla pop-up plugin](https://wordpress.org/plugins/boxzilla/).
 
52
 
53
  == Installation ==
54
 
158
  == Changelog ==
159
 
160
 
161
+ #### 2.0.12 - October 25, 2017
162
+
163
+ Misc. textual improvements.
164
+
165
+
166
  ### 2.0.11 - October 24, 2016
167
 
168
  **Fixes**
recent-facebook-posts.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Recent Facebook Posts
4
  Plugin URI: https://dannyvankooten.com/donate/
5
  Description: Lists most recent posts from a public Facebook page.
6
- Version: 2.0.11
7
  Author: Danny van Kooten
8
  Author URI: https://dannyvankooten.com/
9
  Text Domain: recent-facebook-posts
@@ -11,7 +11,7 @@ Domain Path: /languages/
11
  License: GPL3 or later
12
 
13
  Recent Facebook Posts Plugin
14
- Copyright (C) 2012-2015, Danny van Kooten, support@dannyvankooten.com
15
 
16
  This program is free software: you can redistribute it and/or modify
17
  it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@ if( ! defined( 'ABSPATH' ) ) {
32
  }
33
 
34
  // Plugin Constants
35
- define( 'RFBP_VERSION', '2.0.11' );
36
  define( 'RFBP_PLUGIN_DIR', dirname( __FILE__ ) . '/' );
37
 
38
  /**
3
  Plugin Name: Recent Facebook Posts
4
  Plugin URI: https://dannyvankooten.com/donate/
5
  Description: Lists most recent posts from a public Facebook page.
6
+ Version: 2.0.12
7
  Author: Danny van Kooten
8
  Author URI: https://dannyvankooten.com/
9
  Text Domain: recent-facebook-posts
11
  License: GPL3 or later
12
 
13
  Recent Facebook Posts Plugin
14
+ Copyright (C) 2012-2017, Danny van Kooten, support@dannyvankooten.com
15
 
16
  This program is free software: you can redistribute it and/or modify
17
  it under the terms of the GNU General Public License as published by
32
  }
33
 
34
  // Plugin Constants
35
+ define( 'RFBP_VERSION', '2.0.12' );
36
  define( 'RFBP_PLUGIN_DIR', dirname( __FILE__ ) . '/' );
37
 
38
  /**