[4/19/2024] v6.9.0
Copy* Added new Admin > Settings > Feed option allowing the search widget to be set to default filters
* Fixed an admin panel issue issue when running on S3 storage + Presigned urls, breaking user save action
* Fixed a few pushrCDN storage driver-related leftover issues
* Fixed an issue when invalid default profile prices were provided in the admin panel, the register flow would throw errors
* Fixed a miscalculation on the withdrawal confirmation email, related to the withdrawal fee
* Fixed an admin withdrawals issue, when the fee field wouldn't get auto-populated on approval
* Fixed an issue where the user's assets weren't properly deleted when removing a user from the admin panel
* Improved the Admin > Invoices area, added transaction ID to the table
* Improved the Admin > Money > Withdrawal table fields
* Improved the Admin > Public pages area, added a page link action button
* Improved the Admin > Attachments area
* Performed an overall grammar and typos fixes overall default translation strings
* Multiple improvements over the installer module
* Multiple other small bug-fixes and UI improvements & tweaks
* Small documentation updates and improvements
[3/16/2024] v6.8.0
Copy* Added alternative video transcoding solution based on coconut.co
* Added posters for video attachments, when available, for better loading experience under throttled networks
* Added option for setting absolute value taxes, alongside the existing percentage-based ones
* Added a native browser confirmation box when leaving the post create/edit page while files are being uploaded
* Renamed "Social media" admin settings category to "Social links"
* Fixed the Wasabi storage provider implementation
* Fixed a set of issues related to pushrCDN storage provider implementation
* Fixed a few localization issues when using the "Use browser locale if available" option, causing different side effects
* Improved the actual available language names when the `intl` PHP extension is available
* Fixed a messenger bug where a new message wouldn't get sent if a validation error had been triggered
* Fixed an issue when the messenger send button would get disabled after receiving a validation error
* Fixed an issue when the app error page would display a blank page instead of the error page
* Fixed a small border-radius-related UI bug during video uploads on the preview element
* Fixed an issue related to tips, when bigger values than the wallet one are used, the button would be disabled
* Fixed an issue related to the themes server fallback download link
* Fixed an issue where the theming server wouldn't properly replace the color of the feed search box color
* Removed the Admin > Colors > License field in favor of the regular license code one
* Multiple documentation-related improvements
* Multiple translation strings-related tweaks and fixes
and UI-UX tweaks
Other small bugfixes
[2/1/2024] v6.7.0
Copy* Added newline support for posts, increased default post excerpts preview height
* Added a new admin option that allows sending email notifications to admin users when a post is pending approval
* Added a new Admin > Payments >Withdrawals field which can be used to add custom info on the withdrawals page
* Added individual min-max value options for PPV content in the admin panel, for different categories (posts/messages/streams)
* Added Nowpayments IPN hook endpoint dialog in admin settings, for more consistency
* Fixed PWA's missing Splashscreens for iPhone 12/13/14/15
* Fixed the deprecated AI model used by the description suggestions feature
* Fixed an issue related to form submissions on reverse proxy/load balancer-based environments
* Fixed an issue where the checkout dialog box would show non-recurring providers for subscriptions on the profile page
* Fixed a local wallet subscription bug, happening on rare server environments
* Fixed a bug when users were missing referral codes on registrations, now one is created on the fly
* Fixed a bug when admin-created users would return errors while using the public site
* Fixed a bug when the recent media widget on the profile page wouldn't show the assets
* Multiple improvements over the admin-based create/edit user flows
* Improved the SEO for the login-register pages
* Created sepparate log files for the log email driver, ffmpeg, and payments log channels
* Other minor bug fixes and improvements
[1/6/2024] v6.6.2
Copy* Fixed an issue causing errors on the installer page, for certain server envs
* Fixed an issue where the age consent dialog would prevent TOS & Privacy page access
[12/31/2023] v6.6.1
Copy* Fixed a bug on the update page, where the update button wouldn't get disabled even if the latest DB is migrated
* Fixed a bug when AI Suggestions & Post scheduling options were available for non-ID-Verified users, though enforced
* Fixed a bug related to social logins, where the buttons would be disabled
* Fixed a configuration bug related to PushrCDN storage solution, that got broken on the last update
* Fixed an issue where PPV posts would throw a post-expiration validation error though no expiration was set
* Fixed an issue related to PPV post validation which would make some new post requests silently fail
* Fixed a bug when regular users were able to send PPV messages when the platform was running on enforced ID checks
* Small translation string updates
[11/21/2023] v6.6.0
Copy* Updated Laravel version, increased minimum PHP version to PHP 8.0.2
* Added MercadoPago payment provider, available for one-time payments and deposits
* Added an Admin > Settings > Stream option to disallow free streams (PPV only enforcement)
* Added new 'Short title' property to public pages, to be used in different app areas
* Added an Admin > Posts > Preview button when browsing records, so the post can be viewed on the site
* Added the public pages marked as "Shown in the footer" as links over the feed & profile pages
* Added a new admin option, allowing credit-based subscriptions to be disabled
* Reworked the generic layout footer, added LTR, Dark mode and Language switched to it
* Enforced the TOS agreement by clicking on the register page, when using social media logins
* Fixed an admin panel storage settings bug, where a Pushrcdn setting would appear for S3
* Fixed an admin issue when ending or deleting streams from the admin the streams weren't stopped on the provider
* Fixed an AI suggestions box-related issue when not using markdown in the bio box
* Fixed a bug when messenger would re-send the same message multiple times on enter key while loading
* Fixed a bug where the site slogan would be used for the SEO meta description on the homepage
* Fixed the mobile menu link alignments when using the homepage/generic layout
* Fixed a bug with the user-side menu dark mode switcher, when running the site on dark mode by default
* Translation strings updates, grammar and typos fixes
* Documentation updates
* Other small bug fixes, UI tweaks, and adjustments
Release notes
Copy* PHP 7.4 support dropped, so make sure your server is running on PHP 8.0.2 or newer before updating
* Make sure your vendor folder is getting properly replaced
* If replacing files, delete /config/trustedproxy.php
* As always, have backups around, in case anything goes wrong with your production
[11/5/2023] v6.5.0
Copy* Added a new admin option, allowing to set currency position across the website
* Added a new admin option, allowing user impersonation when viewing the user table
* Added a new admin option, allowing owners to set custom global site timezone
* Added a new admin option that can enable an attachments count label for PPV posts
* Fixed an issue where ID verification image thumbnails would be broken on the admin side
* Fixed an issue where the hidden tax field wouldn't show up for the admin taxes module
* Fixed a bug where pinned posts would get higher sort order on the feed page
* Fixed a few RTL-version-related issues with the contact and public page templates
* Fixed some CCBill-related issues, where in some cases, renewals were getting expiration dates
* Fixed a bug where the latest media profile widget would include un-approved posts media
* Fixed a bug where PPV posts could not be scheduled due to expiration date validation
* Fixed a bug where admins would be blocked behind a geo-blocking wall on profile pages
* Replaced default admin's login page background with an SVG instead of a low-res image
* Translation string fixes and improvements
* Other minor bug fixes and UI-UX improvements
* Minor dependencies updates and security fixes
* Documentation updates