Skip to content

Commit 643543a

Browse files
committed
build
1 parent 31813de commit 643543a

File tree

6 files changed

+21
-19
lines changed

6 files changed

+21
-19
lines changed

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,10 @@ Please read the [official documentation](https://wordpress.org/support/article/m
193193
* [ARVE Pro changelog](https://nextgenthemes.com/plugins/arve-pro/#changelog)
194194
* [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog)
195195

196-
### 2024-11-26 10.3.5 ###
196+
### 2024-12-05 10.4.0 ###
197197

198+
* New: Added `credentialless="false"` parameter that can be used to remove the same named attribute from the iframe.
199+
* Fix: Added `data-lenis-prevent` to the ARVE wrapper div to prevent issues with Lenis Smooth Scroll script.
198200
* Fix: Viddler not working by allowing `sync-xhr`.
199201
* Improved: Changes enabling latest ARVE Pro versions to use `sizes="auto"` for more efficient image loading.
200202
* Improved: Featured image as fallback default change to `true` (Pro).
@@ -203,7 +205,7 @@ Please read the [official documentation](https://wordpress.org/support/article/m
203205

204206
### 2024-11-08 10.3.4 ###
205207

206-
* Fix: xHamster not working. Its direclty supported with normal URLs now. Note ARVE needs to allow referrer to me send, with this privacy enhancement disabled xHamster will see the domain you are embedding from.
208+
* Fix: xHamster not working. Its direclty supported with normal URLs now. Note ARVE needs to allow referrer to be send, with this privacy enhancement disabled xHamster will see the domain you are embedding from.
207209
* Fix: multisite (needs to be confirmed).
208210

209211
### 2024-10-23 10.3.3 ###

vendor/composer/installed.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@
6969
},
7070
{
7171
"name": "nextgenthemes/wp-shared",
72-
"version": "2024.11.28.03.34.33",
73-
"version_normalized": "2024.11.28.03.34.33",
72+
"version": "2024.12.05.14.18.58",
73+
"version_normalized": "2024.12.05.14.18.58",
7474
"dist": {
7575
"type": "path",
7676
"url": "../nextgenthemes/wp-shared",
77-
"reference": "8eefe11ca5f32640cd4903efb879831190c38652"
77+
"reference": "8ae90d30b73017d4eafb55cef6b156380ed0dd7e"
7878
},
7979
"require": {
8080
"php": ">=7.4"

vendor/composer/installed.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'nextgenthemes/advanced-responsive-video-embedder',
44
'pretty_version' => 'dev-master',
55
'version' => 'dev-master',
6-
'reference' => '7eea704e5adefa5b0d7260cd63e2cee62ac96973',
6+
'reference' => '31813de73bb544087da86f1c3bf955e8c5819241',
77
'type' => 'wordpress-plugin',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -22,16 +22,16 @@
2222
'nextgenthemes/advanced-responsive-video-embedder' => array(
2323
'pretty_version' => 'dev-master',
2424
'version' => 'dev-master',
25-
'reference' => '7eea704e5adefa5b0d7260cd63e2cee62ac96973',
25+
'reference' => '31813de73bb544087da86f1c3bf955e8c5819241',
2626
'type' => 'wordpress-plugin',
2727
'install_path' => __DIR__ . '/../../',
2828
'aliases' => array(),
2929
'dev_requirement' => false,
3030
),
3131
'nextgenthemes/wp-shared' => array(
32-
'pretty_version' => '2024.11.28.03.34.33',
33-
'version' => '2024.11.28.03.34.33',
34-
'reference' => '8eefe11ca5f32640cd4903efb879831190c38652',
32+
'pretty_version' => '2024.12.05.14.18.58',
33+
'version' => '2024.12.05.14.18.58',
34+
'reference' => '8ae90d30b73017d4eafb55cef6b156380ed0dd7e',
3535
'type' => 'wp-package',
3636
'install_path' => __DIR__ . '/../nextgenthemes/wp-shared',
3737
'aliases' => array(),

vendor/composer/jetpack_autoload_filemap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
return array(
99
'2d1e3b3e432aed88c61afcb4f6d8c262' => array(
10-
'version' => '2024.11.28.03.34.33',
10+
'version' => '2024.12.05.14.18.58',
1111
'path' => $vendorDir . '/nextgenthemes/wp-shared/includes/WP/load-files.php'
1212
),
1313
'83b8ee913c5d2d5a8f26b42bc5db8bfb' => array(
14-
'version' => '2024.11.28.03.34.33',
14+
'version' => '2024.12.05.14.18.58',
1515
'path' => $vendorDir . '/nextgenthemes/wp-shared/includes/WP/Admin/load-admin-files.php'
1616
),
1717
);

vendor/nextgenthemes/wp-shared/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"require": {
1717
"php": ">=7.4"
1818
},
19-
"version": "2024.11.28.03.34.33"
19+
"version": "2024.12.05.14.18.58"
2020
}

0 commit comments

Comments
 (0)