Video_XH facilitates presenting videos on a CMSimple_XH site. It uses the HTML5 video element wherever possible, and provides a a download link as fallback otherwise. The supported video formats depend on the browser. For each video additional schema.org compliant markup will be generated, so search engines can index and show the videos in search results.
+Video_XH facilitates presenting videos on a CMSimple_XH site. It uses the HTML5 video element wherever possible, and provides a a download link as fallback otherwise. The supported video formats depend on the browser.
+For each video additional schema.org compliant markup will be generated, so search engines can index and show the videos in search results.
Checking that PHP version ≥ 7.1.0 … okay
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index d60857d..eccae8f 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -15,4 +15,4 @@ require_once './classes/ShowVideo.php'; const CMSIMPLE_URL = "http://example.com/index.php"; -const VIDEO_VERSION = "2.0-dev"; +const VIDEO_VERSION = "2.0"; diff --git a/version.nfo b/version.nfo index d829fb1..ff170a2 100644 --- a/version.nfo +++ b/version.nfo @@ -1 +1 @@ -Video_XH,1.1,1.1,,,https://github.com/cmb69/video_xh/releases/1.1,https://raw.githubusercontent.com/cmb69/video_xh/master/version.nfo +Video_XH,2.0,2.0,,,https://github.com/cmb69/video_xh/releases/2.0,https://raw.githubusercontent.com/cmb69/video_xh/master/version.nfo