Skip to content

Commit d135656

Browse files
committed
build
1 parent 08691b8 commit d135656

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Please read the [official documentation](https://wordpress.org/support/article/m
194194
* [ARVE Pro changelog](https://nextgenthemes.com/plugins/arve-pro/#changelog)
195195
* [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog)
196196

197-
### 2024-04-xx 10.0.0 ###
197+
### 2024-05-11 10.0.1 ###
198198

199199
#### New ####
200200
* Elementor Widget.
@@ -208,7 +208,7 @@ Please read the [official documentation](https://wordpress.org/support/article/m
208208
#### Improved ####
209209
* Lots code changes to modernize and make the code more robust.
210210
* Better way to negate WPs own aspect ratio for embed blocks.
211-
* Make embeds even more private.
211+
* [Forther privacy enhancements](https://nextgenthemes.com/privacy-enhanced-and-safer-iframes-in-arve-10-0/).
212212
* New look and UX improvement to the shortcode creation dialog in Classic Editor.
213213
* Loop and Mute previously were only used for (self hosted) video files. These shortcode attributes now add `loop=1&mute1` to the iframe `src` as well. Note not every provider supports them. To loop YouTube videos the video ID was also need as the `playlist=` parameter. ARVE is doing this automatically now.
214214
* Sandbox setting has been replaced with 'Enable Encrypted Media'.

src/block.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"vimeo",
1414
"odysee"
1515
],
16-
"version": "10.0.0-beta2",
16+
"version": "10.0.0",
1717
"textdomain": "advanced-responsive-video-embedder",
1818
"supports": {
1919
"align": [

vendor/composer/installed.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@
6969
},
7070
{
7171
"name": "nextgenthemes/wp-shared",
72-
"version": "2024.05.11.17.45.34",
73-
"version_normalized": "2024.05.11.17.45.34",
72+
"version": "2024.05.11.17.55.06",
73+
"version_normalized": "2024.05.11.17.55.06",
7474
"dist": {
7575
"type": "path",
7676
"url": "../nextgenthemes/wp-shared",
77-
"reference": "83e5cc2e5663943e6d7c562560d10465087bed2f"
77+
"reference": "08caea2f1a9bcb07fa485f4cf71bf16f265407b6"
7878
},
7979
"require": {
8080
"php": ">=7.4"

vendor/composer/installed.php

+5-5
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' => '7e652ef948f0b52ec5a38870cf9895561b301d9a',
6+
'reference' => '08691b84796eddd880dcadb6f735c3a204cfe05e',
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' => '7e652ef948f0b52ec5a38870cf9895561b301d9a',
25+
'reference' => '08691b84796eddd880dcadb6f735c3a204cfe05e',
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.05.11.17.45.34',
33-
'version' => '2024.05.11.17.45.34',
34-
'reference' => '83e5cc2e5663943e6d7c562560d10465087bed2f',
32+
'pretty_version' => '2024.05.11.17.55.06',
33+
'version' => '2024.05.11.17.55.06',
34+
'reference' => '08caea2f1a9bcb07fa485f4cf71bf16f265407b6',
3535
'type' => 'wp-package',
3636
'install_path' => __DIR__ . '/../nextgenthemes/wp-shared',
3737
'aliases' => array(),

vendor/composer/jetpack_autoload_filemap.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

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

vendor/nextgenthemes/wp-shared/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"scripts": {
2020
"update-alpine": "wget https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js -O ./includes/WP/Admin/alpine.js"
2121
},
22-
"version": "2024.05.11.17.45.34"
22+
"version": "2024.05.11.17.55.06"
2323
}

0 commit comments

Comments
 (0)