Changelogs

View list of modified files

5.1.2 - July 25, 2024

New

  • (Joomla) Add sync with created date action to publication date field in listing form - CP.

Fixes

  • Fix access settings for custom fields come back on edit after clearing them - CP.
  • Fix field option value not automatically generated from text while typing when creating new option - CP.
  • Fix comments links without titles appear blank instead of having a placeholder - CP
  • Fix missing allow html and wysiwyg editor settings for textarea custom field.
  • Fix ModelableJsonSetting::trait to ensure the stored value is valid JSON.
  • Fix to compensate for user error when choosing to use default images with an empty default image path.
  • Fix listing moderation preview error when non-existent tags for fields are used in field output format.

5.1.1 - July 23, 2024

Changes

  • (Joomla) Update Yoyo plugin to throw a BypassRenderMethod exception on 204 responses.

Fixes

  • Fix field textarea setting fields not resizeable.
  • Fix cannot disable Field comparison view setting.
  • Fix listings module sort setting ignored for non-proximity options.
  • Fix toggling main media on front-end media upload form redirects to unauthorized page.
  • Fix admin clickable edit links are not left-aligned.
  • Fix Model Selectable trait should check if param is Closure instead of using is_callable.
  • (Joomla) Fix admin theme elements page not loading on some sites.
  • Fix frontend media downloads broken on some sites.

5.1.0 - July 12, 2024

New

  • Add back Save as new button when in admin listing edit form.

Changes

  • Automatic cleanup of media missing original image while generating thumbnails.

Fixes

  • (WordPress) Fix issue with static home page when a JReviews menu type has not been selected.
  • Fix missing global option in Category Layout Manager.
  • Fix constant already defined error in CP.

5.0.12 RC4-1 - July 5, 2024

Fixes

  • Fix previous change not working to disable community integration from displaying profile names instead of user names in admin side.

5.0.11 RC4 - July 4, 2024

Fixes

  • Fix saving listing type is removing listing type widgets.
  • Fix selecting Without Comments or Ratings in listing types is not disabling comments for the listing.
  • Fix field regex validation not working when using a regex pattern - CP
  • Fix not able to create more then one widget per Listing Type - CP
  • Fix listing type widget ordering missing Proximity option when Maps Addons is active.
  • Fix owner replies show up in moderation due to date stored as '0000-00-00 00:00:00'.
  • Fix compatibility with JCE editor.
  • Fix field option relation validation when control field is an array -CP.
  • Fix controlled field validation rule missing fields namespace so it always fails validation - CP.
  • Fix publication and expiration dates incorrectely processed twice to store as UTC - CP
  • Fix adv. filtering show all link missing when filter is controlled by another field option
  • (Joomla) Fix SEF plugin deprecated errors reading Joomla input.
  • Fix php warning on click2search URL when the URL results in an empty string.
  • Fix Field SEO row edit incorrectly using keywords value for description - CP
  • Fix wrong placeholder used in pt_br file affecting live search.
  • (Joomla) Fix smart search error triggered when saving listing with related listing custom field.
  • Fix unsupported operand types: string * int errors
  • Fix php notice with admin pagination.
  • Fix broken image urls due to duplicate segment when site in subdirectory.
  • (WordPress) Fix listing date timezone issues on create.
  • (Joomla) Fix wrong listing preview link generation on admin side.
  • (WordPress) Fix Use of non-JReviews static home page triggers a 404 error.

Changes

  • Unpublished listings now use a different status so they don't appear in moderation.
  • Always show the user's actual system name in the JReviews CP, regardless of the community integration setting.
  • Added some missing pt_br language strings.
  • Automatically clear legacy cache when saving listing type widgets and listing types.
  • Add owner_reply_moderation index to jreviews_comments table.
  • Add missing database jreviews_criteria.search column migration.
  • Prevent editing of listings without listing type - CP
  • Add versioning parameter to stylesheets and scripts
  • Add views column to admin browse listings list.
  • Make titles clickable for edit action (listings, comments, discussions).
  • Changes for improved JReviews Deploy compatibility.
  • Remove legacy config paths for admin registry files.

5.0.10 RC3 - May 23, 2024

Fixes

  • Fix ordering not working in my reviews page.
  • Fix blade view component namespaces need to be double escaped.
  • Add database migration to ensure jreviews_content.publish_down column is nullable (old version upgrades)
  • Add database migration to fix outdated jreviews_directories table (old version upgrades)
  • Dark mode improvements for empty state view component.
  • (Joomla) Updated schemapath in install manifest to fix Joomla error due to missing type.

Changes

  • (WordPress) Remove suffix from asset handlers for the first asset when there are multiple assets in the same namespace (i.e. alpine)

Performance

  • Performance improvements for admin side database queries.
  • Switch to using primary keys for ordering in moderation pages for faster queries.

5.0.9 RC2 - May 10, 2024

New

  • (WordPress) Re-write of JReviews page menu system and widget settings, broken after recent update.

Fixes

  • Change jreviews_config id length to fix InnoDB index length error on new installs.
  • Add jreviews_categories.marker_icon column migration for older updates.
  • Fix manual addon install/uninstall issues.
  • Fix include relative base URL in local storage disk.
  • Fix handling of CDATA in Xml manifests.

5.0.8 RC1 - May 1, 2024

Fixes

  • Fix wrong options shown in Image Position setting in card layout customizer.
  • (Joomla) Fix smart search indexing error when a listing is found in a category without a listing type.

5.0.7 Beta 2 - April 21, 2024

Fixes

  • Fix install error on InnoDB databases while creating jreviews temporary files table index.
  • Fix JReviews module param overwriting main page action value causing the ordering list to hide.
  • Fix admin option values for number of results per page not matching the option text.
  • Fix audio player not loading in front-end media edit dialog.
  • Fix front-end attachment downloads not working.
  • (WordPress) Fix error when using Avada theme.