Plugin Directory

Changeset 2819787


Ignore:
Timestamp:
11/17/2022 01:15:40 PM (3 years ago)
Author:
er.viveksharma2008
Message:

Update for latest WordPress Compatiblity

Location:
bp-groups-csv-import/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • bp-groups-csv-import/trunk/README.md

    r2155431 r2819787  
    11# Buddypress-Groups-CSV-Import
     2
     3Import 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
     10wordpress instaltion or install the zip via Wordpress Dashboard.
     11
     12### Feedback ###
     13
     14Please leave a comment with any bugs, improvements, or comments at
     15
     16https://github.com/erviveksharma/bp-group-analytics
  • bp-groups-csv-import/trunk/buddypress-groups-csv-import.php

    r2579658 r2819787  
    55 * GitHub: https://github.com/erviveksharma/Buddypress-Groups-Import
    66 * 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
    810 * Text Domain: buddypress-groups-csv-import
    911 * Author: Vivek Sharma
     
    3941# display admin page
    4042function pt_buddypress_groups_csv_import_page_display() {
     43   
    4144    # check user capability
    4245    if ( !current_user_can( 'publish_pages' ) )  {
  • bp-groups-csv-import/trunk/history.txt

    r2355808 r2819787  
    1010-1.0.3
    1111Skip the existing groups and create new groups
     12
     13-1.0.4
     14Update according to the latest version of WordPress and BuddyPress
     15
     16-1.0.5
     17Update according to the latest version of WordPress and BuddyPress
  • bp-groups-csv-import/trunk/readme.txt

    r2579658 r2819787  
    33Tags: BuddyPress Groups, BP Groups, CSV Import, Groups, CSV, Import
    44Requires at least: 4.9
    5 Tested up to: 5.7.2
     5Version: 1.0.5
     6Tested up to: 6.1
    67Requires PHP: 7.2
    78Stable tag: trunk
     
    4748=1.0.3=
    4849Skip the existing groups and create new groups
     50
     51=1.0.4=
     52Update according to the latest version of WordPress and BuddyPress
     53
     54=1.0.5=
     55Update according to the latest version of WordPress and BuddyPress
Note: See TracChangeset for help on using the changeset viewer.