Changeset 2101034
- Timestamp:
- 06/05/2019 01:07:13 PM (7 years ago)
- Location:
- buddypress-learndash/trunk
- Files:
-
- 9 edited
-
buddypress-learndash.php (modified) (2 diffs)
-
includes/bp-learndash-functions.php (modified) (1 diff)
-
includes/bp-learndash-group-settings.php (modified) (1 diff)
-
includes/bp-learndash-groups.php (modified) (1 diff)
-
languages/buddypress-learndash- fr_FR.po (modified) (2 diffs)
-
languages/buddypress-learndash-en_US.po (modified) (2 diffs)
-
languages/buddypress-learndash.pot (modified) (3 diffs)
-
package-lock.json (modified) (80 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
buddypress-learndash/trunk/buddypress-learndash.php
r2097977 r2101034 6 6 * Author: BuddyBoss 7 7 * Author URI: http://buddyboss.com 8 * Version: 1.2. 68 * Version: 1.2.7 9 9 */ 10 10 // Exit if accessed directly … … 19 19 // Codebase version 20 20 if (!defined( 'BUDDYPRESS_LEARNDASH_PLUGIN_VERSION' ) ) { 21 define( 'BUDDYPRESS_LEARNDASH_PLUGIN_VERSION', '1.2. 6' );21 define( 'BUDDYPRESS_LEARNDASH_PLUGIN_VERSION', '1.2.7' ); 22 22 } 23 23 -
buddypress-learndash/trunk/includes/bp-learndash-functions.php
r1887408 r2101034 600 600 601 601 function 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 } 602 605 if( !$group_id ){ 603 606 $group_id = bp_get_group_id(); -
buddypress-learndash/trunk/includes/bp-learndash-group-settings.php
r1887408 r2101034 107 107 108 108 //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' ); 110 110 111 111 if ( 'open' !== $course_price_type && 'free' !== $course_price_type ) { -
buddypress-learndash/trunk/includes/bp-learndash-groups.php
r1887408 r2101034 143 143 144 144 //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' ); 146 146 147 147 if ( 'open' !== $course_price_type && 'free' !== $course_price_type ) { -
buddypress-learndash/trunk/languages/buddypress-learndash- fr_FR.po
r1887408 r2101034 3 3 "Project-Id-Version: BuddyPress for LearnDash\n" 4 4 "Report-Msgid-Bugs-To: https://www.buddyboss.com/contact/\n" 5 "POT-Creation-Date: 201 8-06-05 10:06:40+00:00\n"5 "POT-Creation-Date: 2019-05-30 13:01:40+00:00\n" 6 6 "PO-Revision-Date: 2017-08-14 20:19+0530\n" 7 7 "Last-Translator: jean-pierre michaud <[email protected]>\n" … … 205 205 206 206 #: includes/bp-learndash-activity.php:292 207 #: includes/bp-learndash-functions.php:71 4207 #: includes/bp-learndash-functions.php:717 208 208 msgid "%1$s started taking the course %2$s" 209 209 msgstr "%1$s a commencé à prendre le cours %2$s" -
buddypress-learndash/trunk/languages/buddypress-learndash-en_US.po
r1887408 r2101034 5 5 "Project-Id-Version: BuddyPress Learndash\n" 6 6 "Report-Msgid-Bugs-To: https://www.buddyboss.com/contact/\n" 7 "POT-Creation-Date: 201 8-06-05 10:06:40+00:00\n"7 "POT-Creation-Date: 2019-05-30 13:01:40+00:00\n" 8 8 "PO-Revision-Date: 2017-08-14 20:20+0530\n" 9 9 "Last-Translator: BuddyBoss <[email protected]>\n" … … 192 192 193 193 #: includes/bp-learndash-activity.php:292 194 #: includes/bp-learndash-functions.php:71 4194 #: includes/bp-learndash-functions.php:717 195 195 msgid "%1$s started taking the course %2$s" 196 196 msgstr "" -
buddypress-learndash/trunk/languages/buddypress-learndash.pot
r1887408 r2101034 1 # Copyright (C) 201 81 # Copyright (C) 2019 2 2 # This file is distributed under the same license as the package. 3 3 msgid "" … … 5 5 "Project-Id-Version: \n" 6 6 "Report-Msgid-Bugs-To: https://www.buddyboss.com/contact/\n" 7 "POT-Creation-Date: 201 8-06-05 10:13:10+00:00\n"7 "POT-Creation-Date: 2019-06-05 10:58:05+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=utf-8\n" 10 10 "Content-Transfer-Encoding: 8bit\n" 11 "PO-Revision-Date: 201 8-MO-DA HO:MI+ZONE\n"11 "PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n" 12 12 "Last-Translator: BuddyBoss <[email protected]>\n" 13 13 "Language-Team: BuddyBoss <[email protected]>\n" … … 194 194 195 195 #: includes/bp-learndash-activity.php:292 196 #: includes/bp-learndash-functions.php:71 4196 #: includes/bp-learndash-functions.php:717 197 197 msgid "%1$s started taking the course %2$s" 198 198 msgstr "" -
buddypress-learndash/trunk/package-lock.json
r1713334 r2101034 16 16 "dev": true, 17 17 "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" 21 21 } 22 22 }, … … 45 45 "dev": true, 46 46 "requires": { 47 "underscore": " 1.7.0",48 "underscore.string": " 2.4.0"47 "underscore": "~1.7.0", 48 "underscore.string": "~2.4.0" 49 49 }, 50 50 "dependencies": { … … 75 75 "dev": true, 76 76 "requires": { 77 "array-uniq": " 1.0.3"77 "array-uniq": "^1.0.1" 78 78 } 79 79 }, … … 108 108 "dev": true, 109 109 "requires": { 110 "balanced-match": " 1.0.0",110 "balanced-match": "^1.0.0", 111 111 "concat-map": "0.0.1" 112 112 } … … 118 118 "dev": true, 119 119 "requires": { 120 "pako": " 0.2.9"120 "pako": "~0.2.0" 121 121 } 122 122 }, … … 139 139 "dev": true, 140 140 "requires": { 141 "camelcase": " 2.1.1",142 "map-obj": " 1.0.1"141 "camelcase": "^2.0.0", 142 "map-obj": "^1.0.0" 143 143 } 144 144 }, … … 149 149 "dev": true, 150 150 "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" 153 153 } 154 154 }, … … 159 159 "dev": true, 160 160 "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" 163 163 } 164 164 }, … … 169 169 "dev": true, 170 170 "requires": { 171 "commander": "2.8. 1",172 "source-map": "0.4. 4"171 "commander": "2.8.x", 172 "source-map": "0.4.x" 173 173 } 174 174 }, … … 179 179 "dev": true, 180 180 "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", 183 183 "wordwrap": "0.0.2" 184 184 } … … 202 202 "dev": true, 203 203 "requires": { 204 "graceful-readlink": " 1.0.1"204 "graceful-readlink": ">= 1.0.0" 205 205 } 206 206 }, … … 217 217 "dev": true, 218 218 "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" 222 222 } 223 223 }, … … 234 234 "dev": true, 235 235 "requires": { 236 "array-find-index": " 1.0.2"236 "array-find-index": "^1.0.1" 237 237 } 238 238 }, … … 255 255 "dev": true, 256 256 "requires": { 257 "iconv-lite": " 0.4.18"257 "iconv-lite": "~0.4.13" 258 258 }, 259 259 "dependencies": { … … 272 272 "dev": true, 273 273 "requires": { 274 "is-arrayish": " 0.2.1"274 "is-arrayish": "^0.2.1" 275 275 } 276 276 }, … … 305 305 "dev": true, 306 306 "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" 309 309 } 310 310 }, … … 315 315 "dev": true, 316 316 "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" 319 319 } 320 320 }, … … 325 325 "dev": true, 326 326 "requires": { 327 "glob": " 3.2.11",328 "lodash": " 2.4.2"327 "glob": "~3.2.9", 328 "lodash": "~2.4.1" 329 329 }, 330 330 "dependencies": { … … 335 335 "dev": true, 336 336 "requires": { 337 "inherits": "2 .0.3",338 "minimatch": "0.3 .0"337 "inherits": "2", 338 "minimatch": "0.3" 339 339 } 340 340 }, … … 351 351 "dev": true, 352 352 "requires": { 353 "lru-cache": "2 .7.3",354 "sigmund": " 1.0.1"353 "lru-cache": "2", 354 "sigmund": "~1.0.0" 355 355 } 356 356 } … … 381 381 "dev": true, 382 382 "requires": { 383 "encoding": " 0.1.12"383 "encoding": "^0.1.11" 384 384 } 385 385 }, … … 390 390 "dev": true, 391 391 "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" 395 395 }, 396 396 "dependencies": { … … 421 421 "dev": true, 422 422 "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", 426 426 "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" 443 443 } 444 444 }, … … 449 449 "dev": true, 450 450 "requires": { 451 "chalk": " 0.2.1",452 "text-table": " 0.2.0"451 "chalk": "~0.2.1", 452 "text-table": "~0.2.0" 453 453 } 454 454 }, … … 459 459 "dev": true, 460 460 "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" 464 464 }, 465 465 "dependencies": { … … 476 476 "dev": true, 477 477 "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" 483 483 } 484 484 } … … 491 491 "dev": true, 492 492 "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" 498 498 }, 499 499 "dependencies": { … … 510 510 "dev": true, 511 511 "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" 517 517 } 518 518 }, 519 519 "lodash": { 520 "version": "4.17. 4",521 "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17. 4.tgz",522 "integrity": "sha 1-eCA6TRwyiuHYbcpkYONptX9AVa4=",520 "version": "4.17.11", 521 "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", 522 "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", 523 523 "dev": true 524 524 } … … 531 531 "dev": true, 532 532 "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" 538 538 }, 539 539 "dependencies": { … … 558 558 "dev": true, 559 559 "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" 563 563 }, 564 564 "dependencies": { … … 583 583 "dev": true, 584 584 "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" 592 592 } 593 593 }, … … 598 598 "dev": true, 599 599 "requires": { 600 "shelljs": " 0.7.8"600 "shelljs": "~0.7.5" 601 601 } 602 602 }, … … 607 607 "dev": true, 608 608 "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" 614 614 }, 615 615 "dependencies": { … … 640 640 "dev": true, 641 641 "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" 644 644 } 645 645 }, … … 650 650 "dev": true, 651 651 "requires": { 652 "ansi-regex": " 2.1.1"652 "ansi-regex": "^2.0.0" 653 653 } 654 654 }, … … 683 683 "dev": true, 684 684 "requires": { 685 "repeating": " 2.0.1"685 "repeating": "^2.0.0" 686 686 } 687 687 }, … … 692 692 "dev": true, 693 693 "requires": { 694 "once": " 1.4.0",695 "wrappy": "1 .0.2"694 "once": "^1.3.0", 695 "wrappy": "1" 696 696 } 697 697 }, … … 726 726 "dev": true, 727 727 "requires": { 728 "builtin-modules": " 1.1.1"728 "builtin-modules": "^1.0.0" 729 729 } 730 730 }, … … 735 735 "dev": true, 736 736 "requires": { 737 "number-is-nan": " 1.0.1"737 "number-is-nan": "^1.0.0" 738 738 } 739 739 }, … … 756 756 "dev": true, 757 757 "requires": { 758 "argparse": " 0.1.16",759 "esprima": " 1.0.4"758 "argparse": "~ 0.1.11", 759 "esprima": "~ 1.0.2" 760 760 } 761 761 }, … … 766 766 "dev": true, 767 767 "requires": { 768 "is-buffer": " 1.1.5"768 "is-buffer": "^1.1.5" 769 769 } 770 770 }, … … 781 781 "dev": true, 782 782 "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" 787 787 } 788 788 }, … … 793 793 "dev": true, 794 794 "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" 800 800 }, 801 801 "dependencies": { … … 826 826 "dev": true, 827 827 "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" 830 830 } 831 831 }, … … 848 848 "dev": true, 849 849 "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" 854 854 }, 855 855 "dependencies": { … … 866 866 "dev": true, 867 867 "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" 873 873 } 874 874 } … … 881 881 "dev": true, 882 882 "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" 893 893 } 894 894 }, … … 899 899 "dev": true, 900 900 "requires": { 901 "lru-cache": "2 .7.3",902 "sigmund": " 1.0.1"901 "lru-cache": "2", 902 "sigmund": "~1.0.0" 903 903 } 904 904 }, … … 915 915 "dev": true, 916 916 "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" 921 921 }, 922 922 "dependencies": { … … 927 927 "dev": true, 928 928 "requires": { 929 "brace-expansion": " 1.1.8"929 "brace-expansion": "^1.1.7" 930 930 } 931 931 } … … 938 938 "dev": true, 939 939 "requires": { 940 "abbrev": "1 .1.0"940 "abbrev": "1" 941 941 } 942 942 }, … … 947 947 "dev": true, 948 948 "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" 953 953 } 954 954 }, … … 971 971 "dev": true, 972 972 "requires": { 973 "wrappy": "1 .0.2"973 "wrappy": "1" 974 974 } 975 975 }, … … 986 986 "dev": true, 987 987 "requires": { 988 "error-ex": " 1.3.1"988 "error-ex": "^1.2.0" 989 989 } 990 990 }, … … 995 995 "dev": true, 996 996 "requires": { 997 "pinkie-promise": " 2.0.1"997 "pinkie-promise": "^2.0.0" 998 998 } 999 999 }, … … 1016 1016 "dev": true, 1017 1017 "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" 1021 1021 }, 1022 1022 "dependencies": { … … 1047 1047 "dev": true, 1048 1048 "requires": { 1049 "pinkie": " 2.0.4"1049 "pinkie": "^2.0.0" 1050 1050 } 1051 1051 }, … … 1056 1056 "dev": true, 1057 1057 "requires": { 1058 "find-up": " 1.1.2"1058 "find-up": "^1.0.0" 1059 1059 } 1060 1060 }, … … 1065 1065 "dev": true, 1066 1066 "requires": { 1067 "get-stdin": " 4.0.1",1068 "meow": " 3.7.0"1067 "get-stdin": "^4.0.1", 1068 "meow": "^3.1.0" 1069 1069 } 1070 1070 }, … … 1081 1081 "dev": true, 1082 1082 "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" 1086 1086 } 1087 1087 }, … … 1092 1092 "dev": true, 1093 1093 "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" 1096 1096 } 1097 1097 }, … … 1102 1102 "dev": true, 1103 1103 "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" 1111 1111 } 1112 1112 }, … … 1117 1117 "dev": true, 1118 1118 "requires": { 1119 "resolve": " 1.4.0"1119 "resolve": "^1.1.6" 1120 1120 } 1121 1121 }, … … 1126 1126 "dev": true, 1127 1127 "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" 1130 1130 } 1131 1131 }, … … 1142 1142 "dev": true, 1143 1143 "requires": { 1144 "is-finite": " 1.0.2"1144 "is-finite": "^1.0.0" 1145 1145 } 1146 1146 }, … … 1151 1151 "dev": true, 1152 1152 "requires": { 1153 "path-parse": " 1.0.5"1153 "path-parse": "^1.0.5" 1154 1154 } 1155 1155 }, … … 1166 1166 "dev": true, 1167 1167 "requires": { 1168 "resolve-from": " 2.0.0"1168 "resolve-from": "^2.0.0" 1169 1169 } 1170 1170 }, … … 1175 1175 "dev": true, 1176 1176 "requires": { 1177 "align-text": " 0.1.4"1177 "align-text": "^0.1.1" 1178 1178 } 1179 1179 }, … … 1202 1202 "dev": true, 1203 1203 "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" 1207 1207 }, 1208 1208 "dependencies": { … … 1213 1213 "dev": true, 1214 1214 "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" 1221 1221 } 1222 1222 }, … … 1227 1227 "dev": true, 1228 1228 "requires": { 1229 "brace-expansion": " 1.1.8"1229 "brace-expansion": "^1.1.7" 1230 1230 } 1231 1231 } … … 1250 1250 "dev": true, 1251 1251 "requires": { 1252 "amdefine": " 1.0.1"1252 "amdefine": ">=0.0.4" 1253 1253 } 1254 1254 }, … … 1259 1259 "dev": true, 1260 1260 "requires": { 1261 "spdx-license-ids": " 1.2.2"1261 "spdx-license-ids": "^1.0.2" 1262 1262 } 1263 1263 }, … … 1280 1280 "dev": true, 1281 1281 "requires": { 1282 "safe-buffer": " 5.1.1"1282 "safe-buffer": "~5.1.0" 1283 1283 } 1284 1284 }, … … 1289 1289 "dev": true, 1290 1290 "requires": { 1291 "ansi-regex": " 2.1.1"1291 "ansi-regex": "^2.0.0" 1292 1292 } 1293 1293 }, … … 1298 1298 "dev": true, 1299 1299 "requires": { 1300 "is-utf8": " 0.2.1"1300 "is-utf8": "^0.2.0" 1301 1301 } 1302 1302 }, … … 1307 1307 "dev": true, 1308 1308 "requires": { 1309 "get-stdin": " 4.0.1"1309 "get-stdin": "^4.0.1" 1310 1310 } 1311 1311 }, … … 1340 1340 "dev": true, 1341 1341 "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" 1346 1346 }, 1347 1347 "dependencies": { … … 1396 1396 "dev": true, 1397 1397 "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" 1400 1400 } 1401 1401 }, … … 1430 1430 "dev": true, 1431 1431 "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", 1435 1435 "window-size": "0.1.0" 1436 1436 }, -
buddypress-learndash/trunk/readme.txt
r2097977 r2101034 5 5 Requires at least: 3.8 6 6 Tested up to: 5.2.1 7 Stable tag: 1.2. 67 Stable tag: 1.2.7 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 111 111 112 112 113 = 1.2.7 = 114 * Fix - Removed LearnDash deprecated function 115 113 116 = 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 116 120 117 121 = 1.2.5 =
Note: See TracChangeset
for help on using the changeset viewer.