Skip to content

Commit

Permalink
Update carbon-fields and carbon-field-number
Browse files Browse the repository at this point in the history
I was getting a blank screen in the Squidge plugins interface when I installed Squidge.

I ran `composer require htmlburger/carbon-fields` and `composer require htmlburger/carbon-field-number` and moved replaced squidge's existing `htmlburger` directory with the new one pulled down by composer.

This appears to update carbon-fields from version `3.3.2` to `3.6.3`.

After this update I was able to set the status of the Squidge Settings page as expected including the installation status of the helper image libraries.

I was able to install the image libraries and saw the status updated.  I saw that squidge created the webp and avif files as expected.

I have not yet figured out how to use Squidge in my templates so this is untested.  I am early in my WordPress journey!

This PR is related to the Issue 21:  ainsleyclark#21 reported by @Iliya5digital and reproduced by @chapsbln
  • Loading branch information
phripley committed Jul 23, 2024
1 parent 33fbcaa commit 459ad80
Show file tree
Hide file tree
Showing 111 changed files with 23,091 additions and 11,795 deletions.
2 changes: 1 addition & 1 deletion vendor/htmlburger/carbon-field-number/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"babel-loader": "^8.0.2",
"babel-plugin-module-resolver": "^3.1.1",
"cross-env": "^5.2.0",
"css-loader": "^0.1.0",
"css-loader": "^1.0.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.9.4",
"optimize-css-assets-webpack-plugin": "^5.0.1",
Expand Down
768 changes: 384 additions & 384 deletions vendor/htmlburger/carbon-field-number/yarn.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendor/htmlburger/carbon-fields/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/*
2 changes: 1 addition & 1 deletion vendor/htmlburger/carbon-fields/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Carbon fields can be used as a composer package for easy creation of custom fiel

Custom fields can be created for post types, taxonomy terms, users, comments, options, navigation menus and even widgets.

Supports PHP5.3 or higher.
Supports PHP 5.6.20 or higher.

### Quickstart

Expand Down
2 changes: 1 addition & 1 deletion vendor/htmlburger/carbon-fields/bin/webpack.blocks.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* External dependencies.
*/
const merge = require( 'webpack-merge' );
const { merge } = require( 'webpack-merge' );

/**
* Internal dependencies.
Expand Down
2 changes: 1 addition & 1 deletion vendor/htmlburger/carbon-fields/bin/webpack.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* External dependencies.
*/
const webpack = require( 'webpack' );
const merge = require( 'webpack-merge' );
const { merge } = require( 'webpack-merge' );

/**
* Internal dependencies.
Expand Down
2 changes: 1 addition & 1 deletion vendor/htmlburger/carbon-fields/bin/webpack.metaboxes.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* External dependencies.
*/
const webpack = require( 'webpack' );
const merge = require( 'webpack-merge' );
const { merge } = require( 'webpack-merge' );

/**
* Internal dependencies.
Expand Down
2 changes: 1 addition & 1 deletion vendor/htmlburger/carbon-fields/bin/webpack.vendor.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* External dependencies.
*/
const webpack = require( 'webpack' );
const merge = require( 'webpack-merge' );
const { merge } = require( 'webpack-merge' );

/**
* Internal dependencies.
Expand Down
Loading

0 comments on commit 459ad80

Please sign in to comment.