Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
nextgenthemes committed Jan 2, 2025
1 parent 1578386 commit c4abc35
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,11 @@ Please read the [official documentation](https://wordpress.org/support/article/m
* [ARVE Pro changelog](https://nextgenthemes.com/plugins/arve-pro/#changelog)
* [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog)

### 2024-12-10 10.5.0 ###
### 2024-01-02 10.5.0 ###

* New: Debug option to now show any src mismatch errors.
* New: Debug option to control src mismatch errors.
* Improved: Removed the debug into in favor or adding data to the Site Health Info screen.
* Improved: Introduced a `SettingValidator` class to make the code more robust self testing.
* Improved: Introduced a `SettingsData` and `SettingValidator` classes to make the code more robust self testing.

### 2024-12-05 10.4.0 ###

Expand Down
6 changes: 3 additions & 3 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
},
{
"name": "nextgenthemes/wp-shared",
"version": "2025.01.02.08.08.04",
"version_normalized": "2025.01.02.08.08.04",
"version": "2025.01.02.10.59.46",
"version_normalized": "2025.01.02.10.59.46",
"dist": {
"type": "path",
"url": "../../../../../../dev/composer-packages/wp-shared",
"reference": "67cb78b0faf4211734fa014f9abc534f56ca0ad7"
"reference": "c0f0b92ae0074a0fe91cb77f8f5ef4a19f7478f3"
},
"require": {
"php": ">=7.4"
Expand Down
10 changes: 5 additions & 5 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'nextgenthemes/advanced-responsive-video-embedder',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '68e9f027ad8f28b345642d4f9ed34613cc87d2c8',
'reference' => '15783861590eff5be275f792d0ed65e70dc5c95a',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -22,16 +22,16 @@
'nextgenthemes/advanced-responsive-video-embedder' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '68e9f027ad8f28b345642d4f9ed34613cc87d2c8',
'reference' => '15783861590eff5be275f792d0ed65e70dc5c95a',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'nextgenthemes/wp-shared' => array(
'pretty_version' => '2025.01.02.08.08.04',
'version' => '2025.01.02.08.08.04',
'reference' => '67cb78b0faf4211734fa014f9abc534f56ca0ad7',
'pretty_version' => '2025.01.02.10.59.46',
'version' => '2025.01.02.10.59.46',
'reference' => 'c0f0b92ae0074a0fe91cb77f8f5ef4a19f7478f3',
'type' => 'wp-package',
'install_path' => __DIR__ . '/../nextgenthemes/wp-shared',
'aliases' => array(),
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/jetpack_autoload_filemap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

return array(
'47777597fbe681453e41ea4bf4ad9988' => array(
'version' => '2025.01.02.08.08.04',
'version' => '2025.01.02.10.59.46',
'path' => $vendorDir . '/nextgenthemes/wp-shared/includes/WP/init.php'
),
);
2 changes: 1 addition & 1 deletion vendor/nextgenthemes/wp-shared/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"require": {
"php": ">=7.4"
},
"version": "2025.01.02.08.08.04"
"version": "2025.01.02.10.59.46"
}

0 comments on commit c4abc35

Please sign in to comment.