Skip to content

Commit

Permalink
v1.2.3 (#72)
Browse files Browse the repository at this point in the history
* chore(deps): Bump dependencies
* chore: Build latest assets
* chore(ci): Drop PHP 7.3 from CI
  • Loading branch information
Log1x authored Jul 28, 2023
1 parent 5b43d35 commit a528e9d
Show file tree
Hide file tree
Showing 10 changed files with 2,314 additions and 2,387 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.3', '7.4', '8.0']
php-versions: ['7.4', '8.0']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.3'
php-version: '7.4'
coverage: xdebug
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -21,8 +21,8 @@ jobs:
- uses: actions/cache@v2
with:
path: ${{ steps.composercache.outputs.dir }}
key: ${{ runner.os }}-7.3.x-composer-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-7.3.x-composer-
key: ${{ runner.os }}-7.4.x-composer-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-7.4.x-composer-
- name: Install Composer dependencies
run: composer install --no-progress --prefer-dist --optimize-autoloader --no-suggest
- name: PHP lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
php-version: '7.3'
php-version: '7.4'
coverage: xdebug
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
86 changes: 45 additions & 41 deletions composer.lock

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"build:production": "mix --production"
},
"devDependencies": {
"laravel-mix": "^6.0.29",
"postcss": "^8.3.6",
"sass": "^1.39.0",
"sass-loader": "^12.1.0"
"laravel-mix": "^6.0.49",
"postcss": "^8.4.27",
"sass": "^1.64.1",
"sass-loader": "^13.3.2"
},
"dependencies": {
"intl-tel-input": "^17.0.13",
"jquery": "^3.6.0"
"intl-tel-input": "^18.1.8",
"jquery": "^3.7.0"
}
}
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Advanced Custom Fields: Phone Number
* Plugin URI: https://github.com/log1x/acf-phone-number
* Description: A real ACF phone number field.
* Version: 1.2.2
* Version: 1.2.3
* Author: Brandon Nifong
* Author URI: https://github.com/log1x
*/
Expand Down
2 changes: 1 addition & 1 deletion public/css/field.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/field.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/field.js": "/js/field.js?id=71731e9b4bfa23e705f6",
"/css/field.css": "/css/field.css?id=cecba8ef58b775493cb8"
"/js/field.js": "/js/field.js?id=2344b0407e40af4f8c06b54bcc971119",
"/css/field.css": "/css/field.css?id=5869154cc5adddb3f877429c2cf4f545"
}
Loading

0 comments on commit a528e9d

Please sign in to comment.