Skip to content

Commit

Permalink
Merge pull request #12 from oceanwp/metabox
Browse files Browse the repository at this point in the history
Metabox
  • Loading branch information
eramits committed Sep 6, 2023
2 parents 04ab1bf + b1d85bf commit d860831
Show file tree
Hide file tree
Showing 18 changed files with 45,788 additions and 13,649 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@ node_modules/
# build folder
build/

# src folder
src/

# vendor folder
vendor/

Expand Down
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ module.exports = function (grunt) {
"**",
"!node_modules/**",
"!build/**",
"!src/**",
"!.git/**",
"!changelog.txt",
"!vendor/**",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

**Contributors:** OceanWP Team
**Requires at least:** WordPress 5.6
**Tested up to:** WordPress 6.2.2
**Stable tag:** 2.1.0
**Tested up to:** WordPress 6.3.1
**Stable tag:** 2.2.0
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
1 change: 1 addition & 0 deletions assets/dist/metabox.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('wp-components', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-primitives'), 'version' => '1c6a4ef09e01f7d1046f');
1 change: 1 addition & 0 deletions assets/dist/metabox.js

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

1 change: 1 addition & 0 deletions assets/dist/modal-settings.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('react', 'react-dom', 'wp-block-editor', 'wp-components', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-primitives'), 'version' => '75f45ffed535293a83f0');
3 changes: 3 additions & 0 deletions assets/dist/modal-settings.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions assets/dist/style-modal-settings.css

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

Loading

0 comments on commit d860831

Please sign in to comment.