Changeset 3422599
- Timestamp:
- 12/18/2025 08:02:57 AM (3 months ago)
- Location:
- bp-xprofile-custom-field-types
- Files:
-
- 3 edited
-
tags/1.2.8/bp-xprofile-custom-field-types.php (modified) (2 diffs)
-
tags/1.2.8/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bp-xprofile-custom-field-types/tags/1.2.8/bp-xprofile-custom-field-types.php
r3328822 r3422599 18 18 * Author: BuddyDev 19 19 * Author URI: https://buddydev.com 20 * License: GPL 220 * License: GPLv2 21 21 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 22 22 * Text Domain: bp-xprofile-custom-field-types … … 47 47 * @var string 48 48 */ 49 private $version = '1.2. 7';49 private $version = '1.2.8'; 50 50 51 51 /** -
bp-xprofile-custom-field-types/tags/1.2.8/readme.txt
r3328822 r3422599 3 3 Tags: buddypress, xprofile, fields, buddypress-profile-field-types 4 4 Requires at least: 5.0 5 Tested up to: 6. 8.25 Tested up to: 6.9 6 6 Stable tag: 1.2.8 7 License: G LPv2 or later7 License: GPl2 8 8 9 9 Buddypress Xprofile Custom Field Types adds extra custom profile fields to BuddyPress. Field types are: Birthdate, Email, Url etc. … … 45 45 * Decimal Number 46 46 * Country 47 Other fields such as post type, taxonomy etc are not searchable as they are stored in serialized format( due to back compatibility).47 Other fields such as post type, taxonomy etc., are not searchable as they are stored in serialized format( due to back compatibility). 48 48 49 49 The plugin is opensource and currently developed on github. We welcome you to be part of its future development at [https://github.com/buddydev/bp-xprofile-custom-field-types](https://github.com/buddydev/bp-xprofile-custom-field-types). … … 65 65 66 66 = More Plugins = 67 We love BuddyPress and we have created 100+ BuddyPress plugins.67 We love BuddyPress, and we have created 100+ BuddyPress plugins. 68 68 Please take a look at our 69 69 1. [Free BuddyPress Plugins](https://buddydev.com/plugins/ "Best BuddyPress Plugins") -
bp-xprofile-custom-field-types/trunk/readme.txt
r3328822 r3422599 3 3 Tags: buddypress, xprofile, fields, buddypress-profile-field-types 4 4 Requires at least: 5.0 5 Tested up to: 6. 8.25 Tested up to: 6.9 6 6 Stable tag: 1.2.8 7 License: G LPv2 or later7 License: GPl2 8 8 9 9 Buddypress Xprofile Custom Field Types adds extra custom profile fields to BuddyPress. Field types are: Birthdate, Email, Url etc. … … 45 45 * Decimal Number 46 46 * Country 47 Other fields such as post type, taxonomy etc are not searchable as they are stored in serialized format( due to back compatibility).47 Other fields such as post type, taxonomy etc., are not searchable as they are stored in serialized format( due to back compatibility). 48 48 49 49 The plugin is opensource and currently developed on github. We welcome you to be part of its future development at [https://github.com/buddydev/bp-xprofile-custom-field-types](https://github.com/buddydev/bp-xprofile-custom-field-types). … … 65 65 66 66 = More Plugins = 67 We love BuddyPress and we have created 100+ BuddyPress plugins.67 We love BuddyPress, and we have created 100+ BuddyPress plugins. 68 68 Please take a look at our 69 69 1. [Free BuddyPress Plugins](https://buddydev.com/plugins/ "Best BuddyPress Plugins")
Note: See TracChangeset
for help on using the changeset viewer.