Skip to:
Content

BuddyPress.org

#8942 closed task (fixed)

Completely remove BP bundled moment.js

Reported by: imath's profile imath Owned by: imath's profile imath
Milestone: 12.0.0 Priority: normal
Severity: normal Version:
Component: Core Keywords: has-patch
Cc:

Description

This is of follow up of #8766. In 11.0.0 we deprecated our bundled moment.js in favor of WP one. As discussed in the referenced ticket, it's now time to save 740KB and completely remove it.

Change History (3)

This ticket was mentioned in PR #135 on buddypress/buddypress by @imath.


14 months ago
#1

  • Keywords has-patch added; needs-patch removed

Fully deprecate bp_core_moment_js_config()
Update Livestamp.js to v2

Trac ticket: https://buddypress.trac.wordpress.org/ticket/8942

This ticket was mentioned in Slack in #buddypress by dcavins. View the logs.


14 months ago

#3 @imath
14 months ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 13523:

Completely remove bundled moment.js library

As explained in #8766, after deprecating this library in version 11.0.0,
we are now removing it from the plugin. We now use the moment.js library
already bundled into WordPress since version 5.0.

livestamp.js has been updated to v2.

Fixes #8942
Closes https://github.com/buddypress/buddypress/pull/135

Note: See TracTickets for help on using tickets.