Skip to content

Commit a528e9d

Browse files
authored
v1.2.3 (#72)
* chore(deps): Bump dependencies * chore: Build latest assets * chore(ci): Drop PHP 7.3 from CI
1 parent 5b43d35 commit a528e9d

File tree

10 files changed

+2314
-2387
lines changed

10 files changed

+2314
-2387
lines changed

.github/workflows/compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
operating-system: [ubuntu-latest]
14-
php-versions: ['7.3', '7.4', '8.0']
14+
php-versions: ['7.4', '8.0']
1515
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1616
steps:
1717
- name: Checkout

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup PHP
1212
uses: shivammathur/setup-php@v2
1313
with:
14-
php-version: '7.3'
14+
php-version: '7.4'
1515
coverage: xdebug
1616
env:
1717
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -21,8 +21,8 @@ jobs:
2121
- uses: actions/cache@v2
2222
with:
2323
path: ${{ steps.composercache.outputs.dir }}
24-
key: ${{ runner.os }}-7.3.x-composer-${{ hashFiles('**/composer.json') }}
25-
restore-keys: ${{ runner.os }}-7.3.x-composer-
24+
key: ${{ runner.os }}-7.4.x-composer-${{ hashFiles('**/composer.json') }}
25+
restore-keys: ${{ runner.os }}-7.4.x-composer-
2626
- name: Install Composer dependencies
2727
run: composer install --no-progress --prefer-dist --optimize-autoloader --no-suggest
2828
- name: PHP lint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup PHP, with composer and extensions
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '7.3'
19+
php-version: '7.4'
2020
coverage: xdebug
2121
env:
2222
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

composer.lock

Lines changed: 45 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"build:production": "mix --production"
77
},
88
"devDependencies": {
9-
"laravel-mix": "^6.0.29",
10-
"postcss": "^8.3.6",
11-
"sass": "^1.39.0",
12-
"sass-loader": "^12.1.0"
9+
"laravel-mix": "^6.0.49",
10+
"postcss": "^8.4.27",
11+
"sass": "^1.64.1",
12+
"sass-loader": "^13.3.2"
1313
},
1414
"dependencies": {
15-
"intl-tel-input": "^17.0.13",
16-
"jquery": "^3.6.0"
15+
"intl-tel-input": "^18.1.8",
16+
"jquery": "^3.7.0"
1717
}
1818
}

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Advanced Custom Fields: Phone Number
55
* Plugin URI: https://github.com/log1x/acf-phone-number
66
* Description: A real ACF phone number field.
7-
* Version: 1.2.2
7+
* Version: 1.2.3
88
* Author: Brandon Nifong
99
* Author URI: https://github.com/log1x
1010
*/

public/css/field.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/field.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"/js/field.js": "/js/field.js?id=71731e9b4bfa23e705f6",
3-
"/css/field.css": "/css/field.css?id=cecba8ef58b775493cb8"
2+
"/js/field.js": "/js/field.js?id=2344b0407e40af4f8c06b54bcc971119",
3+
"/css/field.css": "/css/field.css?id=5869154cc5adddb3f877429c2cf4f545"
44
}

0 commit comments

Comments
 (0)