Skip to content

Commit b3785d6

Browse files
committed
The web component has moved on GitHub
1 parent e2dc7f0 commit b3785d6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ displayed in.
5858

5959
When rendering a post or a page, the plugin looks for images that have _Image
6060
Region_ metadata and replaces them on the front-end with a
61-
[web component](https://github.com/AurelienLourot/frameright-web-component)
61+
[web component](https://github.com/Frameright/image-display-control-web-component)
6262
automatically zooming on the best suited _Image Region_, effectively
6363
doing better than a classical middle-crop.
6464

@@ -83,7 +83,7 @@ composer test
8383
- [`php-xml`](https://www.php.net/manual/en/book.dom.php)
8484
- PHP 5.6+
8585
- WordPress 5.1+
86-
- [Image Display Control Web Component](https://github.com/AurelienLourot/frameright-web-component)
86+
- [Image Display Control Web Component](https://github.com/Frameright/image-display-control-web-component)
8787
- [ungap/custom-elements](https://github.com/ungap/custom-elements), a
8888
polyfill for web components on Safari. Many thanks to
8989
[WebReflection](https://github.com/WebReflection)!

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Please use the [GitHub repository](https://github.com/Frameright/image-display-c
3131
== Changelog ==
3232

3333
= 0.0.5 (2023-01-26) =
34-
* Switched to rendering a [web component](https://github.com/AurelienLourot/frameright-web-component) on the front-end.
34+
* Switched to rendering a [web component](https://github.com/Frameright/image-display-control-web-component) on the front-end.
3535

3636
= 0.0.4 (2022-11-05) =
3737
* Improved documentation.

src/admin/admin-plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ private function read_rectangle_cropping_metadata($path) {
306306
'unit' => $region->rbUnit,
307307

308308
// Useful when unit is 'pixel', see
309-
// https://github.com/AurelienLourot/frameright-web-component
309+
// https://github.com/Frameright/image-display-control-web-component/blob/main/image-display-control/docs/reference/attributes.md
310310
'imageWidth' => $image_size['width'],
311311
'imageHeight' => $image_size['height'],
312312

src/assets/js/thirdparty/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
> **FIXME**: as soon as
2-
> https://github.com/AurelienLourot/frameright-web-component gets published to
2+
> https://github.com/Frameright/image-display-control-web-component gets published to
33
> NPM, we can pull it with a `package.json` instead and get rid of this manual
44
> setup.
55
66
`image-display-control-*.tgz` has been downloaded from GitHub.
77

88
Each time we push code to
9-
https://github.com/AurelienLourot/frameright-web-component , a GitHub action
9+
https://github.com/Frameright/image-display-control-web-component , a GitHub action
1010
validates it, builds it and publishes the built NPM package to an artifact
1111
named `image-display-control`:
1212

13-
* Go to https://github.com/AurelienLourot/frameright-web-component/actions
13+
* Go to https://github.com/Frameright/image-display-control-web-component/actions
1414
* Open the latest `main` workflow run
1515
* Find the artifact at the bottom of the page

0 commit comments

Comments
 (0)