Skip to content

Commit

Permalink
Update UDX libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
balexey88 committed Feb 13, 2024
1 parent 4485e93 commit 025c4e9
Show file tree
Hide file tree
Showing 11 changed files with 83 additions and 50 deletions.
14 changes: 7 additions & 7 deletions composer.lock

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

16 changes: 8 additions & 8 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,16 +264,16 @@
},
{
"name": "udx/lib-ud-api-client",
"version": "1.2.2",
"version_normalized": "1.2.2.0",
"version": "1.2.3",
"version_normalized": "1.2.3.0",
"source": {
"type": "git",
"url": "[email protected]:udx/lib-ud-api-client",
"reference": "1.2.2"
"reference": "1.2.3"
},
"dist": {
"type": "zip",
"url": "https://github.com/udx/lib-ud-api-client/archive/1.2.2.zip"
"url": "https://github.com/udx/lib-ud-api-client/archive/1.2.3.zip"
},
"require": {
"php": ">=5.3"
Expand Down Expand Up @@ -310,16 +310,16 @@
},
{
"name": "udx/lib-wp-bootstrap",
"version": "1.3.1",
"version_normalized": "1.3.1.0",
"version": "1.3.2",
"version_normalized": "1.3.2.0",
"source": {
"type": "git",
"url": "[email protected]:udx/lib-wp-bootstrap",
"reference": "1.3.1"
"reference": "1.3.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/udx/lib-wp-bootstrap/archive/1.3.1.zip"
"url": "https://github.com/udx/lib-wp-bootstrap/archive/1.3.2.zip"
},
"require": {
"php": ">=5.3"
Expand Down
16 changes: 8 additions & 8 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'wpcloud/wp-stateless',
'pretty_version' => 'dev-latest',
'version' => 'dev-latest',
'reference' => '4e811ffcf935c543ab66a31c9562301a405d988d',
'reference' => '4485e93b09271c7d1d632d20406de711e4d8b391',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -50,18 +50,18 @@
),
),
'udx/lib-ud-api-client' => array(
'pretty_version' => '1.2.2',
'version' => '1.2.2.0',
'reference' => '1.2.2',
'pretty_version' => '1.2.3',
'version' => '1.2.3.0',
'reference' => '1.2.3',
'type' => 'library',
'install_path' => __DIR__ . '/../udx/lib-ud-api-client',
'aliases' => array(),
'dev_requirement' => false,
),
'udx/lib-wp-bootstrap' => array(
'pretty_version' => '1.3.1',
'version' => '1.3.1.0',
'reference' => '1.3.1',
'pretty_version' => '1.3.2',
'version' => '1.3.2.0',
'reference' => '1.3.2',
'type' => 'library',
'install_path' => __DIR__ . '/../udx/lib-wp-bootstrap',
'aliases' => array(),
Expand All @@ -70,7 +70,7 @@
'wpcloud/wp-stateless' => array(
'pretty_version' => 'dev-latest',
'version' => 'dev-latest',
'reference' => '4e811ffcf935c543ab66a31c9562301a405d988d',
'reference' => '4485e93b09271c7d1d632d20406de711e4d8b391',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down
4 changes: 4 additions & 0 deletions vendor/udx/lib-ud-api-client/changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.2.3

* Improve security while processing AJAX requests in Admin Panel.

### 1.2.2

* Remove dependency from `udx/lib-utility`.
2 changes: 1 addition & 1 deletion vendor/udx/lib-ud-api-client/gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Build Plugin.
*
* @author potanin@UD
* @version 1.2.2
* @version 1.2.3
* @param grunt
*/
module.exports = function( grunt ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Bootstrap extends Scaffold {
/**
*
*/
public static $version = '1.2.2';
public static $version = '1.2.3';

/**
*
Expand Down
Loading

0 comments on commit 025c4e9

Please sign in to comment.