wpForo Forum - Version 1.8.2

Version Description

Download this release

Release Info

Developer Tomdever
Plugin Icon 128x128 wpForo Forum
Version 1.8.2
Comparing to
See all releases

Code changes from version 1.8.1 to 1.8.2

readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: gVectors Team
3
  Tags: forum, forums, forum plugin, WordPress forum plugin, community, discussion
4
  Requires at least: 4.1
5
  Tested up to: 5.4
6
- Stable tag: 1.8.1
7
  Requires PHP: 5.6 and higher
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -165,6 +165,25 @@ Find wpForo forum plugin addons on [gVectors Team website...](https://gvectors.c
165
 
166
  == Changelog ==
167
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
168
  = wpForo Forum 1.8.0 / 1.8.1 | 22.07.2020 =
169
 
170
  [wpForo Forum v1.8.0 / v1.8.1 Release Summary](https://wpforo.com/community/wpforo-announcements/wpforo-1-8-0-is-released/)
@@ -201,15 +220,6 @@ IMPORTANT: wpForo 1.8.x versions are not compatible with old versions of addons.
201
  * Fixed Bug: Many small bugs are fixed as well
202
  * New Addon: [wpForo Topic Custom Fields](https://gvectors.com/product/wpforo-topic-custom-fields/)
203
 
204
- IMPORTANT NOTES for UPDATE
205
-
206
- - Forum template files are modified. The modifications were made in index.php, search.php and some profile template files. If you have the old customized copies of mentioned template files in your WP theme /wpforo/ folder please update them.
207
- - After the update, please delete all caches.
208
- - If you have a Minifier/Optimizer plugins please delete all caches.
209
- - If you use CDN and found some issues please purge it.
210
- - Some JS and CSS files are changed, please refresh (press Ctrl+F5) on forum front-end twice to reset browser cache, otherwise you'll see crashed design.
211
-
212
-
213
 
214
  = wpForo Forum 1.7.5 / 1.7.6 / 1.7.7 | 31.05.2020 =
215
 
3
  Tags: forum, forums, forum plugin, WordPress forum plugin, community, discussion
4
  Requires at least: 4.1
5
  Tested up to: 5.4
6
+ Stable tag: 1.8.2
7
  Requires PHP: 5.6 and higher
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
165
 
166
  == Changelog ==
167
 
168
+ = wpForo Forum 1.8.2 | 27.07.2020 =
169
+
170
+ [wpForo Forum v1.8.2 Release Summary](https://wpforo.com/community/wpforo-announcements/wpforo-1-8-2-is-released/)
171
+
172
+ * Fixed Bug: Login issue, forum doesn't recognize login status
173
+ * Fixed Bug: Forum menu doesn't reflect to login status
174
+ * Fixed Bug: Cannot approve / unapprove post
175
+ * Fixed Bug: Cannot edit a topic / post
176
+ * Fixed Bug: Some forms are disappeared
177
+
178
+
179
+ IMPORTANT NOTES for UPDATE
180
+
181
+ - After the update, please delete all caches.
182
+ - If you have a Minifier/Optimizer plugins please delete all caches.
183
+ - If you use CDN and found some issues please purge it.
184
+ - Some JS and CSS files are changed, please refresh (press Ctrl+F5) on forum front-end twice to reset browser cache, otherwise you'll see crashed design.
185
+
186
+
187
  = wpForo Forum 1.8.0 / 1.8.1 | 22.07.2020 =
188
 
189
  [wpForo Forum v1.8.0 / v1.8.1 Release Summary](https://wpforo.com/community/wpforo-announcements/wpforo-1-8-0-is-released/)
220
  * Fixed Bug: Many small bugs are fixed as well
221
  * New Addon: [wpForo Topic Custom Fields](https://gvectors.com/product/wpforo-topic-custom-fields/)
222
 
 
 
 
 
 
 
 
 
 
223
 
224
  = wpForo Forum 1.7.5 / 1.7.6 / 1.7.7 | 31.05.2020 =
225
 
wpf-includes/class-members.php CHANGED
@@ -69,6 +69,7 @@ class wpForoMember{
69
  add_action('register_new_user', array($this, 'after_register_new_user'));
70
  add_action('after_password_reset', array($this, 'after_password_reset'));
71
  add_action('set_current_user', array($this, 'init_current_user'));
 
72
  }
73
 
74
  public function get_cache( $var ){
69
  add_action('register_new_user', array($this, 'after_register_new_user'));
70
  add_action('after_password_reset', array($this, 'after_password_reset'));
71
  add_action('set_current_user', array($this, 'init_current_user'));
72
+ add_action('init', function(){ if( !WPF()->current_userid ) $this->init_current_user(); });
73
  }
74
 
75
  public function get_cache( $var ){
wpf-themes/classic/style-rtl.css CHANGED
@@ -1889,6 +1889,11 @@ body.wpforo-dialog-visible #wpforo-dialog-extra-wrap{display: block;}
1889
  #wpforo #wpforo-wrap .wpf-tools .wpf-tool-tabs .wpf-tool-tab{border-bottom: none;}
1890
  #wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info p span{line-height: 20px;}
1891
  #wpforo #wpforo-wrap .wpf-notifications{width: 100%; min-width: auto;}
 
 
 
 
 
1892
  }
1893
  @media screen and (max-width:350px) {
1894
  #wpforo #wpforo-wrap .wpf-button{white-space: nowrap;}
1889
  #wpforo #wpforo-wrap .wpf-tools .wpf-tool-tabs .wpf-tool-tab{border-bottom: none;}
1890
  #wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info p span{line-height: 20px;}
1891
  #wpforo #wpforo-wrap .wpf-notifications{width: 100%; min-width: auto;}
1892
+ .wpforo-copy-url-wrap .wpforo-copy-url{font-size: 10px;}
1893
+ .wpforo .mce-container-body .mce-container.mce-form.mce-abs-layout-item{width: 94% !important;}
1894
+ .wpforo .mce-container.mce-panel .mce-container.mce-panel.mce-foot,
1895
+ .wpforo .mce-container.mce-panel .mce-container-body.mce-abs-layout {width: 94% !important;}
1896
+ .wpforo .mce-container.mce-panel.mce-foot .mce-container-body.mce-abs-layout .mce-widget.mce-btn{position: relative!important; right:5%!important; margin-right: 5%; float:left;}
1897
  }
1898
  @media screen and (max-width:350px) {
1899
  #wpforo #wpforo-wrap .wpf-button{white-space: nowrap;}
wpf-themes/classic/style.css CHANGED
@@ -1899,6 +1899,10 @@ body.wpforo-dialog-visible #wpforo-dialog-extra-wrap{display: block;}
1899
  #wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info p span{line-height: 20px;}
1900
  #wpforo #wpforo-wrap .wpf-notifications{width: 100%; min-width: auto;}
1901
  .wpforo-copy-url-wrap .wpforo-copy-url{font-size: 10px;}
 
 
 
 
1902
  }
1903
  @media screen and (max-width:350px) {
1904
  #wpforo #wpforo-wrap .wpf-button{white-space: nowrap;}
1899
  #wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info p span{line-height: 20px;}
1900
  #wpforo #wpforo-wrap .wpf-notifications{width: 100%; min-width: auto;}
1901
  .wpforo-copy-url-wrap .wpforo-copy-url{font-size: 10px;}
1902
+ .wpforo .mce-container-body .mce-container.mce-form.mce-abs-layout-item{width: 94% !important;}
1903
+ .wpforo .mce-container.mce-panel .mce-container.mce-panel.mce-foot,
1904
+ .wpforo .mce-container.mce-panel .mce-container-body.mce-abs-layout {width: 94% !important;}
1905
+ .wpforo .mce-container.mce-panel.mce-foot .mce-container-body.mce-abs-layout .mce-widget.mce-btn{position: relative!important; left:5%!important; margin-left: 5%; float:right;}
1906
  }
1907
  @media screen and (max-width:350px) {
1908
  #wpforo #wpforo-wrap .wpf-button{white-space: nowrap;}
wpforo.php CHANGED
@@ -5,14 +5,14 @@
5
  * Description: WordPress Forum plugin. wpForo is a full-fledged forum solution for your community. Comes with multiple modern forum layouts.
6
  * Author: gVectors Team
7
  * Author URI: https://gvectors.com/
8
- * Version: 1.8.1
9
  * Text Domain: wpforo
10
  * Domain Path: /wpf-languages
11
  */
12
 
13
  //Exit if accessed directly
14
  if( !defined( 'ABSPATH' ) ) exit;
15
- if( !defined( 'WPFORO_VERSION' ) ) define('WPFORO_VERSION', '1.8.1');
16
 
17
  function wpforo_load_plugin_textdomain() { load_plugin_textdomain( 'wpforo', FALSE, basename( dirname( __FILE__ ) ) . '/wpf-languages/' ); }
18
  add_action( 'plugins_loaded', 'wpforo_load_plugin_textdomain' );
5
  * Description: WordPress Forum plugin. wpForo is a full-fledged forum solution for your community. Comes with multiple modern forum layouts.
6
  * Author: gVectors Team
7
  * Author URI: https://gvectors.com/
8
+ * Version: 1.8.2
9
  * Text Domain: wpforo
10
  * Domain Path: /wpf-languages
11
  */
12
 
13
  //Exit if accessed directly
14
  if( !defined( 'ABSPATH' ) ) exit;
15
+ if( !defined( 'WPFORO_VERSION' ) ) define('WPFORO_VERSION', '1.8.2');
16
 
17
  function wpforo_load_plugin_textdomain() { load_plugin_textdomain( 'wpforo', FALSE, basename( dirname( __FILE__ ) ) . '/wpf-languages/' ); }
18
  add_action( 'plugins_loaded', 'wpforo_load_plugin_textdomain' );