Skip to content

Commit

Permalink
flag icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ptibogxiv committed Sep 17, 2023
1 parent 75deb4c commit 5a9e8fa
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion functions/enqueues.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function doliconnect_enqueues() {
//wp_enqueue_script( 'doliconnect-dolicart' );
wp_register_style( 'bootstrap-social', plugins_url( 'doliconnect/includes/custom/css/bootstrap-social.css' ), array(), $version );
wp_enqueue_style( 'bootstrap-social');
wp_register_style( 'flag-icons', plugins_url( 'doliconnect/includes/flag-icons/css/flag-icons.css' ), array(), '6.11.0' );
wp_register_style( 'flag-icons', plugins_url( 'doliconnect/includes/flag-icons/css/flag-icons.css' ), array(), '6.11.1' );
wp_enqueue_style( 'flag-icons');
}

Expand Down
4 changes: 4 additions & 0 deletions includes/flag-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 6.11.1

- Fix Portuguese flag (#1154)

# 6.11.0

- Run SVGO on all files (#1149)
Expand Down
2 changes: 1 addition & 1 deletion includes/flag-icons/flags/1x1/pt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion includes/flag-icons/flags/4x3/pt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions includes/flag-icons/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
content="https://flagicons.lipis.dev/assets/og.png"
/>
<link rel="canonical" href="https://flagicons.lipis.dev" />
<link rel="icon" href="/favicon.ico" />

<!-- Bootstrap -->
<link
Expand Down
4 changes: 2 additions & 2 deletions includes/flag-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flag-icons",
"version": "6.11.0",
"version": "6.11.1",
"author": "Panayiotis Lipiridis <[email protected]>",
"license": "MIT",
"main": "css/flag-icons.css",
Expand All @@ -18,7 +18,7 @@
"devDependencies": {
"http-server": "14.1.1",
"less": "4.2.0",
"prettier": "3.0.2",
"prettier": "3.0.3",
"svgo": "3.0.2"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions includes/flag-icons/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,10 @@ portfinder@^1.0.28:
debug "^3.1.1"
mkdirp "^0.5.5"

[email protected].2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.2.tgz#78fcecd6d870551aa5547437cdae39d4701dca5b"
integrity sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==
[email protected].3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643"
integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==

prr@~1.0.1:
version "1.0.1"
Expand Down

0 comments on commit 5a9e8fa

Please sign in to comment.