Changeset 2819787
- Timestamp:
- 11/17/2022 01:15:40 PM (3 years ago)
- Location:
- bp-groups-csv-import/trunk
- Files:
-
- 4 edited
-
README.md (modified) (1 diff)
-
buddypress-groups-csv-import.php (modified) (2 diffs)
-
history.txt (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bp-groups-csv-import/trunk/README.md
r2155431 r2819787 1 1 # Buddypress-Groups-CSV-Import 2 3 Import BuddyPress groups from CSV file. 4 5 ### Installation and Configuration ### 6 7 * Get the latest stable version from https://wordpress.org/plugins/bp-group-analytics/ 8 9 *You can manually download compressed version and place the contents on the plugins directory of your 10 wordpress instaltion or install the zip via Wordpress Dashboard. 11 12 ### Feedback ### 13 14 Please leave a comment with any bugs, improvements, or comments at 15 16 https://github.com/erviveksharma/bp-group-analytics -
bp-groups-csv-import/trunk/buddypress-groups-csv-import.php
r2579658 r2819787 5 5 * GitHub: https://github.com/erviveksharma/Buddypress-Groups-Import 6 6 * Description: Import BuddyPress groups from CSV file. 7 * Version: 1.0.4 7 * Version: 1.0.5 8 * Requires at least: WP 3.5.1, BuddyPress 1.6.5 9 * Tested up to: WP 6.1, BuddyPress 10.6.0 8 10 * Text Domain: buddypress-groups-csv-import 9 11 * Author: Vivek Sharma … … 39 41 # display admin page 40 42 function pt_buddypress_groups_csv_import_page_display() { 43 41 44 # check user capability 42 45 if ( !current_user_can( 'publish_pages' ) ) { -
bp-groups-csv-import/trunk/history.txt
r2355808 r2819787 10 10 -1.0.3 11 11 Skip the existing groups and create new groups 12 13 -1.0.4 14 Update according to the latest version of WordPress and BuddyPress 15 16 -1.0.5 17 Update according to the latest version of WordPress and BuddyPress -
bp-groups-csv-import/trunk/readme.txt
r2579658 r2819787 3 3 Tags: BuddyPress Groups, BP Groups, CSV Import, Groups, CSV, Import 4 4 Requires at least: 4.9 5 Tested up to: 5.7.2 5 Version: 1.0.5 6 Tested up to: 6.1 6 7 Requires PHP: 7.2 7 8 Stable tag: trunk … … 47 48 =1.0.3= 48 49 Skip the existing groups and create new groups 50 51 =1.0.4= 52 Update according to the latest version of WordPress and BuddyPress 53 54 =1.0.5= 55 Update according to the latest version of WordPress and BuddyPress
Note: See TracChangeset
for help on using the changeset viewer.