New Release: PeepSo 2.7.6 and Gecko 2.7.6.0

Technical maintenance release focusing on minor under-the-hood improvements and bug fixes.

Future Feature: Unique Views

PeepSo 2.7.5 introduced a peepso_activity_views table which tracks unique post views (by logged-in users). The related feature to show the unique views is slated for PeepSo 2.8.0, but we wanted the client’s websites to gather the information ahead of schedule. For some, though, the new table never properly installed, requiring a re-activation of the plugin. We looked closer into the code that manages database table creation and modification, and decided to use a more granular approach, by delegating the database management to the model that interfaces with a given table.

PeepSo 2.7.6 is the first one to include this behavior, with peepso_activity_views being managed by the PeepSoActivityRanking class. If this approach proves successful on a wide scale, we will apply it in the future for all (or most database tables).

Usage Statistics

We to decoupled the usage statistics opt-in from the marketing opt-in, now requiring the user to explicitly sign up for both separately. PeepSo 2.7.5 introduced the opt-in in the Welcome Screen (which also includes the newsletter signup), but also in the Advanced Configuration. That gave us a pretty unclear idea whether the user should actually be signed up for the newsletter or not – so we chose to ignore these opt-ins and draw a clear line dividing the two.

Name Parts Filter

In the past, if a programmer used the peepso_get_name_parts filter to reorder the parts (for example switch the order of the first name and last name), it led to some unexpected behavior when calling PeepSoUser->get_firstname(). Since that method only returns the first part of the name parts array, it did not play well with third parties switching the order.

From now on, this method uses an additional flag, which makes sure before the filter is called, the irrelevant parts of the name are removed first. This way we can have names displayed like this: Jaworski Matt on the streams and in profiles, but the notifications will still say Matt liked your photo.

For full changelog go here.

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

$199

Choose license option

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

  • 1 year of free updates
  • 1 year of 24/7 * Technical Support
  • 1 year access to future plugins (if any)
  • Early Access Program
  • Our ❤

Brought to you by PeepSo Team Matt Jaworski
I am a professional nerd with **over fifteen years of experience** in the field of Open Source web development. Before [PeepSo](https://PeepSo.com) I was a contractor and have helped build successful businesses around the world, including USA, UK, Germany, Indonesia, and Malaysia. A couple of years leading up to founding PeepSo, I was involved with JomSocial - a social networking extension for Joomla. Stepping up from the role of a contractor to a business owner, I became [PeepSo](https://PeepSo.com) founder and Chief Technology Officer. I strive to build beautiful, fast, and functional software that **empowers users to build their own digital tribes with full autonomy and freedom** often not available on mainstream social networking media. In 2022 I launched [EmeraldWP](https://EmeraldWP.com) which acts as an umbrella for my other projects such as ListoWP, Widget Shortcode Pro, and MomentsWP.

Reactions & comments

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

Comments

@peepso_user_20358(Elysseens Seens)
Same issue with the database for me,...
April 22, 2020 10:28 PM
@peepso_user_10(Matt Jaworski)
@peepso_user_20358(Elysseens Seens) please send a support ticket and provide access to the admin section - we might also need FTP / cPanel.
April 22, 2020 10:39 PM
@peepso_user_3938(Andre Held)
Since the latest update PeepSo sends immediate Email-Notifications to users, that are mentioned in planned posts. Is it possible to fix this or to disable selected notifications?
April 23, 2020 10:07 AM
@peepso_user_13(Siniša Krišan)
@peepso_user_3938(Nick Walter) Please open the [support ticket](https://peepso.com/my-tickets) and provide admin access so we can investigate this issue directly on the website.
April 25, 2020 6:50 AM
@peepso_user_10(Matt Jaworski)
As far as I know, that's always how it worked, notifications are processed when a post is created, not when it's published. That's why there are no scheduled posts in groups.
April 25, 2020 8:46 AM