New Release: 6.0.4.0

PeepSo 6.0.4.0 is a maintenance release bringing fixes for issues with users being logged out, various compatibility improvements with third-party integrations, as well as enhancements such as comment length counter.

Improvements

It has been reported that a few PeepSo sites automatically log out the user when they close the browser window. Cookie handling should be improved in this version and your users will now remain logged in to the site. They will have to log in one more time if they have closed the browser before your site was updated.

Comments counter always exited in PeepSo, but it was never displayed to the commenter. With this new update, when comments length limit is close, the counter will show up notifying the user of the remaining character count for that comment.

Small counter bubble will show up in the comment when character length limit is close

Other Fixes

We’ve added plenty of fixes for third-party integrations, which are mostly cosmetic CSS changes. We’ve also introduced some filters that work under the hood to allow username length control. There are more minor improvements and fixes, feel free to check our changelog for all the details.

Don’t have the Bundle but you would like to have access to all current and future plugins hassle-free?

Check our offer!

PeepSo Ultimate Bundle – 1 Year

$199

That’s less than $17/month for a single site license.

Choose license option

Get access to every single plugin and theme we have on offer.

  • 1 year of updates
  • 1 year access to downloads
  • 1 year of 24/7 * Priority Technical Support
  • Early Access Program

Brought to you by PeepSo Team Siniša Krišan
I am experienced in various social networks and platforms. Among other things, I’m the guy you turn to for figuring out the feature’s details and resolving issues. I hail from Novi Sad, Serbia. My journey with Open Source had taken me across the globe to Bali, Indonesia, where I had spent several years working & evolving with the base PeepSo Team. I was involved with planning and development of very early versions of PeepSo and helped pushing the product forward. Although I tend to engage full workaholic mode, I am essentially a laid back person. I’m also a hardcore gamer and I enjoy playing video games with my girlfriend whenever I catch precious little spare time. I enjoy traveling and learning about new cultures and surroundings.

Reactions & comments

Join Our Community!
Join us to discuss PeepSo's features, connect with the development team and give suggestions.

Comments

@peepso_user_17402(Tom Raso)
@peepso_user_35864(Iva Kec), does this update propose a persistent connection or a default connection as Wordpress proposes it?

My goal is to have a persistent connection of one year for example. Because if necessary I would enter the code below in my theme’s functions.php file:

function keep_me_logged_in_for_1_year( $expirein ) {
return 31556926; // 1 year in seconds
}
add_filter( 'auth_cookie_expiration', 'keep_me_logged_in_for_1_year' );
March 8, 2023 10:56 AM
@peepso_user_13(Siniša Krišan)
@peepso_user_17402(Tom Raso) whenever possible we try to follow WP coding standards to the letter, so I believe we did everything here to follow WP. You can always add your code to functions.php to override it though.
@peepso_user_17402(Tom Raso)
@peepso_user_13(Siniša Krišan), thank you for your answer.
March 9, 2023 6:49 AM
@peepso_user_46335(Thomas Bludau)
YESSS!!
March 14, 2023 12:31 AM