Skip to content

Commit

Permalink
VideoPress: improve buildVideoPressURL(). Add tests. (#28465)
Browse files Browse the repository at this point in the history
* [not verified] handle files.URLs

* [not verified] add tests for URL lib

* [not verified] buildVideoPressURL() return empty object

* change buildVideoPressURL() return value

* changelog

* escape . in the RegExp

* escape the second dot 🤦

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/3961439651
  • Loading branch information
retrofox authored and matticbot committed Jan 19, 2023
1 parent 1c24af9 commit 8aee408
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.0-alpha - unreleased
## 0.1.0 - 2023-01-19

This is an alpha version! The changes listed here are not final.
- Testing initial package release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-mu-wpcom",
"version": "0.1.0-alpha",
"version": "0.1.0",
"description": "Enhances your site with features powered by WordPress.com",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/jetpack-mu-wpcom/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src/class-jetpack-mu-wpcom.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
*/
class Jetpack_Mu_Wpcom {

const PACKAGE_VERSION = '0.1.0-alpha';
const PACKAGE_VERSION = '0.1.0';

}

0 comments on commit 8aee408

Please sign in to comment.