diff --git a/CHANGELOG.md b/CHANGELOG.md index 88901c7..eca47da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [1.7] - 2024-07-17 +### Changed +- Updated Google Fonts list + ## [1.6] - 2023-03-21 ### Changed - Updated Google Fonts list: now includes some Arabic fonts as well diff --git a/dist/jquery.fontpicker.css b/dist/jquery.fontpicker.css index 9a11269..f08946c 100644 --- a/dist/jquery.fontpicker.css +++ b/dist/jquery.fontpicker.css @@ -2,9 +2,9 @@ * jQuery.fontpicker - A font picker for Google Web Fonts and local fonts. * * Made by Arjan Haverkamp, https://www.webgear.nl - * Copyright 2020-2023 Arjan Haverkamp + * Copyright 2020-2024 Arjan Haverkamp * MIT Licensed - * @version 1.6 - 2023-03-21 + * @version 1.7 - 2024-07-17 * @url https://github.com/av01d/fontpicker-jquery-plugin */ diff --git a/dist/jquery.fontpicker.js b/dist/jquery.fontpicker.js index 4a12c05..6769158 100644 --- a/dist/jquery.fontpicker.js +++ b/dist/jquery.fontpicker.js @@ -2,9 +2,9 @@ * jQuery.fontpicker - A font picker for Google Web Fonts and local fonts. * * Made by Arjan Haverkamp, https://www.webgear.nl - * Copyright 2020-2023 Arjan Haverkamp + * Copyright 2020-2024 Arjan Haverkamp * MIT Licensed - * @version 1.6 - 2023-03-21 + * @version 1.7 - 2024-07-17 * @url https://github.com/av01d/fontpicker-jquery-plugin */