=== amr users plus s2member === Contributors: anmari Tags: user, users, reports, lists, stats, statistics, members, membership, authors, subscribers, post counts, comment counts, csv, export, search Version: 3.4 Requires at least: 2.7 Tested up to: 5.6 Stable tag: trunk == Description == Adds extra functionality to plugin amr-users 3.2 upwards. This version tested with amr-users 4.46 and amr-users-plus 3.18 For more information, please see the plugins website [wpusersplugin](http://wpusersplugin.com/) == Changelog == = Version 3.4 (2021 02 25) = * Fixed situation where settings had spaces around the 'pipe' in the S2 member custom fields. S2 member strips these but addon was taking them seriously, resulting in a failure to lookup lables for S2 custom field values. Note: Do NOT use 'before' text for any values that require lable lookups or filters. * tested on wp 5.6 = Version 3.3 (2020 12 11) = * Fixed a glitch for some unix timestamp fields - old default formatting routine got lost in an update. It's back for now and we have a new test & demo site just for S2member & amr-users. Still a bit rough https://s2m.wpusersplugin.com/ but with so many membership plugins it's best if we isolate the major ones. * tested on wp 5.6 = Version 3.2 (2020 11 09) = * reinstalled default values & lables filter that was lost with last update. Note that default formats will works as before. If new multi values format options are chosen, then actual values, not the labels from the right of the S2 member will show until a further update. So if labels are important to your setup, stick it with the default function. * tested on wp 5.5.3 = Version 3.1 (2020 10 06) = * enabled choice of formats, instead of one default format for S2member fields (requires amr-users-plus) * added chosen boolean format as label for S2member pre_checkbox and checkbox fields * set default fieldtypes for S2member fields as a best guess to make it easier to choose formats, with upgrade notice to encourage people to check * tested on wp 5.5.1 = Version 3.0 (2019 12 16) = * prepared add-on for use of amr-query (somewhat, more may be required). * better handling of nice name detection from S2 members settings * tested on wp 5.3.2 alpha = Version 2.4 (2017 08 02) = * tweaked the code that gets s2 member custom field options even when S2 member plugin not activated. = Version 2.3 (2017 04 09) = * add code to get S2 custom field options even when S2 member plugin not activated. = Version 2.2 (2017 04 02) = * bug fix to format values using their lables instead of showing just values inside the list. The include/exclude for data selection must use the values of course, not the lables. = Version 2.1 (2016 02 16) = * added preformatting of csv content to change s2member unix timestamps to datetime rather * made some functions pluggable in case special formatting is required. = Version 2.0 (2015 11 08) = * added ability to dig further into s2 member settings to handle the multi value fields a bit better (all s2member custom fields are buried in one meta record - not ideal) = Version 1.2 (2014 11 02) = * used new function instead of pluggable to avoid redeclaration warning on plugin activation and also avoid changing formatting of some other date time fields inadvertently. = Version 1.1 (2014 10 30) = * pretty up the date time formatting