If you are upgrading from a version earlier than 4.27.1
The Redux theme options framework, post/page options, custom sidebars and demo importer have been moved from the The Review plugin to the main theme. This means all text strings from these pages has moved from the plugin .pot file to the theme .pot file. Please sync your theme .pot file to load these new text strings and translate them again.
If you are upgrading from a version earlier than 4.12
If you are using PHP version 5.2.4 or below please upgrade before installing this update.
If you are upgrading from a version earlier than 4.9
The following global variable names have been renamed:
$GLOBALS['ghostpool_title'] has changed to $GLOBALS['ghostpool_page_header']
$GLOBALS['ghostpool_title_text'] has changed to $GLOBALS['ghostpool_page_header_text']
$GLOBALS['ghostpool_title_bg'] has changed to $GLOBALS['ghostpool_page_header_bg']
If you are upgrading from a version earlier than 4.5
The following functions have been renamed: ghostpool_page_settings has been changed to ghostpool_init_variables and ghostpool_page_variables has been changed to ghostpool_loop_variables.
If you are upgrading from a version earlier than 3.10
The theme now includes a the-review.pot translation file instead of thereview.po and thereview.mo files. This file is identical to thereview.po and when saved generates the .po and .mo files. Nothing has changed, you still need the-review.po and the-review.mo and they can stay in the the-review/languages/ folder but you now also have the option of adding these files to wp-content/languages/themes/ or inside your child theme so they are not overwritten when updating the theme. For more information please see Translating The Theme (Localisation).
The text from the registration email is no longer translatable from the theme plugin. You now need to translate this text from the WordPress core language file.
If you are upgrading from a version earlier than 3.7
Updating Visual Composer through the theme is not currently working. You will need update the plugin manually. From your theme download go to the-review-theme/the-review/lib/plugins/ and unzip js_composer.zip. Upload the "js_composer" folder to the wp-content/plugins/ directory overwriting the existing "js_composer" folder.
If you are upgrading from a version earlier than 3.0
The Review theme and The Review Plugin folder names have changed from "thereview" to "the-review". Remove the old version of the plugin before installing the new version.
Change child theme style.css Template slug from "thereview" to "the-review".
All theme IDs and classes are now prefixed with "gp-" in order to reduce plugin conflicts.
All theme functions are now prefixed with "ghostpool_" instead of "gp_" to reduce plugin conflicts.
The Login, Logout and Register links options have been removed. You now manually add these links to your menu from Appearance -> Menus - for more info click here.
You need to change the Menu Type option to Profile Link for your existing Profile menu link - for more info click here.
The "Size" option has been removed for categories and page templates and is now only supported for Visual Composer elements. You can now select a large blog appearance from the "Format" option.
The theme now uses the Visual Sidebars Editor plugin instead of the Visual Composer Widgets plugin. To use this plugin instead click here.
Version 4.38 (13-Feb-19)
Changes
Update: Updated WPBakery Page Builder to v5.7
Update: Updated The Review Plugin to v3.14.1
Tweak: Fonts no longer preloaded by default
Fix: Metaboxes correctly being hidden in Gutenberg editor
Fix: Write a review image upload working again
Fix: WooCommerce pagination improvements
Fix: Removed GooglePlus counter as service has been discontinued
Version 4.37 (10-Dec-18)
Changes
Update: Updated WPBakery Page Builder to v5.6
Update: Updated The Review Plugin to v3.14
Update: Updated Redux framework to v3.6.15
Update: Fully compatible with WordPress 5.0 and PHP 7.2
Fix: Google Captcha plugin working with login and register form again
Version 4.36.2 (26-Nov-18)
Changes
Fixed: Added missing $wpdb global in login functions
Fixed: Fixed issues with accessing The Review Setup page
Version 4.36.1 (13-Nov-18)
Changes
Update: Updated The Review Plugin to v3.13.1
Tweak: Improvements to login functions
Tweak: Improvements to theme statistic page
Fix: Fixed issue where custom tab variables were not be used
Fix: Fixed issue with Hub Details widget not displaying data
Version 4.36 (26-Oct-18)
Changes
Update: Updated WPBakery Page Builder to v5.5.5
Update: Updated Redux framework to v3.6.12.1
Update: Added basic WooCommerce layout support
Update: New theme update method - use Envato Market WordPress Plugin
Update: Added separate menu icon option (no longer need to use class field)
Update: Followers count added to Instagram button in Social Buttons element
Tweak: Updated hard coded http URLs to https for full SSL support
Tweak: Added REST API support to custom post types and taxonomies
Tweak: Replaced category page header background text field option with media uploader
Tweak: Facebook counter updated every 24 hours to reduce API rate limit being exceeded
Tweak: Added filter to disable async typography (ghostpool_async_typography)
Tweak: Added filter to change post type in GP Recent Comments widget (ghostpool_recent_comments_widget_post_type)
Fix: Fixed issue with ghostpool_hub_field_characters function not working
Fix: Fixed PHP 7.2 notices
Fix: Fixed issues with current user being recognised upon login
Fix: Fixed issue with invalid email breaking login form
Tweak: Hard crop options set to disabled now show as selected
Fix: Hub reviews with awards now show up in award filters
Fix: Default sidebar position option now working in Hub Reviews
Fix: Retina option now working in Testimonials and Team Visual Composer elements
Fix: Removed ability to automatically assign logged/out display menu option to all child links as it was using a high number of database resources
Fix: Removed page template query from author page as it was using a high number of database resources (this means all pages you created now show up on this page)
Fix: Fixed issue with average user ratings not being calculated correctly
Fix: Gallery and video post format now only show images if featured images enabled
Fix: Fixed rich snippet error on pages with ratings
Fix: Backslashes removed from user review post title/content when edited
Fix: Fixed header on edit user review page
Fix: Minor styling fixes
Theme Files Changed/Added/Removed
style.css
functions.php
edit-a-review-template.php
author.php
post-loop.php
review-loop.php
languages/the-review.pot
lib/inc/init-variables.php
lib/inc/plugin-defaults.php New
lib/inc/theme-shortcodes.php
lib/inc/loop-variables.php
lib/inc/theme-config.php
lib/inc/auto-hub-pages.php
lib/inc/ajax.php
lib/inc/database-updates.php
lib/inc/login-settings.php
lib/inc/user-ratings.php
lib/inc/ratings.php
lib/inc/hub-variables.php
lib/demo-installer/importer/radium-importer.php
lib/demo-installer/demo-files/content.xml
lib/sections/login-form.php
lib/sections/site-rating.php
lib/sections/user-rating.php
lib/vc-templates/gp_vc_blog.php
lib/vc-templates/gp_vc_videos.php
lib/vc-templates/gp_vc_slider.php
lib/vc-templates/gp_vc_showcase.php
lib/vc-templates/gp_vc_ranking.php
lib/vc-templates/gp_vc_news.php
lib/vc-templates/gp_vc_images.php
lib/vc-templates/gp_vc_featured.php
lib/vc-templates/gp_vc_carousel.php
lib/vc-templates/team_member.php
lib/vc-templates/testimonial.php
lib/menus/custom-menu-walker.php
Version 4.16 (27-Sep-16)
Changes
Update: Updated Redux to v3.6.2
Update: Updated Redux Metaboxes to v1.4.1
Tweak: Changed subject title for new password email
Fix: Fixed missing div tag in hub details Visual Composer element
Fix: Minor styling fixes
Theme Files Changed/Added/Removed
style.css
functions.php
languages/the-review.pot
lib/redux-extensions/loader.php
lib/redux-extensions/metaboxes/
lib/inc/login-settings.php
lib/vc-templates/gp_vc_hub_details.php
Version 4.15 (14-Sep-16)
Changes
Update: Updated Visual Composer to v4.12.1
Update: Updated Visual Sidebars Editor to v1.1.1
Fix: Fixed fatal error on review pages when no rating is set
Fix: Logout link now redirects to homepage to fix category first post redirect issue
Fix: Fixed WP_DEBUG errors
Fix: Minor styling fixes
Theme Files Changed/Added/Removed
style.css
functions.php
lib/inc/ratings.php
lib/menus/custom-menu-walker.php
lib/plugins/visual-sidebars-editor.zip
lib/plugins/js_composer.zip
lib/vc-templates/gp_vc_hub_details.php
Version 4.14.1 (02-Sep-16)
Changes
Fix: Downgraded Visual Sidebars Editor to v1.0.9 to fix a number of WordPress and theme conflicts (deactivate and delete plugin so you can install v1.0.9)
Theme Files Changed/Added/Removed
style.css
functions.php
lib/plugins/visual-sidebars-editor.zip
Version 4.14 (29-Aug-16)
Changes
Update: Updated Visual Sidebars Editor to v1.1.0
Tweak: Pending Reviews section now only shown if one or more pending options enabled
Tweak: Post titles now shown on title overlay posts when no featured image is added
Fix: Approved/pending meta data no longer hidden on mobile/tablet devices
Fix: Fixed help file/changelog links on Theme Options page when theme name changed
Fix: Fixed issue with Title option in Portfolio element
Fix: Fixed issue with loader icon in Portfolio element
Fix: Facebook counter now working again
Fix: Minor styling fixes
Theme Files Changed/Added/Removed
style.css
functions.php
my-reviews-template.php
review-loop.php
post-loop.php
lib/plugins/visual-sidebars-editor.zip
lib/inc/theme-config.php
lib/inc/social-counters.php
lib/vc-templates/gp_vc_portfolio.php
lib/vc-templates/gp_vc_carousel.php
lib/vc-templates/gp_vc_social.php
Version 4.13 (22-Aug-16)
Changes
Update: Updated Redux to v3.6.1.1
Update: Updated captcha plugin code in login popup form and write a review template
Tweak: Add filters for portfolio and content menu images
Tweak: Added comment support to pages
Tweak: Added support for YouTube channel ID for social counter
Fix: Share icons now prefix hub title to page title when necessary
Fix: Add missing text string to translation file
Fix: Fixed fatal error when no rating is added to review pages
Fix: Minor styling fixes
Theme Files Changed/Added/Removed
style.css
functions.php
portfolio-loop.php
write-a-review-template.php
languages/the-review.pot
lib/ReduxCore/
lib/menus/custom-menu-walker.php
lib/inc/login-settings.php
lib/inc/ratings.php
lib/inc/theme-shortcodes.php
lib/inc/social-counters.php
lib/sections/share-icons.php
lib/sections/login-form.php
lib/vc-templates/gp_vc_social.php
Version 4.12 (26-Jul-16)
Changes
Update: Updated Visual Sidebars Editor to v1.0.9
Update: Updated Redux to v3.6.0.10
Tweak: Changed The Review plugin text domain to "the-review-plugin"
Fix: Demo importer fix
Fix: Hub synopsis now working on hub review pages
Fix: Fixed issue with submitting user reviews with featured images
Fix: Visual Composer shortcodes now work with ajax pagination when showing full content
Update: Updated TGM Plugin Activation plugin to v2.5.2
Tweak: Removed redundant folders from Redux options framework
Tweak: Removed WooCommerce options from wpml-config.xml
Fix: Added missing text options to wpml-config.xml
Fix: Added TGM plugin text to translation files
Fix: Fixed WordPress 4.3 PHP 4 notices
Fix: Follower count now displays in categories for child hub pages
Fix: Fixed fatal error on portfolio item pages
Fix: Fixed appearance of breadcrumbs with different title header displays
Fix: Menu tab categories now retained when using pagination arrows
Fix: Facebook and Pinterest share icons now showing again
Theme Files Changed/Added/Removed
style.css
functions.php
user-reviews-template.php
taxonomy.php
taxonomy-gp_portfolios.php
taxonomy-gp_videos.php
single-gp_portfolio_item.php
single-gp_user_review.php
search.php
page.php
portfolio-template.php
my-reviews-template.php
news-template.php
images-template.php
blog-template.php
following-template.php
edit-a-review-template.php
write-a-review-template.php
attachment.php
author.php
index.php
review-template.php
single.php
videos-template.php
woocommerce.php
hub-template.php
wpml-config.xml
languages/
lib/inc/theme-config.php
lib/inc/page-headers.php
lib/ReduxCore/ New
lib/redux-framework/ Removed
lib/sections/share-icons.php
lib/sections/entry-meta.php
lib/scripts/ajax-loop.js
lib/widgets/hub-categories.php
lib/widgets/recent-posts.php
lib/widgets/recent-comments.php
lib/plugins/js_composer.zip
Version 2.7 (19-Aug-15)
Changes
Update: Updated Redux to v3.5.6.7
Update: Added Yoast SEO to recommended plugins list
Update: Updated Font Awesome to v4.4.0
Update: Default options removed from all shortcodes in Visual Composer theme templates to reduce page file size
Tweak: Masonry code in Blog, News, Videos and Portfolio elements now applies to the specific element being resized
Tweak: Many script files now only loaded when needed
Tweak: Ajax code is no longer loaded if ajax option is disabled
Tweak: Hub prefixing of titles now supported in post loops (pages without ratings)
Tweak: Scheduled pages hidden in hub tabs again
Tweak: Pinterest share button now uses featured image if there is no title header background image
Fix: Automatic Hub Creation form now displays in WordPress 4.3
Fix: Fixed issue where excerpt length is not specified in plugins
Fix: Fixed WP_DEBUG on portfolio categories
Fix: Ranking element images no longer hidden if no rating is displayed
Fix: Minor styling fixes
Fix: Related items now displaying on portfolio items
Fix: Added missing sidebar to WooCommerce page template
Fix: Fixed issue with password protected form button
Fix: Fixed issue with register popup box option
Fix: Removed redundant jQuery code
Fix: Localised missing Visual Composer element text
Fix: Minor styling, class name and spelling fixes
Fix: Category data now retained when filtering via ajax if no parent filter category specified
Fix: Quotes in Testimonials Slider now showing correctly
Fix: Correct login link added to user rating box
Fix: Default options now used for Featured element
Fix: Slide titles and captions displaying correctly again
Fix: Fixed undefined notices in The Review plugin
Fix: Post elements/widgets now display correctly on BuddyPress activity pages
Fix: Escaped portfolio link URL
Fix: Added missing date published and modified filters to News and Videos page templates
Fix: Added cURL check to Twitter social counter
Theme Files Changed/Added/Removed
style.css
functions.php
single-gp_portfolio_item.php
blog-template.php
news-template.php
taxonomy.php
taxonomy-gp_videos.php
search.php
index.php
taxonomy-gp_portfolios.php
portfolio-template.php
author.php
videos-template.php
images-template.php
user-reviews-template.php
my-reviews-template.php
post-loop.php
woocommerce.php
portfolio-loop.php
languages/
lib/fonts/font-awesome/
lib/sections/entry-gallery.php
lib/sections/share-icons.php
lib/sections/hub-tabs.php
lib/sections/social-icons.php Removed
lib/redux-framework/
lib/vc-templates/gp_vc_videos.php
lib/vc-templates/gp_vc_showcase.php
lib/vc-templates/gp_vc_slider.php
lib/vc-templates/gp_vc_portfolio.php
lib/vc-templates/gp_vc_news.php
lib/vc-templates/gp_vc_carousel.php
lib/vc-templates/gp_vc_blog.php
lib/vc-templates/testimonial.php
lib/vc-templates/testimonial_slider.php
lib/vc-templates/gp_vc_hub_details.php
lib/vc-templates/gp_vc_featured.php
lib/inc/social-counters.php
lib/inc/auto-hub-pages.php
lib/inc/default-vc-templates.php
lib/inc/theme-shortcodes.php
lib/inc/user-ratings.php
lib/inc/page-headers.php
lib/inc/theme-convertor.php
lib/inc/ajax.php
lib/inc/theme-config.php
lib/css/admin.css
lib/menus/custom-menu-walker.php
lib/scripts/ajax-loop.js
lib/scripts/custom.js
lib/plugins/thereview-plugin.zip
Version 2.6 (24-Jul-15)
Changes
Update: Updated Visual Composer to v4.6.2
Update: Updated Redux to v3.5.6
Tweak: Added notice to complete captcha on registration form if all other fields are complete
Tweak: Added "screen-reader-text" CSS support
Tweak: Hub fields in Filter elements now uses actual taxonomy names to support foreign characters
Fix: Login and register popup boxes no longer displayed when Login and Register Popup Box options disabled
Fix: Fixed issue with page content being hidden if Lightbox option disabled
Fix: Fixed issue with displaying both hubs and reviews in Ranking elements
Fix: Fixed WP_DEBUG errors when unselecting child pages in Automatic Hub Creation form
Fix: Multiple class names now supported in theme elements
Fix: Added missing Visual Composer elements text to translation files
Fix: Sanitized Pricing Table element data
Fix: Hub header title changed from h1 to h2 tag on posts with hub header
Fix: Feature images no longer hidden when using ajax pagination/filtering
Fix: Fix issue with multiple post types not displaying on following page
Fix: Added Pinterest URL option so Pinterest counter icon links to page
Fix: Fixed issue with using ID instead of slug for parent category field in Filters element
Fix: Fixed Facebook counter again
Theme Files Changed/Added/Removed
style.css
functions.php
following-template.php
languages/
lib/redux-framework/
lib/inc/social-counters.php
lib/inc/theme-shortcodes.php
lib/inc/auto-hub-pages.php
lib/inc/login-settings.php
lib/vc-templates/gp_vc_social.php
lib/vc-templates/gp_vc_portfolio.php
lib/vc-templates/gp_vc_filters.php
lib/vc-templates/pricing_column.php
lib/vc-templates/pricing_table.php
lib/vc-templates/testimonial_slider.php
lib/vc-templates/team.php
lib/vc-templates/gp_vc_videos.php
lib/vc-templates/gp_vc_slider.php
lib/vc-templates/gp_vc_showcase.php
lib/vc-templates/gp_vc_ranking.php
lib/vc-templates/gp_vc_news.php
lib/vc-templates/gp_vc_images.php
lib/vc-templates/gp_vc_hub_details.php
lib/vc-templates/gp_vc_featured.php
lib/vc-templates/gp_vc_carousel.php
lib/vc-templates/gp_vc_blog.php
lib/vc-templates/testimonial.php
lib/scripts/ajax-loop.js
lib/sections/hub-header.php
lib/sections/login-form.php
lib/plugins/js_composer.zip
Version 2.5 (14-Jul-15)
Changes
Update: Updated Redux to v3.5.5.6
Tweak: Adjusted margins in Home Page 1 template
Fix: Fixed number of issues with scheduled parent hub pages
Fix: Rating from previous item no longer added to next item that has no child pages on category pages
Fix: No longer required to add hub fields to Filters elements
Fix: Disabled Redux theme options in customizer so the theme can be loaded on Customizer page
Fix: Follow button added to hub header again
Fix: Lightbox feature working again
Fix: Fixed appearance of Theme Widths option tab
Fix: Fixed issue with URLs on theme option page
Fix: Parallax header image now positioned correctly before scrolling (more improvements to come)
Fix: Fixed issue with pagination in content menus
Fix: Filters element now checks if parent category exists to prevent error
Fix: Slugs with numbers now accepted in elements
Fix: Fixed ajax display issue with followers meta in Showcase element
Fix: Fix styling issue in Ranking element with top ranked item when featured images disabled
Theme Files Changed/Added/Removed
style.css
functions.php
languages/
lib/redux-framework/
lib/inc/social-counters.php
lib/inc/default-vc-templates.php
lib/inc/theme-config.php
lib/inc/theme-shortcodes.php
lib/inc/page-variables.php
lib/inc/ratings.php
lib/inc/auto-hub-pages.php
lib/inc/ajax.php
lib/vc-templates/gp_vc_featured.php
lib/vc-templates/gp_vc_filters.php
lib/vc-templates/gp_vc_ranking.php
lib/menus/custom-menu-walker.php
lib/metaboxes/config.php
lib/sections/hub-tabs.php
Version 2.4 (06-Jul-15)
Changes
Update: Updated Redux to v3.5.4.34
Update: Added option to set post date when creating hubs in "Automatic Hub Creation" form
Update: Users can no longer give a rating below 1
Update: Updated method for loading parent stylesheet in child theme
Update: Updated Home Page 1 template
Tweak: Improvements to the way average user rating are calculated (moving average)
Tweak: Improvements to when how images are hidden if post content is going to be squashed
Tweak: Improvements to "Automatic Hub Creation" form appearance
Tweak: Ratings now adopt colour of the first category alphabetically
Fix: Reviews now show user ratings in categories
Fix: Edit links now work when "Edit A Review" page has any name
Fix: Items per page no longer affected by content menu pagination
Fix: Facebook social counter working again
Fix: Fixed Ranking element error when no hub header categories excluded
Fix: Fixed some issues with the way the demo switcher was being loaded
Theme Files Changed/Added/Removed
style.css
functions.php
languages/
lib/inc/redux-framework/
lib/inc/demo-switcher.php
lib/inc/default-vc-templates.php
lib/inc/theme-config.php
lib/inc/auto-hub-pages.php
lib/inc/user-ratings.php
lib/inc/social-counters.php
lib/vc-templates/gp_vc_ranking.php
lib/css/admin.css
lib/menus/custom-menu-walker.php
lib/metaboxes/config.php
lib/scripts/custom.js
lib/scripts/user-ratings.js
thereview-child/style.css (Child theme)
thereview-child/functions.php (Child theme)
Version 2.3 (17-Jun-15)
Changes
Update: Updated Visual Composer to v4.5.3
Update: Updated Redux to v3.5.4.19
Update: Updated prettyPhoto Lightbox to v3.1.6
Update: Updated TGM Plugin Activation plugin
Update: Added option to add or remove the hub title from the child page URLs when using the "Automatic Hub Creation" form
Update: Added options to edit or disable hub page tab title
Update: CDN images now work with image resizer
Tweak: Provided TGM Plugin Activation plugin fallback for servers using PHP 5.2.3 or less
Tweak: Can now crop Ranking element background images
Tweak: Post Views Counter plugin no longer automatically inserts post views at bottom of posts (can be overriden from Settings -> Post Views Counter -> Display)
Fix: Updated prettyPhoto script to fix XXS vulnerability
Fix: Hub page tab anchor title no longer trimmed
Fix: Added missing fields to WPML configuration file
Fix: Icons no longer added to BuddyPress links in main navigation menu
Fix: YouTube videos now display correctly with ARVE plugin in aligned posts when no feature image is set
Fix: Fixed HTML error with hub header title
Theme Files Changed/Added/Removed
style.css
post-loop.php
wpml-config.xml
functions.php
theme-shortcodes.php
auto-hub-pages.php
lib/inc/class-tgm-plugin-activation.php
lib/inc/class-tgm-plugin-activation-2.4.2.php New
lib/inc/aq_resizer.php
lib/redux-framework/
lib/vc-templates/gp_vc_ranking.php
lib/metaboxes/config.php
lib/sections/hub-tabs.php
lib/sections/hub-header.php
lib/plugins/js_composer.zip
Version 2.2.1 (04-Jun-15)
Changes
Tweak: Thumbnails now only hidden when container is smaller than 290px
Fix: Can now centre align images with captions
Fix: Fixed issue with YouTube subscriber count
Theme Files Changed/Added/Removed
style.css
lib/scripts/custom.js
lib/inc/social-counters.php
Version 2.2 (02-Jun-15)
Changes
Tweak: Disabled async loading of Google web fonts to improve loading appearance
Fix: Fixed mysql_query error on theme convertor page
Fix: Wrapped and right aligned thumbnails now also hidden if space too small for them
Fix: Fixed a number of issues with hiding thumbnails, titles and ratings if space too small for them
Fix: Localised all automatic hub and default Visual Composer template text
Fix: Multiple ratings now display on newly created reviews
Fix: Correct canonical link now used on category pages
Fix: Fixed positioning of mega and content menus when header centred
Theme Files Changed/Added/Removed
style.css
functions.php
languages/
lib/inc/page-settings.php
lib/inc/default-vc-templates.php
lib/inc/auto-hub-pages.php
lib/inc/theme-shortcodes.php
lib/inc/theme-config.php
lib/inc/theme-convertor.php
lib/metaboxes/config.php
lib/scripts/custom.js
lib/vc-templates/gp_vc_ranking.php
Version 2.1 (28-May-15)
Changes
Update: Updated Redux to v3.5.4.13
Update: Updated TGM Plugin Activation plugin
Update: Added options to change format and size of hub categories
Tweak: Thumbnails, titles and ratings now hidden if space too small for them
Tweak: Tab Content Menu and Content Menu options now only show for category menu items
Fix: Full page title header images now displaying correctly
Fix: Lists now displaying correctly on review pages
Fix: Can now save Theme Options page without receiving an error (had to remove top header background image options to do this)
Fix: Canonical links now added to categories again with WordPress SEO plugin
Fix: Carousel images now resize correctly again on mobile and tablet devices
Fix: Custom title option now working on hub pages
Theme Files Changed/Added/Removed
style.css
taxonomy.php
languages/
lib/redux-framework/
lib/inc/theme-config.php
lib/inc/page-settings.php
lib/inc/page-headers.php
lib/vc-templates/gp_vc_carousel.php
lib/menus/menu-item-custom-fields.php
lib/scripts/custom.js
lib/sections/related-items.php
lib/sections/hub-header.php
lib/metaboxes/config.php
Version 2.0 (22-May-15)
Changes
Update: Updated Visual Composer to v4.5.2
Update: Updated Redux to v3.5.4.9
Update: Updated TGM-Plugin-Activation plugin to v2.5.0-alpha
Update: Added meta views option to GP Recent Posts widget
Update: Added lightbox support to all anchors that link to images (Theme Options -> General -> Lightbox)
Update: Can now choose to prefix hub child pages with hub page title from automatic hub form
Update: Parent hub page column added to backend User Reviews page
Update: Users can now edit their user reviews from the front-end
Update: Users can now upload a featured image for their user reviews
Update: Added option to allow users to publish user reviews without approval
Update: Added option to email admin when user reviews are submitted and/or edited
Update: Preset "Profile" top header dropdown menu has been replaced with custom dropdown menu area
Update: Added number of followers meta data
Update: Added option to disable first letter typography on review pages
Update: Added support for WordPress SEO plugin breadcrumbs (SEO -> Advanced -> Enable Breadcrumbs)
Update: Added new Filters Visual Composer element to filter hub categories by hub fields
Update: Can now order items randomly and by menu order
Update: Can now filter by date range and hub fields
Tweak: Order By and Order options merged
Tweak: Ajax pagination now scrolls to top of the page on category and template pages
Tweak: Long words now run onto next line in comment content
Tweak: Improvements to demo content installer
Tweak: User reviews now shown on author pages
Tweak: Added alt text to menu images
Tweak: Scripts tags removed if JavaScript Code option empty
Tweak: Minor rich snippet adjustments
Tweak: Added next and prev rel links on page templates
Tweak: Improved application of first letter styling
Fix: Can now update plugins packaged with theme again
Fix: Fixed issue with dropdown menu left/right positioning
Fix: PinInterest share button now working in all browsers
Fix: Fixed fatal error with TGM Plugin Activation plugin if using PHP v5.2 or less
Fix: Visual Composer responsive column settings now working
Fix: Single post/page pagination no longer affects menu pagination
Fix: Portfolio and slide categories now working in Blog element and page template
Fix: Fixed issue with installing Visual Composer Widgets plugin
Fix: Slides and portfolio content now show up in Blog element after ajax filtering
Fix: Page slug no longer changes when WordPress SEO activated
Fix: Fixed class conflict with rating hub field
Fix: Fixed issue with user rating rich snippet code
Fix: Fixed WP_DEBUG error when only user rating is displayed in hub header
Fix: Format option set to 1 column will remain a single column on tablet devices
Fix: Site rating no longer removed on review pages when adding Blog, News or Videos elements above rating
Fix: Fixed issues with using multiple post types in Blog elements and page templates
Fix: Fixed issue with first letter styling in blockquotes when using Visual Composer elements on review page
Fix: Added error checking to video categories meta data
Fix: Fixed WP_DEBUG error on hub child page template when they have no parent hub page
Fix: Fixed a number of WP_DEBUG issues with Testimonials element
Fix: Can now correctly follow/unfollow hub parent pages from user review pages
Fix: Fixed WP_DEBUG error in Showcase element upon ajax filtering/pagination
Fix: Fixed minor styling issues
Theme Files Changed/Added/Removed
style.css
functions.php
review-loop.php
following-template.php
edit-a-review-template.php New
blog-template.php
images-template.php
news-template.php
page.php
portfolio-template.php
user-reviews-template.php
videos-template.php
write-a-review-template.php
post-loop.php
review-template.php
single-gp_portfolio_item.php
single-gp_user_review.php
single.php
portfolio-loop.php
header.php
my-reviews-template.php New
taxonomy-gp_portfolios.php
search.php
taxonomy-gp_videos.php
index.php
taxonomy.php
author.php
author-template.php New
footer.php
languages/
lib/inc/default-vc-templates.php New
lib/inc/page-variables.php
lib/inc/theme-config.php
lib/inc/ajax.php
lib/inc/auto-hub-pages.php
lib/inc/theme-shortcodes.php
lib/inc/page-settings.php
lib/inc/page-headers.php
lib/inc/follow-items.php
lib/inc/class-tgm-plugin-activation.php
lib/vc-templates/gp_vc_carousel.php
lib/vc-templates/gp_vc_slide.php
lib/vc-templates/gp_vc_ranking.php
lib/vc-templates/gp_vc_images.php
lib/vc-templates/gp_vc_filters.php New
lib/vc-templates/gp_vc_showcase.php
lib/vc-templates/gp_vc_hub_details.php
lib/vc-templates/gp_vc_news.php
lib/vc-templates/gp_vc_portfolio.php
lib/vc-templates/gp_vc_videos.php
lib/vc-templates/gp_vc_slider.php
lib/vc-templates/gp_vc_featured.php
lib/vc-templates/gp_vc_blog.php
lib/vc-templates/team_member.php
lib/vc-templates/testimonial.php
lib/redux-framework/
lib/css/admin.css
lib/demo-installer/
lib/menus/custom-menu-walker.php
lib/metaboxes/config.php
lib/scripts/ajax-loop.js
lib/scripts/custom.js
lib/sections/related-items.php
lib/sections/site-rating.php
lib/sections/user-rating.php
lib/sections/header-post-cats.php
lib/sections/entry-meta.php
lib/sections/filter.php
lib/sections/review-header.php
lib/sections/share-icons.php
lib/sections/review-results.php
lib/sections/entry-gallery.php
lib/widgets/recent-posts.php
lib/plugins/js_composer.zip
lib/plugins/thereview-plugin.zip
lib/plugins/vc-widget-addon.zip
Version 1.5 (28-Apr-15)
Changes
Update: Updated Visual Composer to v4.5
Update: Updated Redux to v3.5.4.3
Fix: Updated TGM-Plugin-Activation plugin to fix XSS vulnerability
Fix: Avatar, name and description now show on author pages for users with no posts
Fix: Fixed styling issue with hub details box
Fix: Fixed a number of WP_DEBUG issues with Testimonials element
Fix: All categories displayed in categories dropdown menu if option left empty
Fix: Video page template now correctly shows video categories in filter category option
Fix: Blog page template now also shows hub categories in filter category option
Fix: Fixed issue when only adding two posts in Showcase element
Fix: Removed pagination from navigation menus
Fix: Fixed JavaScript error when Hub Details user voting option is disabled
Fix: Fixed issue with title header background images in on author pages
Theme Files Changed/Added/Removed
style.css
functions.php
hub-template.php
languages/
lib/inc/page-headers.php
lib/inc/auto-hub-pages.php
lib/inc/user-ratings.php
lib/inc/theme-shortcodes.php
lib/inc/ajax.php
lib/inc/class-tgm-plugin-activation.php
lib/inc/page-settings.php
lib/redux-framework/
lib/metaboxes/config.php
lib/scripts/ajax-loop.js
lib/sections/share-icons.php
lib/sections/filter.php
lib/vc-templates/gp_vc_hub_details.php
lib/vc-templates/testimonial.php
lib/vc-templates/gp_vc_showcase.php
lib/plugins/js_composer.zip
Version 1.4 (14-Apr-15)
Changes
Update: Updated Redux to v3.5.2.1
Update: Number of user reviews is now shown in the hub details box
Fix: Fixed WP_DEBUG errors with post and video categories in title headers
Fix: Custom sidebar widget titles now showing correctly (after updating go to Appearance > Sidebars and resave your custom sidebars to update the widget title appearance)
Fix: Parent menu icons no longer added to child links
Fix: Completely fixed issue with image heights set to 0 not displaying
Fix: Post association working for posts already created again
Fix: Missing text added to translation files
Theme Files Changed/Added/Removed
style.css
screenshot.png
portfolio-template.php
portfolio-loop.php
news-template.php
videos-template.php
languages/
lib/inc/redux-framework/
lib/inc/aq_resizer.php
lib/scripts/custom.js
lib/sections/header-post-cats.php
lib/vc-templates/gp_vc_hub_details.php
lib/vc-templates/gp_vc_portfolio.php
lib/plugins/thereview-plugin.zip
Version 1.3 (10-Apr-15)
Changes
Update: Updated Redux to v3.5.2
Update: Added TinyMCE support for Hub Synopsis option
Update: Added option to display posts on News and Video templates not associated with hub parent page
Tweak: Portfolios now only show filters of selected categories