Plugin Directory

Changeset 2101034


Ignore:
Timestamp:
06/05/2019 01:07:13 PM (7 years ago)
Author:
BuddyBoss
Message:

Updated trunk files

Location:
buddypress-learndash/trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • buddypress-learndash/trunk/buddypress-learndash.php

    r2097977 r2101034  
    66 * Author:      BuddyBoss
    77 * Author URI:  http://buddyboss.com
    8  * Version:     1.2.6
     8 * Version:     1.2.7
    99 */
    1010// Exit if accessed directly
     
    1919// Codebase version
    2020if (!defined( 'BUDDYPRESS_LEARNDASH_PLUGIN_VERSION' ) ) {
    21   define( 'BUDDYPRESS_LEARNDASH_PLUGIN_VERSION', '1.2.6' );
     21  define( 'BUDDYPRESS_LEARNDASH_PLUGIN_VERSION', '1.2.7' );
    2222}
    2323
  • buddypress-learndash/trunk/includes/bp-learndash-functions.php

    r1887408 r2101034  
    600600
    601601function bp_learndash_group_activity_is_on( $key, $group_id=false, $default_true=true ){
     602    if ( ! function_exists( 'buddypress' ) || ! bp_is_active( 'groups' ) ) {
     603        return false;
     604    }
    602605    if( !$group_id ){
    603606        $group_id = bp_get_group_id();
  • buddypress-learndash/trunk/includes/bp-learndash-group-settings.php

    r1887408 r2101034  
    107107
    108108                //Updating visibility of group if course is not open or free
    109                 $course_price_type = get_course_meta_setting( $_POST[ 'bp_group_course' ], 'course_price_type' );
     109                $course_price_type = learndash_get_course_meta_setting( $_POST[ 'bp_group_course' ], 'course_price_type' );
    110110
    111111                if ( 'open' !== $course_price_type && 'free' !== $course_price_type ) {
  • buddypress-learndash/trunk/includes/bp-learndash-groups.php

    r1887408 r2101034  
    143143
    144144                        //Set group visibility
    145                         $course_price_type = get_course_meta_setting( $post_id, 'course_price_type' );
     145                        $course_price_type = learndash_get_course_meta_setting( $post_id, 'course_price_type' );
    146146
    147147                        if ( 'open' !== $course_price_type && 'free' !== $course_price_type ) {
  • buddypress-learndash/trunk/languages/buddypress-learndash- fr_FR.po

    r1887408 r2101034  
    33"Project-Id-Version: BuddyPress for LearnDash\n"
    44"Report-Msgid-Bugs-To: https://www.buddyboss.com/contact/\n"
    5 "POT-Creation-Date: 2018-06-05 10:06:40+00:00\n"
     5"POT-Creation-Date: 2019-05-30 13:01:40+00:00\n"
    66"PO-Revision-Date: 2017-08-14 20:19+0530\n"
    77"Last-Translator: jean-pierre michaud <[email protected]>\n"
     
    205205
    206206#: includes/bp-learndash-activity.php:292
    207 #: includes/bp-learndash-functions.php:714
     207#: includes/bp-learndash-functions.php:717
    208208msgid "%1$s started taking the course %2$s"
    209209msgstr "%1$s a commencé à prendre le cours %2$s"
  • buddypress-learndash/trunk/languages/buddypress-learndash-en_US.po

    r1887408 r2101034  
    55"Project-Id-Version: BuddyPress Learndash\n"
    66"Report-Msgid-Bugs-To: https://www.buddyboss.com/contact/\n"
    7 "POT-Creation-Date: 2018-06-05 10:06:40+00:00\n"
     7"POT-Creation-Date: 2019-05-30 13:01:40+00:00\n"
    88"PO-Revision-Date: 2017-08-14 20:20+0530\n"
    99"Last-Translator: BuddyBoss <[email protected]>\n"
     
    192192
    193193#: includes/bp-learndash-activity.php:292
    194 #: includes/bp-learndash-functions.php:714
     194#: includes/bp-learndash-functions.php:717
    195195msgid "%1$s started taking the course %2$s"
    196196msgstr ""
  • buddypress-learndash/trunk/languages/buddypress-learndash.pot

    r1887408 r2101034  
    1 # Copyright (C) 2018
     1# Copyright (C) 2019
    22# This file is distributed under the same license as the  package.
    33msgid ""
     
    55"Project-Id-Version: \n"
    66"Report-Msgid-Bugs-To: https://www.buddyboss.com/contact/\n"
    7 "POT-Creation-Date: 2018-06-05 10:13:10+00:00\n"
     7"POT-Creation-Date: 2019-06-05 10:58:05+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=utf-8\n"
    1010"Content-Transfer-Encoding: 8bit\n"
    11 "PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
     11"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
    1212"Last-Translator: BuddyBoss <[email protected]>\n"
    1313"Language-Team: BuddyBoss <[email protected]>\n"
     
    194194
    195195#: includes/bp-learndash-activity.php:292
    196 #: includes/bp-learndash-functions.php:714
     196#: includes/bp-learndash-functions.php:717
    197197msgid "%1$s started taking the course %2$s"
    198198msgstr ""
  • buddypress-learndash/trunk/package-lock.json

    r1713334 r2101034  
    1616            "dev": true,
    1717            "requires": {
    18                 "kind-of": "3.2.2",
    19                 "longest": "1.0.1",
    20                 "repeat-string": "1.6.1"
     18                "kind-of": "^3.0.2",
     19                "longest": "^1.0.1",
     20                "repeat-string": "^1.5.2"
    2121            }
    2222        },
     
    4545            "dev": true,
    4646            "requires": {
    47                 "underscore": "1.7.0",
    48                 "underscore.string": "2.4.0"
     47                "underscore": "~1.7.0",
     48                "underscore.string": "~2.4.0"
    4949            },
    5050            "dependencies": {
     
    7575            "dev": true,
    7676            "requires": {
    77                 "array-uniq": "1.0.3"
     77                "array-uniq": "^1.0.1"
    7878            }
    7979        },
     
    108108            "dev": true,
    109109            "requires": {
    110                 "balanced-match": "1.0.0",
     110                "balanced-match": "^1.0.0",
    111111                "concat-map": "0.0.1"
    112112            }
     
    118118            "dev": true,
    119119            "requires": {
    120                 "pako": "0.2.9"
     120                "pako": "~0.2.0"
    121121            }
    122122        },
     
    139139            "dev": true,
    140140            "requires": {
    141                 "camelcase": "2.1.1",
    142                 "map-obj": "1.0.1"
     141                "camelcase": "^2.0.0",
     142                "map-obj": "^1.0.0"
    143143            }
    144144        },
     
    149149            "dev": true,
    150150            "requires": {
    151                 "align-text": "0.1.4",
    152                 "lazy-cache": "1.0.4"
     151                "align-text": "^0.1.3",
     152                "lazy-cache": "^1.0.3"
    153153            }
    154154        },
     
    159159            "dev": true,
    160160            "requires": {
    161                 "ansi-styles": "0.2.0",
    162                 "has-color": "0.1.7"
     161                "ansi-styles": "~0.2.0",
     162                "has-color": "~0.1.0"
    163163            }
    164164        },
     
    169169            "dev": true,
    170170            "requires": {
    171                 "commander": "2.8.1",
    172                 "source-map": "0.4.4"
     171                "commander": "2.8.x",
     172                "source-map": "0.4.x"
    173173            }
    174174        },
     
    179179            "dev": true,
    180180            "requires": {
    181                 "center-align": "0.1.3",
    182                 "right-align": "0.1.3",
     181                "center-align": "^0.1.1",
     182                "right-align": "^0.1.1",
    183183                "wordwrap": "0.0.2"
    184184            }
     
    202202            "dev": true,
    203203            "requires": {
    204                 "graceful-readlink": "1.0.1"
     204                "graceful-readlink": ">= 1.0.0"
    205205            }
    206206        },
     
    217217            "dev": true,
    218218            "requires": {
    219                 "inherits": "2.0.3",
    220                 "readable-stream": "2.3.3",
    221                 "typedarray": "0.0.6"
     219                "inherits": "^2.0.3",
     220                "readable-stream": "^2.2.2",
     221                "typedarray": "^0.0.6"
    222222            }
    223223        },
     
    234234            "dev": true,
    235235            "requires": {
    236                 "array-find-index": "1.0.2"
     236                "array-find-index": "^1.0.1"
    237237            }
    238238        },
     
    255255            "dev": true,
    256256            "requires": {
    257                 "iconv-lite": "0.4.18"
     257                "iconv-lite": "~0.4.13"
    258258            },
    259259            "dependencies": {
     
    272272            "dev": true,
    273273            "requires": {
    274                 "is-arrayish": "0.2.1"
     274                "is-arrayish": "^0.2.1"
    275275            }
    276276        },
     
    305305            "dev": true,
    306306            "requires": {
    307                 "escape-string-regexp": "1.0.5",
    308                 "object-assign": "4.1.1"
     307                "escape-string-regexp": "^1.0.5",
     308                "object-assign": "^4.1.0"
    309309            }
    310310        },
     
    315315            "dev": true,
    316316            "requires": {
    317                 "path-exists": "2.1.0",
    318                 "pinkie-promise": "2.0.1"
     317                "path-exists": "^2.0.0",
     318                "pinkie-promise": "^2.0.0"
    319319            }
    320320        },
     
    325325            "dev": true,
    326326            "requires": {
    327                 "glob": "3.2.11",
    328                 "lodash": "2.4.2"
     327                "glob": "~3.2.9",
     328                "lodash": "~2.4.1"
    329329            },
    330330            "dependencies": {
     
    335335                    "dev": true,
    336336                    "requires": {
    337                         "inherits": "2.0.3",
    338                         "minimatch": "0.3.0"
     337                        "inherits": "2",
     338                        "minimatch": "0.3"
    339339                    }
    340340                },
     
    351351                    "dev": true,
    352352                    "requires": {
    353                         "lru-cache": "2.7.3",
    354                         "sigmund": "1.0.1"
     353                        "lru-cache": "2",
     354                        "sigmund": "~1.0.0"
    355355                    }
    356356                }
     
    381381            "dev": true,
    382382            "requires": {
    383                 "encoding": "0.1.12"
     383                "encoding": "^0.1.11"
    384384            }
    385385        },
     
    390390            "dev": true,
    391391            "requires": {
    392                 "graceful-fs": "1.2.3",
    393                 "inherits": "1.0.2",
    394                 "minimatch": "0.2.14"
     392                "graceful-fs": "~1.2.0",
     393                "inherits": "1",
     394                "minimatch": "~0.2.11"
    395395            },
    396396            "dependencies": {
     
    421421            "dev": true,
    422422            "requires": {
    423                 "async": "0.1.22",
    424                 "coffee-script": "1.3.3",
    425                 "colors": "0.6.2",
     423                "async": "~0.1.22",
     424                "coffee-script": "~1.3.3",
     425                "colors": "~0.6.2",
    426426                "dateformat": "1.0.2-1.2.3",
    427                 "eventemitter2": "0.4.14",
    428                 "exit": "0.1.2",
    429                 "findup-sync": "0.1.3",
    430                 "getobject": "0.1.0",
    431                 "glob": "3.1.21",
    432                 "grunt-legacy-log": "0.1.3",
    433                 "grunt-legacy-util": "0.2.0",
    434                 "hooker": "0.2.3",
    435                 "iconv-lite": "0.2.11",
    436                 "js-yaml": "2.0.5",
    437                 "lodash": "0.9.2",
    438                 "minimatch": "0.2.14",
    439                 "nopt": "1.0.10",
    440                 "rimraf": "2.2.8",
    441                 "underscore.string": "2.2.1",
    442                 "which": "1.0.9"
     427                "eventemitter2": "~0.4.13",
     428                "exit": "~0.1.1",
     429                "findup-sync": "~0.1.2",
     430                "getobject": "~0.1.0",
     431                "glob": "~3.1.21",
     432                "grunt-legacy-log": "~0.1.0",
     433                "grunt-legacy-util": "~0.2.0",
     434                "hooker": "~0.2.3",
     435                "iconv-lite": "~0.2.11",
     436                "js-yaml": "~2.0.5",
     437                "lodash": "~0.9.2",
     438                "minimatch": "~0.2.12",
     439                "nopt": "~1.0.10",
     440                "rimraf": "~2.2.8",
     441                "underscore.string": "~2.2.1",
     442                "which": "~1.0.5"
    443443            }
    444444        },
     
    449449            "dev": true,
    450450            "requires": {
    451                 "chalk": "0.2.1",
    452                 "text-table": "0.2.0"
     451                "chalk": "~0.2.1",
     452                "text-table": "~0.2.0"
    453453            }
    454454        },
     
    459459            "dev": true,
    460460            "requires": {
    461                 "chalk": "1.1.3",
    462                 "clean-css": "3.4.28",
    463                 "maxmin": "1.1.0"
     461                "chalk": "^1.0.0",
     462                "clean-css": "~3.4.2",
     463                "maxmin": "^1.1.0"
    464464            },
    465465            "dependencies": {
     
    476476                    "dev": true,
    477477                    "requires": {
    478                         "ansi-styles": "2.2.1",
    479                         "escape-string-regexp": "1.0.5",
    480                         "has-ansi": "2.0.0",
    481                         "strip-ansi": "3.0.1",
    482                         "supports-color": "2.0.0"
     478                        "ansi-styles": "^2.2.1",
     479                        "escape-string-regexp": "^1.0.2",
     480                        "has-ansi": "^2.0.0",
     481                        "strip-ansi": "^3.0.0",
     482                        "supports-color": "^2.0.0"
    483483                    }
    484484                }
     
    491491            "dev": true,
    492492            "requires": {
    493                 "chalk": "1.1.3",
    494                 "lodash": "4.17.4",
    495                 "maxmin": "1.1.0",
    496                 "uglify-js": "2.6.4",
    497                 "uri-path": "1.0.0"
     493                "chalk": "^1.0.0",
     494                "lodash": "^4.0.1",
     495                "maxmin": "^1.1.0",
     496                "uglify-js": "~2.6.2",
     497                "uri-path": "^1.0.0"
    498498            },
    499499            "dependencies": {
     
    510510                    "dev": true,
    511511                    "requires": {
    512                         "ansi-styles": "2.2.1",
    513                         "escape-string-regexp": "1.0.5",
    514                         "has-ansi": "2.0.0",
    515                         "strip-ansi": "3.0.1",
    516                         "supports-color": "2.0.0"
     512                        "ansi-styles": "^2.2.1",
     513                        "escape-string-regexp": "^1.0.2",
     514                        "has-ansi": "^2.0.0",
     515                        "strip-ansi": "^3.0.0",
     516                        "supports-color": "^2.0.0"
    517517                    }
    518518                },
    519519                "lodash": {
    520                     "version": "4.17.4",
    521                     "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
    522                     "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
     520                    "version": "4.17.11",
     521                    "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
     522                    "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==",
    523523                    "dev": true
    524524                }
     
    531531            "dev": true,
    532532            "requires": {
    533                 "colors": "0.6.2",
    534                 "grunt-legacy-log-utils": "0.1.1",
    535                 "hooker": "0.2.3",
    536                 "lodash": "2.4.2",
    537                 "underscore.string": "2.3.3"
     533                "colors": "~0.6.2",
     534                "grunt-legacy-log-utils": "~0.1.1",
     535                "hooker": "~0.2.3",
     536                "lodash": "~2.4.1",
     537                "underscore.string": "~2.3.3"
    538538            },
    539539            "dependencies": {
     
    558558            "dev": true,
    559559            "requires": {
    560                 "colors": "0.6.2",
    561                 "lodash": "2.4.2",
    562                 "underscore.string": "2.3.3"
     560                "colors": "~0.6.2",
     561                "lodash": "~2.4.1",
     562                "underscore.string": "~2.3.3"
    563563            },
    564564            "dependencies": {
     
    583583            "dev": true,
    584584            "requires": {
    585                 "async": "0.1.22",
    586                 "exit": "0.1.2",
    587                 "getobject": "0.1.0",
    588                 "hooker": "0.2.3",
    589                 "lodash": "0.9.2",
    590                 "underscore.string": "2.2.1",
    591                 "which": "1.0.9"
     585                "async": "~0.1.22",
     586                "exit": "~0.1.1",
     587                "getobject": "~0.1.0",
     588                "hooker": "~0.2.3",
     589                "lodash": "~0.9.2",
     590                "underscore.string": "~2.2.1",
     591                "which": "~1.0.5"
    592592            }
    593593        },
     
    598598            "dev": true,
    599599            "requires": {
    600                 "shelljs": "0.7.8"
     600                "shelljs": "~0.7.5"
    601601            }
    602602        },
     
    607607            "dev": true,
    608608            "requires": {
    609                 "async": "0.9.2",
    610                 "gettext-parser": "1.1.2",
    611                 "grunt": "0.4.5",
    612                 "underscore": "1.8.3",
    613                 "underscore.string": "3.0.3"
     609                "async": "~0.9.0",
     610                "gettext-parser": "~1.1.0",
     611                "grunt": "~0.4.5",
     612                "underscore": "~1.8.2",
     613                "underscore.string": "~3.0.3"
    614614            },
    615615            "dependencies": {
     
    640640            "dev": true,
    641641            "requires": {
    642                 "browserify-zlib": "0.1.4",
    643                 "concat-stream": "1.6.0"
     642                "browserify-zlib": "^0.1.4",
     643                "concat-stream": "^1.4.1"
    644644            }
    645645        },
     
    650650            "dev": true,
    651651            "requires": {
    652                 "ansi-regex": "2.1.1"
     652                "ansi-regex": "^2.0.0"
    653653            }
    654654        },
     
    683683            "dev": true,
    684684            "requires": {
    685                 "repeating": "2.0.1"
     685                "repeating": "^2.0.0"
    686686            }
    687687        },
     
    692692            "dev": true,
    693693            "requires": {
    694                 "once": "1.4.0",
    695                 "wrappy": "1.0.2"
     694                "once": "^1.3.0",
     695                "wrappy": "1"
    696696            }
    697697        },
     
    726726            "dev": true,
    727727            "requires": {
    728                 "builtin-modules": "1.1.1"
     728                "builtin-modules": "^1.0.0"
    729729            }
    730730        },
     
    735735            "dev": true,
    736736            "requires": {
    737                 "number-is-nan": "1.0.1"
     737                "number-is-nan": "^1.0.0"
    738738            }
    739739        },
     
    756756            "dev": true,
    757757            "requires": {
    758                 "argparse": "0.1.16",
    759                 "esprima": "1.0.4"
     758                "argparse": "~ 0.1.11",
     759                "esprima": "~ 1.0.2"
    760760            }
    761761        },
     
    766766            "dev": true,
    767767            "requires": {
    768                 "is-buffer": "1.1.5"
     768                "is-buffer": "^1.1.5"
    769769            }
    770770        },
     
    781781            "dev": true,
    782782            "requires": {
    783                 "arrify": "1.0.1",
    784                 "multimatch": "2.1.0",
    785                 "pkg-up": "1.0.0",
    786                 "resolve-pkg": "0.1.0"
     783                "arrify": "^1.0.0",
     784                "multimatch": "^2.0.0",
     785                "pkg-up": "^1.0.0",
     786                "resolve-pkg": "^0.1.0"
    787787            }
    788788        },
     
    793793            "dev": true,
    794794            "requires": {
    795                 "graceful-fs": "4.1.11",
    796                 "parse-json": "2.2.0",
    797                 "pify": "2.3.0",
    798                 "pinkie-promise": "2.0.1",
    799                 "strip-bom": "2.0.0"
     795                "graceful-fs": "^4.1.2",
     796                "parse-json": "^2.2.0",
     797                "pify": "^2.0.0",
     798                "pinkie-promise": "^2.0.0",
     799                "strip-bom": "^2.0.0"
    800800            },
    801801            "dependencies": {
     
    826826            "dev": true,
    827827            "requires": {
    828                 "currently-unhandled": "0.4.1",
    829                 "signal-exit": "3.0.2"
     828                "currently-unhandled": "^0.4.1",
     829                "signal-exit": "^3.0.0"
    830830            }
    831831        },
     
    848848            "dev": true,
    849849            "requires": {
    850                 "chalk": "1.1.3",
    851                 "figures": "1.7.0",
    852                 "gzip-size": "1.0.0",
    853                 "pretty-bytes": "1.0.4"
     850                "chalk": "^1.0.0",
     851                "figures": "^1.0.1",
     852                "gzip-size": "^1.0.0",
     853                "pretty-bytes": "^1.0.0"
    854854            },
    855855            "dependencies": {
     
    866866                    "dev": true,
    867867                    "requires": {
    868                         "ansi-styles": "2.2.1",
    869                         "escape-string-regexp": "1.0.5",
    870                         "has-ansi": "2.0.0",
    871                         "strip-ansi": "3.0.1",
    872                         "supports-color": "2.0.0"
     868                        "ansi-styles": "^2.2.1",
     869                        "escape-string-regexp": "^1.0.2",
     870                        "has-ansi": "^2.0.0",
     871                        "strip-ansi": "^3.0.0",
     872                        "supports-color": "^2.0.0"
    873873                    }
    874874                }
     
    881881            "dev": true,
    882882            "requires": {
    883                 "camelcase-keys": "2.1.0",
    884                 "decamelize": "1.2.0",
    885                 "loud-rejection": "1.6.0",
    886                 "map-obj": "1.0.1",
    887                 "minimist": "1.2.0",
    888                 "normalize-package-data": "2.4.0",
    889                 "object-assign": "4.1.1",
    890                 "read-pkg-up": "1.0.1",
    891                 "redent": "1.0.0",
    892                 "trim-newlines": "1.0.0"
     883                "camelcase-keys": "^2.0.0",
     884                "decamelize": "^1.1.2",
     885                "loud-rejection": "^1.0.0",
     886                "map-obj": "^1.0.1",
     887                "minimist": "^1.1.3",
     888                "normalize-package-data": "^2.3.4",
     889                "object-assign": "^4.0.1",
     890                "read-pkg-up": "^1.0.1",
     891                "redent": "^1.0.0",
     892                "trim-newlines": "^1.0.0"
    893893            }
    894894        },
     
    899899            "dev": true,
    900900            "requires": {
    901                 "lru-cache": "2.7.3",
    902                 "sigmund": "1.0.1"
     901                "lru-cache": "2",
     902                "sigmund": "~1.0.0"
    903903            }
    904904        },
     
    915915            "dev": true,
    916916            "requires": {
    917                 "array-differ": "1.0.0",
    918                 "array-union": "1.0.2",
    919                 "arrify": "1.0.1",
    920                 "minimatch": "3.0.4"
     917                "array-differ": "^1.0.0",
     918                "array-union": "^1.0.1",
     919                "arrify": "^1.0.0",
     920                "minimatch": "^3.0.0"
    921921            },
    922922            "dependencies": {
     
    927927                    "dev": true,
    928928                    "requires": {
    929                         "brace-expansion": "1.1.8"
     929                        "brace-expansion": "^1.1.7"
    930930                    }
    931931                }
     
    938938            "dev": true,
    939939            "requires": {
    940                 "abbrev": "1.1.0"
     940                "abbrev": "1"
    941941            }
    942942        },
     
    947947            "dev": true,
    948948            "requires": {
    949                 "hosted-git-info": "2.5.0",
    950                 "is-builtin-module": "1.0.0",
    951                 "semver": "5.4.1",
    952                 "validate-npm-package-license": "3.0.1"
     949                "hosted-git-info": "^2.1.4",
     950                "is-builtin-module": "^1.0.0",
     951                "semver": "2 || 3 || 4 || 5",
     952                "validate-npm-package-license": "^3.0.1"
    953953            }
    954954        },
     
    971971            "dev": true,
    972972            "requires": {
    973                 "wrappy": "1.0.2"
     973                "wrappy": "1"
    974974            }
    975975        },
     
    986986            "dev": true,
    987987            "requires": {
    988                 "error-ex": "1.3.1"
     988                "error-ex": "^1.2.0"
    989989            }
    990990        },
     
    995995            "dev": true,
    996996            "requires": {
    997                 "pinkie-promise": "2.0.1"
     997                "pinkie-promise": "^2.0.0"
    998998            }
    999999        },
     
    10161016            "dev": true,
    10171017            "requires": {
    1018                 "graceful-fs": "4.1.11",
    1019                 "pify": "2.3.0",
    1020                 "pinkie-promise": "2.0.1"
     1018                "graceful-fs": "^4.1.2",
     1019                "pify": "^2.0.0",
     1020                "pinkie-promise": "^2.0.0"
    10211021            },
    10221022            "dependencies": {
     
    10471047            "dev": true,
    10481048            "requires": {
    1049                 "pinkie": "2.0.4"
     1049                "pinkie": "^2.0.0"
    10501050            }
    10511051        },
     
    10561056            "dev": true,
    10571057            "requires": {
    1058                 "find-up": "1.1.2"
     1058                "find-up": "^1.0.0"
    10591059            }
    10601060        },
     
    10651065            "dev": true,
    10661066            "requires": {
    1067                 "get-stdin": "4.0.1",
    1068                 "meow": "3.7.0"
     1067                "get-stdin": "^4.0.1",
     1068                "meow": "^3.1.0"
    10691069            }
    10701070        },
     
    10811081            "dev": true,
    10821082            "requires": {
    1083                 "load-json-file": "1.1.0",
    1084                 "normalize-package-data": "2.4.0",
    1085                 "path-type": "1.1.0"
     1083                "load-json-file": "^1.0.0",
     1084                "normalize-package-data": "^2.3.2",
     1085                "path-type": "^1.0.0"
    10861086            }
    10871087        },
     
    10921092            "dev": true,
    10931093            "requires": {
    1094                 "find-up": "1.1.2",
    1095                 "read-pkg": "1.1.0"
     1094                "find-up": "^1.0.0",
     1095                "read-pkg": "^1.0.0"
    10961096            }
    10971097        },
     
    11021102            "dev": true,
    11031103            "requires": {
    1104                 "core-util-is": "1.0.2",
    1105                 "inherits": "2.0.3",
    1106                 "isarray": "1.0.0",
    1107                 "process-nextick-args": "1.0.7",
    1108                 "safe-buffer": "5.1.1",
    1109                 "string_decoder": "1.0.3",
    1110                 "util-deprecate": "1.0.2"
     1104                "core-util-is": "~1.0.0",
     1105                "inherits": "~2.0.3",
     1106                "isarray": "~1.0.0",
     1107                "process-nextick-args": "~1.0.6",
     1108                "safe-buffer": "~5.1.1",
     1109                "string_decoder": "~1.0.3",
     1110                "util-deprecate": "~1.0.1"
    11111111            }
    11121112        },
     
    11171117            "dev": true,
    11181118            "requires": {
    1119                 "resolve": "1.4.0"
     1119                "resolve": "^1.1.6"
    11201120            }
    11211121        },
     
    11261126            "dev": true,
    11271127            "requires": {
    1128                 "indent-string": "2.1.0",
    1129                 "strip-indent": "1.0.1"
     1128                "indent-string": "^2.1.0",
     1129                "strip-indent": "^1.0.1"
    11301130            }
    11311131        },
     
    11421142            "dev": true,
    11431143            "requires": {
    1144                 "is-finite": "1.0.2"
     1144                "is-finite": "^1.0.0"
    11451145            }
    11461146        },
     
    11511151            "dev": true,
    11521152            "requires": {
    1153                 "path-parse": "1.0.5"
     1153                "path-parse": "^1.0.5"
    11541154            }
    11551155        },
     
    11661166            "dev": true,
    11671167            "requires": {
    1168                 "resolve-from": "2.0.0"
     1168                "resolve-from": "^2.0.0"
    11691169            }
    11701170        },
     
    11751175            "dev": true,
    11761176            "requires": {
    1177                 "align-text": "0.1.4"
     1177                "align-text": "^0.1.1"
    11781178            }
    11791179        },
     
    12021202            "dev": true,
    12031203            "requires": {
    1204                 "glob": "7.1.2",
    1205                 "interpret": "1.0.3",
    1206                 "rechoir": "0.6.2"
     1204                "glob": "^7.0.0",
     1205                "interpret": "^1.0.0",
     1206                "rechoir": "^0.6.2"
    12071207            },
    12081208            "dependencies": {
     
    12131213                    "dev": true,
    12141214                    "requires": {
    1215                         "fs.realpath": "1.0.0",
    1216                         "inflight": "1.0.6",
    1217                         "inherits": "2.0.3",
    1218                         "minimatch": "3.0.4",
    1219                         "once": "1.4.0",
    1220                         "path-is-absolute": "1.0.1"
     1215                        "fs.realpath": "^1.0.0",
     1216                        "inflight": "^1.0.4",
     1217                        "inherits": "2",
     1218                        "minimatch": "^3.0.4",
     1219                        "once": "^1.3.0",
     1220                        "path-is-absolute": "^1.0.0"
    12211221                    }
    12221222                },
     
    12271227                    "dev": true,
    12281228                    "requires": {
    1229                         "brace-expansion": "1.1.8"
     1229                        "brace-expansion": "^1.1.7"
    12301230                    }
    12311231                }
     
    12501250            "dev": true,
    12511251            "requires": {
    1252                 "amdefine": "1.0.1"
     1252                "amdefine": ">=0.0.4"
    12531253            }
    12541254        },
     
    12591259            "dev": true,
    12601260            "requires": {
    1261                 "spdx-license-ids": "1.2.2"
     1261                "spdx-license-ids": "^1.0.2"
    12621262            }
    12631263        },
     
    12801280            "dev": true,
    12811281            "requires": {
    1282                 "safe-buffer": "5.1.1"
     1282                "safe-buffer": "~5.1.0"
    12831283            }
    12841284        },
     
    12891289            "dev": true,
    12901290            "requires": {
    1291                 "ansi-regex": "2.1.1"
     1291                "ansi-regex": "^2.0.0"
    12921292            }
    12931293        },
     
    12981298            "dev": true,
    12991299            "requires": {
    1300                 "is-utf8": "0.2.1"
     1300                "is-utf8": "^0.2.0"
    13011301            }
    13021302        },
     
    13071307            "dev": true,
    13081308            "requires": {
    1309                 "get-stdin": "4.0.1"
     1309                "get-stdin": "^4.0.1"
    13101310            }
    13111311        },
     
    13401340            "dev": true,
    13411341            "requires": {
    1342                 "async": "0.2.10",
    1343                 "source-map": "0.5.6",
    1344                 "uglify-to-browserify": "1.0.2",
    1345                 "yargs": "3.10.0"
     1342                "async": "~0.2.6",
     1343                "source-map": "~0.5.1",
     1344                "uglify-to-browserify": "~1.0.0",
     1345                "yargs": "~3.10.0"
    13461346            },
    13471347            "dependencies": {
     
    13961396            "dev": true,
    13971397            "requires": {
    1398                 "spdx-correct": "1.0.2",
    1399                 "spdx-expression-parse": "1.0.4"
     1398                "spdx-correct": "~1.0.0",
     1399                "spdx-expression-parse": "~1.0.0"
    14001400            }
    14011401        },
     
    14301430            "dev": true,
    14311431            "requires": {
    1432                 "camelcase": "1.2.1",
    1433                 "cliui": "2.1.0",
    1434                 "decamelize": "1.2.0",
     1432                "camelcase": "^1.0.2",
     1433                "cliui": "^2.1.0",
     1434                "decamelize": "^1.0.0",
    14351435                "window-size": "0.1.0"
    14361436            },
  • buddypress-learndash/trunk/readme.txt

    r2097977 r2101034  
    55Requires at least: 3.8
    66Tested up to: 5.2.1
    7 Stable tag: 1.2.6
     7Stable tag: 1.2.7
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    111111
    112112
     113= 1.2.7 =
     114* Fix - Removed LearnDash deprecated function
     115
    113116= 1.2.6 =
    114 * Updated Readme
    115 * Tested with WordPress 5.2.1
     117* Fix - Fatal when BuddyPress Group component disabled.
     118* New - Tested with WordPress 5.2.1
     119
    116120
    117121= 1.2.5 =
Note: See TracChangeset for help on using the changeset viewer.