BuddyPress - Version 6.0.0

Version Description

See: https://codex.buddypress.org/releases/version-6-0-0/

Download this release

Release Info

Developer imath
Plugin Icon 128x128 BuddyPress
Version 6.0.0
Comparing to
See all releases

Code changes from version 6.0.0-RC2 to 6.0.0

bp-core/admin/css/hello-rtl.css CHANGED
@@ -208,6 +208,33 @@ div.dashicons.big {
208
  background-image: url(https://ps.w.org/buddypress/assets/banner-772x250.png);
209
  }
210
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
211
  /*
212
  * 4.3 - Content content
213
  */
@@ -235,6 +262,15 @@ div.dashicons.big {
235
  /*------------------------------------------------------------------------------
236
  * 6.0 - Media Queries
237
  *----------------------------------------------------------------------------*/
 
 
 
 
 
 
 
 
 
238
  /*
239
  * 6.1 - Desktop Medium
240
  */
208
  background-image: url(https://ps.w.org/buddypress/assets/banner-772x250.png);
209
  }
210
 
211
+ #plugin-information-title h1 {
212
+ font-size: 1em;
213
+ font-weight: 600;
214
+ padding: 0;
215
+ margin: 0;
216
+ overflow: hidden;
217
+ text-overflow: ellipsis;
218
+ white-space: nowrap;
219
+ }
220
+
221
+ #plugin-information-title.with-banner h1 {
222
+ position: relative;
223
+ font-family: "Helvetica Neue", sans-serif;
224
+ display: inline-block;
225
+ font-size: 20px;
226
+ line-height: 1.68;
227
+ box-sizing: border-box;
228
+ max-width: 85%;
229
+ padding: 0 15px;
230
+ margin-top: 30px;
231
+ color: #fff;
232
+ background: rgba(30, 30, 30, 0.9);
233
+ text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
234
+ box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
235
+ border-radius: 8px;
236
+ }
237
+
238
  /*
239
  * 4.3 - Content content
240
  */
262
  /*------------------------------------------------------------------------------
263
  * 6.0 - Media Queries
264
  *----------------------------------------------------------------------------*/
265
+ @media screen and (min-width: 770px) {
266
+ #plugin-information-title.with-banner h1 {
267
+ font-size: 30px;
268
+ line-height: 2;
269
+ margin-top: 174px;
270
+ max-width: 100%;
271
+ }
272
+ }
273
+
274
  /*
275
  * 6.1 - Desktop Medium
276
  */
bp-core/admin/css/hello-rtl.min.css CHANGED
@@ -1 +1 @@
1
- :root{--bp-hello-color-primary:#d34600;--bp-hello-color-secondary:#e5e5e5;--bp-hello-container-size:15%}.bp-hello-content p{font-size:16px}.bp-hello-content ol,.bp-hello-content ul{list-style:inherit}.bp-hello-content h3{font-size:1.1em;font-weight:500}.bp-hello-social li a:before{color:#23282d;font:400 30px/.6 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:none!important}.bp-hello-social li a:hover:before{transition:all .1s ease-in-out;color:var(--bp-hello-color-primary)}.bp-hello-social li a.support:before{content:"\f448"}.bp-hello-social li a.twitter:before{content:"\f301"}div.dashicons{width:-webkit-fit-content;width:fit-content}div.dashicons.big{font-size:128px;display:block;color:var(--bp-hello-color-primary);height:128px;width:128px}#plugin-information-footer{display:flex;flex-wrap:wrap;padding:0 16px;height:auto}#plugin-information-footer .dashicons-heart{color:#be3631}.bp-hello-social-cta,.bp-hello-social-links{flex-basis:50%}.bp-hello-social-links ul{display:inline-block}.bp-hello-social li{position:relative;bottom:-5px;display:inline-block;list-style-type:none;margin-bottom:0}.bp-hello-social li:last-child a{margin-right:4px}#bp-hello-container{display:none}.bp-hello-content{padding:0 25px;padding-bottom:20px}#dynamic-content{padding-bottom:40px;display:none}#dynamic-content.show{display:block}.plugin-details-modal #TB_title{height:0;background:0 0;border:none}#TB_window.plugin-details-modal.thickbox-loading:before{z-index:10;margin-top:40px;background-color:none}.bp-hello-aligncenter *{margin:10px auto}.bp-hello-alignleft{float:right}.bp-hello-alignleft:after{content:"";clear:right}.bp-hello-alignright{float:left}.bp-hello-alignright:after{content:"";clear:left}.bp-hello-divider{clear:both;border:none;margin-bottom:20px}.bp-hello-social-cta{text-align:right}.bp-hello-social-links{text-align:left}.bp-hello-social li a{text-decoration:none}#plugin-information-title.with-banner{background-image:url(https://ps.w.org/buddypress/assets/banner-772x250.png)}.bp-hello-content{background-color:#fff}.bp-hello-content img{border-radius:2px;max-width:100%}.bp-hello-content iframe{width:100%}.bp-hello-content .bp-hello-alignleft img,.bp-hello-content .bp-hello-alignright img{max-width:200px}@media only screen and (min-width:1024px){.bp-hello-content{padding:0 30px 20px}.bp-hello-content p{font-size:14px}}@media only screen and (-webkit-min-device-pixel-ratio:1.5){#plugin-information-title.with-banner{background-image:url(https://ps.w.org/buddypress/assets/banner-1544x500.png)}}
1
+ :root{--bp-hello-color-primary:#d34600;--bp-hello-color-secondary:#e5e5e5;--bp-hello-container-size:15%}.bp-hello-content p{font-size:16px}.bp-hello-content ol,.bp-hello-content ul{list-style:inherit}.bp-hello-content h3{font-size:1.1em;font-weight:500}.bp-hello-social li a:before{color:#23282d;font:400 30px/.6 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:none!important}.bp-hello-social li a:hover:before{transition:all .1s ease-in-out;color:var(--bp-hello-color-primary)}.bp-hello-social li a.support:before{content:"\f448"}.bp-hello-social li a.twitter:before{content:"\f301"}div.dashicons{width:-webkit-fit-content;width:fit-content}div.dashicons.big{font-size:128px;display:block;color:var(--bp-hello-color-primary);height:128px;width:128px}#plugin-information-footer{display:flex;flex-wrap:wrap;padding:0 16px;height:auto}#plugin-information-footer .dashicons-heart{color:#be3631}.bp-hello-social-cta,.bp-hello-social-links{flex-basis:50%}.bp-hello-social-links ul{display:inline-block}.bp-hello-social li{position:relative;bottom:-5px;display:inline-block;list-style-type:none;margin-bottom:0}.bp-hello-social li:last-child a{margin-right:4px}#bp-hello-container{display:none}.bp-hello-content{padding:0 25px;padding-bottom:20px}#dynamic-content{padding-bottom:40px;display:none}#dynamic-content.show{display:block}.plugin-details-modal #TB_title{height:0;background:0 0;border:none}#TB_window.plugin-details-modal.thickbox-loading:before{z-index:10;margin-top:40px;background-color:none}.bp-hello-aligncenter *{margin:10px auto}.bp-hello-alignleft{float:right}.bp-hello-alignleft:after{content:"";clear:right}.bp-hello-alignright{float:left}.bp-hello-alignright:after{content:"";clear:left}.bp-hello-divider{clear:both;border:none;margin-bottom:20px}.bp-hello-social-cta{text-align:right}.bp-hello-social-links{text-align:left}.bp-hello-social li a{text-decoration:none}#plugin-information-title.with-banner{background-image:url(https://ps.w.org/buddypress/assets/banner-772x250.png)}#plugin-information-title h1{font-size:1em;font-weight:600;padding:0;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#plugin-information-title.with-banner h1{position:relative;font-family:"Helvetica Neue",sans-serif;display:inline-block;font-size:20px;line-height:1.68;box-sizing:border-box;max-width:85%;padding:0 15px;margin-top:30px;color:#fff;background:rgba(30,30,30,.9);text-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 0 30px rgba(255,255,255,.1);border-radius:8px}.bp-hello-content{background-color:#fff}.bp-hello-content img{border-radius:2px;max-width:100%}.bp-hello-content iframe{width:100%}.bp-hello-content .bp-hello-alignleft img,.bp-hello-content .bp-hello-alignright img{max-width:200px}@media screen and (min-width:770px){#plugin-information-title.with-banner h1{font-size:30px;line-height:2;margin-top:174px;max-width:100%}}@media only screen and (min-width:1024px){.bp-hello-content{padding:0 30px 20px}.bp-hello-content p{font-size:14px}}@media only screen and (-webkit-min-device-pixel-ratio:1.5){#plugin-information-title.with-banner{background-image:url(https://ps.w.org/buddypress/assets/banner-1544x500.png)}}
bp-core/admin/css/hello.css CHANGED
@@ -208,6 +208,33 @@ div.dashicons.big {
208
  background-image: url(https://ps.w.org/buddypress/assets/banner-772x250.png);
209
  }
210
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
211
  /*
212
  * 4.3 - Content content
213
  */
@@ -235,6 +262,15 @@ div.dashicons.big {
235
  /*------------------------------------------------------------------------------
236
  * 6.0 - Media Queries
237
  *----------------------------------------------------------------------------*/
 
 
 
 
 
 
 
 
 
238
  /*
239
  * 6.1 - Desktop Medium
240
  */
208
  background-image: url(https://ps.w.org/buddypress/assets/banner-772x250.png);
209
  }
210
 
211
+ #plugin-information-title h1 {
212
+ font-size: 1em;
213
+ font-weight: 600;
214
+ padding: 0;
215
+ margin: 0;
216
+ overflow: hidden;
217
+ text-overflow: ellipsis;
218
+ white-space: nowrap;
219
+ }
220
+
221
+ #plugin-information-title.with-banner h1 {
222
+ position: relative;
223
+ font-family: "Helvetica Neue", sans-serif;
224
+ display: inline-block;
225
+ font-size: 20px;
226
+ line-height: 1.68;
227
+ box-sizing: border-box;
228
+ max-width: 85%;
229
+ padding: 0 15px;
230
+ margin-top: 30px;
231
+ color: #fff;
232
+ background: rgba(30, 30, 30, 0.9);
233
+ text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
234
+ box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
235
+ border-radius: 8px;
236
+ }
237
+
238
  /*
239
  * 4.3 - Content content
240
  */
262
  /*------------------------------------------------------------------------------
263
  * 6.0 - Media Queries
264
  *----------------------------------------------------------------------------*/
265
+ @media screen and (min-width: 770px) {
266
+ #plugin-information-title.with-banner h1 {
267
+ font-size: 30px;
268
+ line-height: 2;
269
+ margin-top: 174px;
270
+ max-width: 100%;
271
+ }
272
+ }
273
+
274
  /*
275
  * 6.1 - Desktop Medium
276
  */
bp-core/admin/css/hello.min.css CHANGED
@@ -1 +1 @@
1
- :root{--bp-hello-color-primary:#d34600;--bp-hello-color-secondary:#e5e5e5;--bp-hello-container-size:15%}.bp-hello-content p{font-size:16px}.bp-hello-content ol,.bp-hello-content ul{list-style:inherit}.bp-hello-content h3{font-size:1.1em;font-weight:500}.bp-hello-social li a:before{color:#23282d;font:400 30px/.6 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:none!important}.bp-hello-social li a:hover:before{transition:all .1s ease-in-out;color:var(--bp-hello-color-primary)}.bp-hello-social li a.support:before{content:"\f448"}.bp-hello-social li a.twitter:before{content:"\f301"}div.dashicons{width:-webkit-fit-content;width:fit-content}div.dashicons.big{font-size:128px;display:block;color:var(--bp-hello-color-primary);height:128px;width:128px}#plugin-information-footer{display:flex;flex-wrap:wrap;padding:0 16px;height:auto}#plugin-information-footer .dashicons-heart{color:#be3631}.bp-hello-social-cta,.bp-hello-social-links{flex-basis:50%}.bp-hello-social-links ul{display:inline-block}.bp-hello-social li{position:relative;bottom:-5px;display:inline-block;list-style-type:none;margin-bottom:0}.bp-hello-social li:last-child a{margin-left:4px}#bp-hello-container{display:none}.bp-hello-content{padding:0 25px;padding-bottom:20px}#dynamic-content{padding-bottom:40px;display:none}#dynamic-content.show{display:block}.plugin-details-modal #TB_title{height:0;background:0 0;border:none}#TB_window.plugin-details-modal.thickbox-loading:before{z-index:10;margin-top:40px;background-color:none}.bp-hello-aligncenter *{margin:10px auto}.bp-hello-alignleft{float:left}.bp-hello-alignleft:after{content:"";clear:left}.bp-hello-alignright{float:right}.bp-hello-alignright:after{content:"";clear:right}.bp-hello-divider{clear:both;border:none;margin-bottom:20px}.bp-hello-social-cta{text-align:left}.bp-hello-social-links{text-align:right}.bp-hello-social li a{text-decoration:none}#plugin-information-title.with-banner{background-image:url(https://ps.w.org/buddypress/assets/banner-772x250.png)}.bp-hello-content{background-color:#fff}.bp-hello-content img{border-radius:2px;max-width:100%}.bp-hello-content iframe{width:100%}.bp-hello-content .bp-hello-alignleft img,.bp-hello-content .bp-hello-alignright img{max-width:200px}@media only screen and (min-width:1024px){.bp-hello-content{padding:0 30px 20px}.bp-hello-content p{font-size:14px}}@media only screen and (-webkit-min-device-pixel-ratio:1.5){#plugin-information-title.with-banner{background-image:url(https://ps.w.org/buddypress/assets/banner-1544x500.png)}}
1
+ :root{--bp-hello-color-primary:#d34600;--bp-hello-color-secondary:#e5e5e5;--bp-hello-container-size:15%}.bp-hello-content p{font-size:16px}.bp-hello-content ol,.bp-hello-content ul{list-style:inherit}.bp-hello-content h3{font-size:1.1em;font-weight:500}.bp-hello-social li a:before{color:#23282d;font:400 30px/.6 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:none!important}.bp-hello-social li a:hover:before{transition:all .1s ease-in-out;color:var(--bp-hello-color-primary)}.bp-hello-social li a.support:before{content:"\f448"}.bp-hello-social li a.twitter:before{content:"\f301"}div.dashicons{width:-webkit-fit-content;width:fit-content}div.dashicons.big{font-size:128px;display:block;color:var(--bp-hello-color-primary);height:128px;width:128px}#plugin-information-footer{display:flex;flex-wrap:wrap;padding:0 16px;height:auto}#plugin-information-footer .dashicons-heart{color:#be3631}.bp-hello-social-cta,.bp-hello-social-links{flex-basis:50%}.bp-hello-social-links ul{display:inline-block}.bp-hello-social li{position:relative;bottom:-5px;display:inline-block;list-style-type:none;margin-bottom:0}.bp-hello-social li:last-child a{margin-left:4px}#bp-hello-container{display:none}.bp-hello-content{padding:0 25px;padding-bottom:20px}#dynamic-content{padding-bottom:40px;display:none}#dynamic-content.show{display:block}.plugin-details-modal #TB_title{height:0;background:0 0;border:none}#TB_window.plugin-details-modal.thickbox-loading:before{z-index:10;margin-top:40px;background-color:none}.bp-hello-aligncenter *{margin:10px auto}.bp-hello-alignleft{float:left}.bp-hello-alignleft:after{content:"";clear:left}.bp-hello-alignright{float:right}.bp-hello-alignright:after{content:"";clear:right}.bp-hello-divider{clear:both;border:none;margin-bottom:20px}.bp-hello-social-cta{text-align:left}.bp-hello-social-links{text-align:right}.bp-hello-social li a{text-decoration:none}#plugin-information-title.with-banner{background-image:url(https://ps.w.org/buddypress/assets/banner-772x250.png)}#plugin-information-title h1{font-size:1em;font-weight:600;padding:0;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#plugin-information-title.with-banner h1{position:relative;font-family:"Helvetica Neue",sans-serif;display:inline-block;font-size:20px;line-height:1.68;box-sizing:border-box;max-width:85%;padding:0 15px;margin-top:30px;color:#fff;background:rgba(30,30,30,.9);text-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 0 30px rgba(255,255,255,.1);border-radius:8px}.bp-hello-content{background-color:#fff}.bp-hello-content img{border-radius:2px;max-width:100%}.bp-hello-content iframe{width:100%}.bp-hello-content .bp-hello-alignleft img,.bp-hello-content .bp-hello-alignright img{max-width:200px}@media screen and (min-width:770px){#plugin-information-title.with-banner h1{font-size:30px;line-height:2;margin-top:174px;max-width:100%}}@media only screen and (min-width:1024px){.bp-hello-content{padding:0 30px 20px}.bp-hello-content p{font-size:14px}}@media only screen and (-webkit-min-device-pixel-ratio:1.5){#plugin-information-title.with-banner{background-image:url(https://ps.w.org/buddypress/assets/banner-1544x500.png)}}
bp-core/admin/js/hello.js CHANGED
@@ -28,6 +28,23 @@
28
  .removeClass( 'thickbox-loading' );
29
 
30
  $( '#TB_ajaxContent' ).prop( 'style', 'height: 100%; width: auto; padding: 0; border: none;' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  };
32
 
33
  /**
28
  .removeClass( 'thickbox-loading' );
29
 
30
  $( '#TB_ajaxContent' ).prop( 'style', 'height: 100%; width: auto; padding: 0; border: none;' );
31
+
32
+ var tabbables = $( ':tabbable', '#TB_ajaxContent' ), lastTabbable = tabbables.last();
33
+
34
+ // Move the focus to the Modal's close button once the last Hello link was tabbed out.
35
+ $( '#TB_window' ).on( 'keydown', function( event ) {
36
+ if ( 9 === event.keyCode && ! event.shiftKey && $( lastTabbable ).prop( 'classList' ).value === $( event.target ).prop( 'classList' ).value ) {
37
+ event.preventDefault();
38
+
39
+ $( '#TB_closeWindowButton' ).focus();
40
+ }
41
+
42
+ if ( 9 === event.keyCode && event.shiftKey && 'TB_closeWindowButton' === $( event.target ).prop( 'id' ) ) {
43
+ event.preventDefault();
44
+
45
+ $( lastTabbable ).focus();
46
+ }
47
+ } );
48
  };
49
 
50
  /**
bp-core/admin/js/hello.min.js CHANGED
@@ -1 +1 @@
1
- !function(n,e){if("undefined"!=typeof bpHelloStrings){var o=function(){if("function"!=typeof window.tb_show)return!1;window.tb_show("BuddyPress","#TB_inline?inlineId=bp-hello-container"),n("#TB_window").attr({role:"dialog","aria-label":bpHelloStrings.modalLabel}).addClass("plugin-details-modal").removeClass("thickbox-loading"),n("#TB_ajaxContent").prop("style","height: 100%; width: auto; padding: 0; border: none;")},t=function(e){e||(e=bpHelloStrings.pageNotFound),n("#dynamic-content").html(n("<div></div>").prop("id","message").addClass("notice notice-error error").html(n("<p></p>").html(e)))};n("#plugin-information-tabs").on("click","a",function(o){o.preventDefault();var a=n(o.currentTarget),i=n("#dynamic-content");a.hasClass("dynamic")?(n("#top-features").hide(),i.html(""),i.addClass("show"),n("#TB_window").addClass("thickbox-loading"),e.apiRequest({url:a.data("endpoint"),type:"GET",beforeSend:function(n,e){e.url=e.url.replace("&_wpnonce=none","")},data:{context:"view",slug:a.data("slug"),_wpnonce:"none"}}).done(function(n){var e=_.first(n);e&&e.content?i.html(e.content.rendered):t()}).fail(function(n){if(!n||!n.message)return!1;t(n.message)}).always(function(){n("#TB_window").removeClass("thickbox-loading")})):(n("#top-features").show(),i.html(""),i.removeClass("show"))}),n(document).ready(function(){o()})}}(jQuery,window.bp||{});
1
+ !function(e,n){if("undefined"!=typeof bpHelloStrings){var t=function(){if("function"!=typeof window.tb_show)return!1;window.tb_show("BuddyPress","#TB_inline?inlineId=bp-hello-container"),e("#TB_window").attr({role:"dialog","aria-label":bpHelloStrings.modalLabel}).addClass("plugin-details-modal").removeClass("thickbox-loading"),e("#TB_ajaxContent").prop("style","height: 100%; width: auto; padding: 0; border: none;");var n=e(":tabbable","#TB_ajaxContent").last();e("#TB_window").on("keydown",function(t){9!==t.keyCode||t.shiftKey||e(n).prop("classList").value!==e(t.target).prop("classList").value||(t.preventDefault(),e("#TB_closeWindowButton").focus()),9===t.keyCode&&t.shiftKey&&"TB_closeWindowButton"===e(t.target).prop("id")&&(t.preventDefault(),e(n).focus())})},o=function(n){n||(n=bpHelloStrings.pageNotFound),e("#dynamic-content").html(e("<div></div>").prop("id","message").addClass("notice notice-error error").html(e("<p></p>").html(n)))};e("#plugin-information-tabs").on("click","a",function(t){t.preventDefault();var a=e(t.currentTarget),i=e("#dynamic-content");a.hasClass("dynamic")?(e("#top-features").hide(),i.html(""),i.addClass("show"),e("#TB_window").addClass("thickbox-loading"),n.apiRequest({url:a.data("endpoint"),type:"GET",beforeSend:function(e,n){n.url=n.url.replace("&_wpnonce=none","")},data:{context:"view",slug:a.data("slug"),_wpnonce:"none"}}).done(function(e){var n=_.first(e);n&&n.content?i.html(n.content.rendered):o()}).fail(function(e){if(!e||!e.message)return!1;o(e.message)}).always(function(){e("#TB_window").removeClass("thickbox-loading")})):(e("#top-features").show(),i.html(""),i.removeClass("show"))}),e(document).ready(function(){t()})}}(jQuery,window.bp||{});
bp-core/admin/sass/hello.scss CHANGED
@@ -234,6 +234,33 @@ div.dashicons {
234
  background-image: url(https://ps.w.org/buddypress/assets/banner-772x250.png);
235
  }
236
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  /*
238
  * 4.3 - Content content
239
  */
@@ -265,6 +292,16 @@ div.dashicons {
265
  * 6.0 - Media Queries
266
  *----------------------------------------------------------------------------*/
267
 
 
 
 
 
 
 
 
 
 
 
268
  /*
269
  * 6.1 - Desktop Medium
270
  */
234
  background-image: url(https://ps.w.org/buddypress/assets/banner-772x250.png);
235
  }
236
 
237
+ #plugin-information-title h1 {
238
+ font-size: 1em;
239
+ font-weight: 600;
240
+ padding: 0;
241
+ margin: 0;
242
+ overflow: hidden;
243
+ text-overflow: ellipsis;
244
+ white-space: nowrap;
245
+ }
246
+
247
+ #plugin-information-title.with-banner h1 {
248
+ position: relative;
249
+ font-family: "Helvetica Neue", sans-serif;
250
+ display: inline-block;
251
+ font-size: 20px;
252
+ line-height: 1.68;
253
+ box-sizing: border-box;
254
+ max-width: 85%;
255
+ padding: 0 15px;
256
+ margin-top: 30px;
257
+ color: #fff;
258
+ background: rgba(30, 30, 30, 0.9);
259
+ text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
260
+ box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
261
+ border-radius: 8px;
262
+ }
263
+
264
  /*
265
  * 4.3 - Content content
266
  */
292
  * 6.0 - Media Queries
293
  *----------------------------------------------------------------------------*/
294
 
295
+ @media screen and (min-width: 770px) {
296
+
297
+ #plugin-information-title.with-banner h1 {
298
+ font-size: 30px;
299
+ line-height: 2;
300
+ margin-top: 174px;
301
+ max-width: 100%;
302
+ }
303
+ }
304
+
305
  /*
306
  * 6.1 - Desktop Medium
307
  */
bp-core/classes/class-bp-admin.php CHANGED
@@ -633,16 +633,16 @@ class BP_Admin {
633
  ?>
634
 
635
  <div id="bp-hello-container">
636
- <div id="plugin-information-scrollable">
637
  <div id='plugin-information-title' class="with-banner">
638
  <div class='vignette'></div>
639
- <h2>
640
  <?php printf(
641
  /* translators: %s is the placeholder for the BuddyPress version number. */
642
  esc_html__( 'BuddyPress %s', 'buddypress' ),
643
  $version
644
  ); ?>
645
- </h2>
646
  </div>
647
  <div id="plugin-information-tabs">
648
  <a name="whats-new" href="#whats-new" class="current"><?php esc_html_e( 'What\'s new?', 'buddypress' ); ?></a>
@@ -737,7 +737,7 @@ class BP_Admin {
737
  esc_html__( 'Take the %s.', 'buddypress' ),
738
  sprintf(
739
  '<a href="%1$s">%2$s</a>',
740
- esc_url( 'https://buddypress.org' ),
741
  esc_html__( '2020 BuddyPress Survey', 'buddypress' )
742
  )
743
  ); ?></strong>
@@ -775,10 +775,10 @@ class BP_Admin {
775
  <?php
776
  printf(
777
  /* translators: 1: heart dashicons. 2: BP Credits screen url. 3: number of BuddyPress contributors to this version. */
778
- _n( 'Built with %1$s by <a href="%2$s">%3$d volunteer</a>.', 'Built with %1$s by <a href="%2$s">%3$d volunteers</a>.', 28, 'buddypress' ),
779
  '<span class="dashicons dashicons-heart"></span>',
780
  esc_url( bp_get_admin_url( 'admin.php?page=bp-credits' ) ),
781
- number_format_i18n( 28 )
782
  );
783
  ?>
784
  </p>
@@ -936,26 +936,18 @@ class BP_Admin {
936
  );
937
  ?>
938
  </h3>
939
- <ul class="wp-people-group " id="wp-people-group-rockstars">
940
- <li class="wp-person" id="wp-person-dimensionmedia">
941
- <a class="web" href="https://profiles.wordpress.org/dimensionmedia"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/7735aada1ec39d0c1118bd92ed4551f1?s=120">
942
- David Bisset</a>
943
- </li>
944
- <li class="wp-person" id="wp-person-garrett-eclipse">
945
- <a class="web" href="https://profiles.wordpress.org/garrett-eclipse"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/7f68f24441c61514d5d0e1451bb5bc9d?s=120">
946
- Garrett Hyder</a>
947
- </li>
948
- <li class="wp-person" id="wp-person-thebrandonallen">
949
- <a class="web" href="https://profiles.wordpress.org/thebrandonallen"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/6d3f77bf3c9ca94c406dea401b566950?s=120">
950
- Brandon Allen</a>
951
  </li>
952
- <li class="wp-person" id="wp-person-ramiy">
953
- <a class="web" href="https://profiles.wordpress.org/ramiy"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/ce2a269e424156d79cb0c4e1d4d82db1?s=120">
954
- Rami Yushuvaev</a>
955
  </li>
956
  <li class="wp-person" id="wp-person-vapvarun">
957
  <a class="web" href="https://profiles.wordpress.org/vapvarun"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/78a3bf7eb3a1132fc667f96f2631e448?s=120">
958
- Vapvarun</a>
959
  </li>
960
  </ul>
961
 
@@ -969,34 +961,48 @@ class BP_Admin {
969
  ?>
970
  </h3>
971
  <p class="wp-credits-list">
972
- <a href="https://github.com/baconbro">baconbro</a>,
 
 
 
 
973
  <a href="https://profiles.wordpress.org/boonebgorges/">Boone B Gorges (boonebgorges)</a>,
974
- <a href="https://profiles.wordpress.org/joncadams/">boop (joncadams)</a>,
975
  <a href="https://profiles.wordpress.org/sbrajesh/">Brajesh Singh (sbrajesh)</a>,
 
 
976
  <a href="https://profiles.wordpress.org/dcavins/">David Cavins (dcavins)</a>,
977
- <a href="https://profiles.wordpress.org/ericlewis/">Eric Lewis (ericlewis)</a>,
978
- <a href="https://profiles.wordpress.org/geminorum/">geminorum</a>,
979
- <a href="https://profiles.wordpress.org/gingerbooch/">gingerbooch</a>,
980
- <a href="https://profiles.wordpress.org/ivinco/">Ivinco</a>,
981
- <a href="https://profiles.wordpress.org/whyisjake/">Jake Spurlock (whyisjake)</a>,
982
- <a href="https://profiles.wordpress.org/JarretC/">Jarret (JarretC)</a>,
983
  <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>,
984
- <a href="https://profiles.wordpress.org/klawton/">klawton</a>,
985
- <a href="https://profiles.wordpress.org/kristianngve/">Kristian Yngve (kristianngve)</a>,
986
- <a href="https://profiles.wordpress.org/maniou/">Maniou</a>,
987
- <a href="https://profiles.wordpress.org/netweblogic/">Marcus (netweblogic)</a>,
988
  <a href="https://profiles.wordpress.org/imath/">Mathieu Viet (imath)</a>,
989
- <a href="https://github.com/bhoot-biswas">Mithun Biswas</a>,
990
- <a href="https://profiles.wordpress.org/modemlooper/">modemlooper</a>,
 
 
 
 
991
  <a href="https://profiles.wordpress.org/DJPaul/">Paul Gibbs (DJPaul)</a>,
 
992
  <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>,
993
- <a href="https://profiles.wordpress.org/razor90/">razor90</a>,
994
  <a href="https://profiles.wordpress.org/espellcaste/">Renato Alves (espellcaste)</a>,
995
- <a href="https://profiles.wordpress.org/slaFFik/">Slava Abakumov (slaFFik)</a>,
 
 
 
996
  <a href="https://profiles.wordpress.org/netweb/">Stephen Edgar (netweb)</a>,
997
- <a href="https://profiles.wordpress.org/truchot/">truchot</a>,
998
- <a href="https://profiles.wordpress.org/venutius/">Venutius</a>,
999
- <a href="https://profiles.wordpress.org/wegosi/">wegosi</a>,
 
 
1000
  </p>
1001
 
1002
  <h3 class="wp-people-group"><?php esc_html_e( 'With our thanks to these Open Source projects', 'buddypress' ); ?></h3>
@@ -1024,6 +1030,10 @@ class BP_Admin {
1024
  <a class="web" href="https://profiles.wordpress.org/burtadsit"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/185e1d3e2d653af9d49a4e8e4fc379df?s=120">
1025
  Burt Adsit</a>
1026
  </li>
 
 
 
 
1027
  <li class="wp-person" id="wp-person-jeffsayre">
1028
  <a class="web" href="https://profiles.wordpress.org/jeffsayre"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/8e009a84ff5d245c22a69c7df6ab45f7?s=120">
1029
  Jeff Sayre</a>
633
  ?>
634
 
635
  <div id="bp-hello-container">
636
+ <div id="plugin-information-scrollable" role="document">
637
  <div id='plugin-information-title' class="with-banner">
638
  <div class='vignette'></div>
639
+ <h1>
640
  <?php printf(
641
  /* translators: %s is the placeholder for the BuddyPress version number. */
642
  esc_html__( 'BuddyPress %s', 'buddypress' ),
643
  $version
644
  ); ?>
645
+ </h1>
646
  </div>
647
  <div id="plugin-information-tabs">
648
  <a name="whats-new" href="#whats-new" class="current"><?php esc_html_e( 'What\'s new?', 'buddypress' ); ?></a>
737
  esc_html__( 'Take the %s.', 'buddypress' ),
738
  sprintf(
739
  '<a href="%1$s">%2$s</a>',
740
+ esc_url( 'https://mercime.survey.fm/2020-buddypress-survey' ),
741
  esc_html__( '2020 BuddyPress Survey', 'buddypress' )
742
  )
743
  ); ?></strong>
775
  <?php
776
  printf(
777
  /* translators: 1: heart dashicons. 2: BP Credits screen url. 3: number of BuddyPress contributors to this version. */
778
+ _n( 'Built with %1$s by <a href="%2$s">%3$d volunteer</a>.', 'Built with %1$s by <a href="%2$s">%3$d volunteers</a>.', 42, 'buddypress' ),
779
  '<span class="dashicons dashicons-heart"></span>',
780
  esc_url( bp_get_admin_url( 'admin.php?page=bp-credits' ) ),
781
+ number_format_i18n( 42 )
782
  );
783
  ?>
784
  </p>
936
  );
937
  ?>
938
  </h3>
939
+ <ul class="wp-people-group " id="wp-people-group-noteworthy">
940
+ <li class="wp-person" id="wp-person-passoniate">
941
+ <a class="web" href="https://profiles.wordpress.org/passoniate/"><img alt="" class="gravatar" src="//gravatar.com/avatar/df262cbc82caecc7302849e8d591b32c?s=120">
942
+ Arslan Ahmed</a>
 
 
 
 
 
 
 
 
943
  </li>
944
+ <li class="wp-person" id="wp-person-iamthewebb">
945
+ <a class="web" href="https://profiles.wordpress.org/iamthewebb/"><img alt="" class="gravatar" src="//gravatar.com/avatar/990bac871caf6d6e179b2753226d8f4a?s=120&d=mm">
946
+ IAmTheWebb</a>
947
  </li>
948
  <li class="wp-person" id="wp-person-vapvarun">
949
  <a class="web" href="https://profiles.wordpress.org/vapvarun"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/78a3bf7eb3a1132fc667f96f2631e448?s=120">
950
+ Varun Dubey</a>
951
  </li>
952
  </ul>
953
 
961
  ?>
962
  </h3>
963
  <p class="wp-credits-list">
964
+ <a href="https://profiles.wordpress.org/oztaser">Adil Oztaser (oztaser)</a>,
965
+ <a href="https://profiles.wordpress.org/wpamitkumar">Amit Dudhat (wpamitkumar)</a>,
966
+ <a href="https://profiles.wordpress.org/dontdream">Andrea Tarantini (dontdream)</a>,
967
+ <a href="https://profiles.wordpress.org/ankitmaru">Ankit Panchal (ankitmaru)</a>,
968
+ <a href="https://profiles.wordpress.org/passoniate">Arslan Ahmed (passoniate)</a>,
969
  <a href="https://profiles.wordpress.org/boonebgorges/">Boone B Gorges (boonebgorges)</a>,
 
970
  <a href="https://profiles.wordpress.org/sbrajesh/">Brajesh Singh (sbrajesh)</a>,
971
+ <a href="https://profiles.wordpress.org/bhargavbhandari90">Bunty (bhargavbhandari90)</a>,
972
+ <a href="https://profiles.wordpress.org/dancaragea/">Dan Caragea (dancaragea)</a>,
973
  <a href="https://profiles.wordpress.org/dcavins/">David Cavins (dcavins)</a>,
974
+ <a href="https://profiles.wordpress.org/ocean90">Dominik Schilling (ocean90)</a>,
975
+ <a href="https://profiles.wordpress.org/etatus">etatus</a>,
976
+ <a href="https://profiles.wordpress.org/fayazgabol">Fayaz Gabol (fayazgabol)</a>,
977
+ <a href="https://profiles.wordpress.org/hnla">Hugo Ashmore (hnla)</a>,
978
+ <a href="https://profiles.wordpress.org/audrasjb">Jb Audras (audrasjb)</a>,
979
+ <a href="https://profiles.wordpress.org/jenfraggle/">Jennifer Burnett (jenfraggle)</a>,
980
  <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>,
981
+ <a href="https://profiles.wordpress.org/greenshady">Justin Tadlock (greenshady)</a>,
982
+ <a href="https://profiles.wordpress.org/kashifgabol">Kashif Gabol (kashifgabol)</a>,
983
+ <a href="https://profiles.wordpress.org/laudag">laudag</a>,
984
+ <a href="https://profiles.wordpress.org/marbaque/">Mario Badilla (marbaque)</a>,
985
  <a href="https://profiles.wordpress.org/imath/">Mathieu Viet (imath)</a>,
986
+ <a href="https://profiles.wordpress.org/mattjones2207">mattjones2207</a>,
987
+ <a href="https://profiles.wordpress.org/mercime">mercime</a>,
988
+ <a href="https://profiles.wordpress.org/mo3aser">mo3aser</a>,
989
+ <a href="https://profiles.wordpress.org/modemlooper">modemlooper</a>,
990
+ <a href="https://profiles.wordpress.org/man4toman">Morteza Geransayeh (man4toman)</a>,
991
+ <a href="https://profiles.wordpress.org/mukesh27">Mukesh Panchal (mukesh27)</a>,
992
  <a href="https://profiles.wordpress.org/DJPaul/">Paul Gibbs (DJPaul)</a>,
993
+ <a href="https://profiles.wordpress.org/pooja1210">Pooja N Muchandikar (pooja1210)</a>,
994
  <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>,
 
995
  <a href="https://profiles.wordpress.org/espellcaste/">Renato Alves (espellcaste)</a>,
996
+ <a href="https://profiles.wordpress.org/santiazpi2">santiazpi2</a>,
997
+ <a href="https://profiles.wordpress.org/shanebp">shanebp</a>,
998
+ <a href="https://profiles.wordpress.org/sharaz">Sharaz Shahid (sharaz)</a>,
999
+ <a href="https://github.com/sjregan">sjregan</a>,
1000
  <a href="https://profiles.wordpress.org/netweb/">Stephen Edgar (netweb)</a>,
1001
+ <a href="https://profiles.wordpress.org/karmatosed">Tammie Lister (karmatosed)</a>,
1002
+ <a href="https://profiles.wordpress.org/tobifjellner">Tor-Bjorn Fjellner (tobifjellner)</a>,
1003
+ <a href="https://profiles.wordpress.org/itowhid06">Towhidul Islam (itowhid06)</a>,
1004
+ <a href="https://profiles.wordpress.org/twmcmahan">twmcmahan</a>,
1005
+ <a href="https://profiles.wordpress.org/zishanj">Zishan (zishanj)</a>
1006
  </p>
1007
 
1008
  <h3 class="wp-people-group"><?php esc_html_e( 'With our thanks to these Open Source projects', 'buddypress' ); ?></h3>
1030
  <a class="web" href="https://profiles.wordpress.org/burtadsit"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/185e1d3e2d653af9d49a4e8e4fc379df?s=120">
1031
  Burt Adsit</a>
1032
  </li>
1033
+ <li class="wp-person" id="wp-person-dimensionmedia">
1034
+ <a class="web" href="https://profiles.wordpress.org/dimensionmedia"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/7735aada1ec39d0c1118bd92ed4551f1?s=120">
1035
+ David Bisset</a>
1036
+ </li>
1037
  <li class="wp-person" id="wp-person-jeffsayre">
1038
  <a class="web" href="https://profiles.wordpress.org/jeffsayre"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/8e009a84ff5d245c22a69c7df6ab45f7?s=120">
1039
  Jeff Sayre</a>
bp-groups/bp-groups-template.php CHANGED
@@ -4358,7 +4358,7 @@ function bp_groups_get_front_template( $group = null ) {
4358
  }
4359
 
4360
  $template_names = array(
4361
- 'groups/single/front-id-' . sanitize_file_name( $group->id ) . '.php',
4362
  'groups/single/front-slug-' . sanitize_file_name( $group->slug ) . '.php',
4363
  );
4364
 
4358
  }
4359
 
4360
  $template_names = array(
4361
+ 'groups/single/front-id-' . (int) $group->id . '.php',
4362
  'groups/single/front-slug-' . sanitize_file_name( $group->slug ) . '.php',
4363
  );
4364
 
bp-groups/classes/class-bp-groups-theme-compat.php CHANGED
@@ -223,7 +223,7 @@ class BP_Groups_Theme_Compat {
223
  * @param array $value Array of default template files to use.
224
  */
225
  $new_templates = apply_filters( 'bp_template_hierarchy_groups_single_item', array(
226
- 'groups/single/index-id-' . sanitize_file_name( bp_get_current_group_id() ) . '.php',
227
  'groups/single/index-slug-' . sanitize_file_name( bp_get_current_group_slug() ) . '.php',
228
  'groups/single/index-action-' . sanitize_file_name( bp_current_action() ) . '.php',
229
  'groups/single/index-status-' . sanitize_file_name( $group->status ) . '.php',
223
  * @param array $value Array of default template files to use.
224
  */
225
  $new_templates = apply_filters( 'bp_template_hierarchy_groups_single_item', array(
226
+ 'groups/single/index-id-' . (int) bp_get_current_group_id() . '.php',
227
  'groups/single/index-slug-' . sanitize_file_name( bp_get_current_group_slug() ) . '.php',
228
  'groups/single/index-action-' . sanitize_file_name( bp_current_action() ) . '.php',
229
  'groups/single/index-status-' . sanitize_file_name( $group->status ) . '.php',
bp-loader.php CHANGED
@@ -15,7 +15,7 @@
15
  * Description: BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!
16
  * Author: The BuddyPress Community
17
  * Author URI: https://buddypress.org/
18
- * Version: 6.0.0-RC2
19
  * Text Domain: buddypress
20
  * Domain Path: /bp-languages/
21
  * License: GPLv2 or later (license.txt)
15
  * Description: BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!
16
  * Author: The BuddyPress Community
17
  * Author URI: https://buddypress.org/
18
+ * Version: 6.0.0
19
  * Text Domain: buddypress
20
  * Domain Path: /bp-languages/
21
  * License: GPLv2 or later (license.txt)
bp-members/bp-members-template.php CHANGED
@@ -1423,7 +1423,7 @@ function bp_displayed_user_get_front_template( $displayed_user = null ) {
1423
 
1424
  // Init the hierarchy
1425
  $template_names = array(
1426
- 'members/single/front-id-' . sanitize_file_name( $displayed_user->id ) . '.php',
1427
  'members/single/front-nicename-' . sanitize_file_name( $displayed_user->userdata->user_nicename ) . '.php',
1428
  );
1429
 
1423
 
1424
  // Init the hierarchy
1425
  $template_names = array(
1426
+ 'members/single/front-id-' . (int) $displayed_user->id . '.php',
1427
  'members/single/front-nicename-' . sanitize_file_name( $displayed_user->userdata->user_nicename ) . '.php',
1428
  );
1429
 
bp-members/classes/class-bp-members-theme-compat.php CHANGED
@@ -170,7 +170,7 @@ class BP_Members_Theme_Compat {
170
  * @param array $value Array of template paths to add to hierarchy.
171
  */
172
  $new_templates = apply_filters( 'bp_template_hierarchy_members_single_item', array(
173
- 'members/single/index-id-' . sanitize_file_name( bp_displayed_user_id() ) . '.php',
174
  'members/single/index-nicename-' . sanitize_file_name( $user_nicename ) . '.php',
175
  'members/single/index-action-' . sanitize_file_name( bp_current_action() ) . '.php',
176
  'members/single/index-component-' . sanitize_file_name( bp_current_component() ) . '.php',
170
  * @param array $value Array of template paths to add to hierarchy.
171
  */
172
  $new_templates = apply_filters( 'bp_template_hierarchy_members_single_item', array(
173
+ 'members/single/index-id-' . (int) bp_displayed_user_id() . '.php',
174
  'members/single/index-nicename-' . sanitize_file_name( $user_nicename ) . '.php',
175
  'members/single/index-action-' . sanitize_file_name( bp_current_action() ) . '.php',
176
  'members/single/index-component-' . sanitize_file_name( bp_current_component() ) . '.php',
bp-notifications/bp-notifications-template.php CHANGED
@@ -897,7 +897,7 @@ function bp_the_notification_action_links( $args = '' ) {
897
  ) );
898
 
899
  // Build the links.
900
- $retval = $r['before'] . implode( $r['links'], $r['sep'] ) . $r['after'];
901
 
902
  /**
903
  * Filters the action links for the current notification.
897
  ) );
898
 
899
  // Build the links.
900
+ $retval = $r['before'] . implode( $r['sep'], $r['links'] ) . $r['after'];
901
 
902
  /**
903
  * Filters the action links for the current notification.
bp-templates/bp-nouveau/includes/groups/functions.php CHANGED
@@ -940,7 +940,7 @@ function bp_nouveau_group_locate_template_part( $template = '' ) {
940
  // Use a global to avoid requesting the hierarchy for each template
941
  if ( ! isset( $bp_nouveau->groups->current_group_hierarchy ) ) {
942
  $bp_nouveau->groups->current_group_hierarchy = array(
943
- 'groups/single/%s-id-' . sanitize_file_name( $current_group->id ) . '.php',
944
  'groups/single/%s-slug-' . sanitize_file_name( $current_group->slug ) . '.php',
945
  );
946
 
940
  // Use a global to avoid requesting the hierarchy for each template
941
  if ( ! isset( $bp_nouveau->groups->current_group_hierarchy ) ) {
942
  $bp_nouveau->groups->current_group_hierarchy = array(
943
+ 'groups/single/%s-id-' . (int) $current_group->id . '.php',
944
  'groups/single/%s-slug-' . sanitize_file_name( $current_group->slug ) . '.php',
945
  );
946
 
bp-templates/bp-nouveau/includes/members/functions.php CHANGED
@@ -264,7 +264,7 @@ function bp_nouveau_member_locate_template_part( $template = '' ) {
264
  // Use a global to avoid requesting the hierarchy for each template
265
  if ( ! isset( $bp_nouveau->members->displayed_user_hierarchy ) ) {
266
  $bp_nouveau->members->displayed_user_hierarchy = array(
267
- 'members/single/%s-id-' . sanitize_file_name( $displayed_user->id ) . '.php',
268
  'members/single/%s-nicename-' . sanitize_file_name( $displayed_user->userdata->user_nicename ) . '.php',
269
  );
270
 
264
  // Use a global to avoid requesting the hierarchy for each template
265
  if ( ! isset( $bp_nouveau->members->displayed_user_hierarchy ) ) {
266
  $bp_nouveau->members->displayed_user_hierarchy = array(
267
+ 'members/single/%s-id-' . (int) $displayed_user->id . '.php',
268
  'members/single/%s-nicename-' . sanitize_file_name( $displayed_user->userdata->user_nicename ) . '.php',
269
  );
270
 
buddypress.pot CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2020-05-03T03:38:59+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.4.0\n"
15
  "X-Domain: buddypress\n"
@@ -4047,23 +4047,23 @@ msgid "Noteworthy Contributors to %s"
4047
  msgstr ""
4048
 
4049
  #. translators: %s: BuddyPress version number
4050
- #: bp-core/classes/class-bp-admin.php:966
4051
  msgid "All Contributors to BuddyPress %s"
4052
  msgstr ""
4053
 
4054
- #: bp-core/classes/class-bp-admin.php:1002
4055
  msgid "With our thanks to these Open Source projects"
4056
  msgstr ""
4057
 
4058
- #: bp-core/classes/class-bp-admin.php:1016
4059
  msgid "Contributor Emeriti"
4060
  msgstr ""
4061
 
4062
- #: bp-core/classes/class-bp-admin.php:1021
4063
  msgid "Project Founder"
4064
  msgstr ""
4065
 
4066
- #: bp-core/classes/class-bp-admin.php:1057
4067
  msgctxt "Email post type"
4068
  msgid "Situations"
4069
  msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2020-05-14T21:50:09+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.4.0\n"
15
  "X-Domain: buddypress\n"
4047
  msgstr ""
4048
 
4049
  #. translators: %s: BuddyPress version number
4050
+ #: bp-core/classes/class-bp-admin.php:958
4051
  msgid "All Contributors to BuddyPress %s"
4052
  msgstr ""
4053
 
4054
+ #: bp-core/classes/class-bp-admin.php:1008
4055
  msgid "With our thanks to these Open Source projects"
4056
  msgstr ""
4057
 
4058
+ #: bp-core/classes/class-bp-admin.php:1022
4059
  msgid "Contributor Emeriti"
4060
  msgstr ""
4061
 
4062
+ #: bp-core/classes/class-bp-admin.php:1027
4063
  msgid "Project Founder"
4064
  msgstr ""
4065
 
4066
+ #: bp-core/classes/class-bp-admin.php:1067
4067
  msgctxt "Email post type"
4068
  msgid "Situations"
4069
  msgstr ""
class-buddypress.php CHANGED
@@ -303,7 +303,7 @@ class BuddyPress {
303
 
304
  /** Versions **********************************************************/
305
 
306
- $this->version = '6.0.0-RC2';
307
  $this->db_version = 12385;
308
 
309
  /** Loading ***********************************************************/
303
 
304
  /** Versions **********************************************************/
305
 
306
+ $this->version = '6.0.0';
307
  $this->db_version = 12385;
308
 
309
  /** Loading ***********************************************************/
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === BuddyPress ===
2
  Contributors: johnjamesjacoby, DJPaul, boonebgorges, r-a-y, imath, mercime, tw2113, dcavins, hnla, karmatosed, slaFFik, dimensionmedia, henrywright, netweb, offereins, espellcaste, modemlooper, danbp, Venutius, apeatling, shanebp
3
  Tags: user profiles, activity streams, messaging, friends, user groups, notifications, community, social networking, intranet
4
- Requires at least: 4.7
5
- Tested up to: 5.4
6
- Requires PHP: 5.3
7
- Stable tag: 5.2.0
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -125,6 +125,9 @@ Try <a href="https://wordpress.org/plugins/bbpress/">bbPress</a>. It integrates
125
 
126
  == Upgrade Notice ==
127
 
 
 
 
128
  = 5.2.0 =
129
  See: https://codex.buddypress.org/releases/version-5-2-0/
130
 
@@ -157,6 +160,9 @@ See: https://codex.buddypress.org/releases/version-4-0-0/
157
 
158
  == Changelog ==
159
 
 
 
 
160
  = 5.2.0 =
161
  See: https://codex.buddypress.org/releases/version-5-2-0/
162
 
1
  === BuddyPress ===
2
  Contributors: johnjamesjacoby, DJPaul, boonebgorges, r-a-y, imath, mercime, tw2113, dcavins, hnla, karmatosed, slaFFik, dimensionmedia, henrywright, netweb, offereins, espellcaste, modemlooper, danbp, Venutius, apeatling, shanebp
3
  Tags: user profiles, activity streams, messaging, friends, user groups, notifications, community, social networking, intranet
4
+ Requires at least: 4.8
5
+ Tested up to: 5.4.1
6
+ Requires PHP: 5.6
7
+ Stable tag: 6.0.0
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
125
 
126
  == Upgrade Notice ==
127
 
128
+ = 6.0.0 =
129
+ See: https://codex.buddypress.org/releases/version-6-0-0/
130
+
131
  = 5.2.0 =
132
  See: https://codex.buddypress.org/releases/version-5-2-0/
133
 
160
 
161
  == Changelog ==
162
 
163
+ = 6.0.0 =
164
+ See: https://codex.buddypress.org/releases/version-6-0-0/
165
+
166
  = 5.2.0 =
167
  See: https://codex.buddypress.org/releases/version-5-2-0/
168