Skip to content

Commit

Permalink
updated the internal libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
amirition committed Nov 25, 2024
1 parent 58afa72 commit ed9ba91
Show file tree
Hide file tree
Showing 1,529 changed files with 176,482 additions and 994 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
= 1.1.11 =
* Dev: Updated the internal libraries
* Dev: Tested up to WordPress 6.7.1

= 1.1.10 =
* Fix: `sort_by` parameter doesn't work when using Posts Table Pro
* Fix: Don't create a redundant post type in the wizard when steps are visited again
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"repositories": [
{
"type": "vcs",
"url": "git@bitbucket.org:barn2plugins/php-standards.git"
"url": "git@github.com:barn2plugins/php-standards.git"
},
{
"type": "vcs",
"url": "git@bitbucket.org:barn2plugins/barn2-lib.git"
"url": "git@github.com:barn2plugins/barn2-lib.git"
},
{
"type": "vcs",
"url": "git@bitbucket.org:barn2plugins/setup-wizard.git"
"url": "git@github.com:barn2plugins/setup-wizard.git"
},
{
"type": "vcs",
"url": "git@bitbucket.org:barn2plugins/php-scoper-excludes.git"
"url": "git@github.com:barn2plugins/php-scoper-excludes.git"
}
],
"require-dev": {
Expand Down
260 changes: 150 additions & 110 deletions composer.lock

Large diffs are not rendered by default.

258 changes: 1 addition & 257 deletions dependencies/barn2/barn2-lib/build/css/plugin-promo-styles.css

Large diffs are not rendered by default.

126 changes: 1 addition & 125 deletions dependencies/barn2/barn2-lib/build/css/tooltip-styles.css

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

54 changes: 2 additions & 52 deletions dependencies/barn2/barn2-lib/build/css/wc-settings-styles.css

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

Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

namespace Barn2\Plugin\Easy_Post_Types_Fields\Dependencies;

return array('dependencies' => array(), 'version' => 'ff3be4cde440600f2fa7');
return array('dependencies' => array(), 'version' => 'b8f09ea45ef8b2f59d9e');
34 changes: 1 addition & 33 deletions dependencies/barn2/barn2-lib/build/js/admin/barn2-notices.js

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

Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

namespace Barn2\Plugin\Easy_Post_Types_Fields\Dependencies;

return array('dependencies' => array(), 'version' => '5134455579befc5686b1');
return array('dependencies' => array(), 'version' => '88b8ad03bd0cd6467943');
18 changes: 1 addition & 17 deletions dependencies/barn2/barn2-lib/build/js/admin/wc-settings.js

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

Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

namespace Barn2\Plugin\Easy_Post_Types_Fields\Dependencies;

return array('dependencies' => array(), 'version' => '7b1406ed6859dfa446fd');
return array('dependencies' => array(), 'version' => 'ca2df7799aca15672ec5');
Loading

0 comments on commit ed9ba91

Please sign in to comment.