Skip to content

Commit 10af040

Browse files
committed
Updated readme file with the latest Lazarus version
Added attribution links to the readme file
1 parent 0e3b1d1 commit 10af040

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WebView4Delphi only supports Windows. If you need to embed a web browser in Linu
55

66
WebView4Delphi uses the [Microsoft Edge WebView2 Runtime](https://docs.microsoft.com/en-us/microsoft-edge/webview2/) and [Microsoft.Web.WebView2 NuGet package version 1.0.1054.31](https://www.nuget.org/packages/Microsoft.Web.WebView2) to embed a web browser.
77

8-
WebView4Delphi was developed and tested on Delphi 11.0 and Lazarus 2.2.0RC2/FPC 3.2.2. It should be compatible with Delphi XE3 or newer Delphi version but testing in those versions is still pending.
8+
WebView4Delphi was developed and tested on Delphi 11.0, Delphi XE3 and Lazarus 2.2.0/FPC 3.2.2.
99

1010
WebView4Delphi includes VCL, FireMonkey (FMX) and Lazarus components.
1111

@@ -38,5 +38,9 @@ You can also support this project with Patreon.
3838
* [Pascal and Lazarus Books and Magazines](https://wiki.freepascal.org/Pascal_and_Lazarus_Books_and_Magazines)
3939
* [Lazarus Documentation](https://wiki.freepascal.org/Lazarus_Documentation)
4040

41+
## Attribution
42+
* [Fugue & Diagona icons](http://yusukekamiyamane.com/)
43+
* [FatCow Farm-Fresh Web Icons](https://www.fatcow.com/free-icons)
44+
* [Material Design Icons](https://github.com/google/material-design-icons)
4145

4246
Additional: Delphinus-Support

update_CEF4Delphi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"UpdateLazPackages" : [
33
{
44
"ForceNotify" : true,
5-
"InternalVersion" : 19,
5+
"InternalVersion" : 20,
66
"Name" : "webview4delphi.lpk",
77
"Version" : "1.0.1054.31"
88
}

0 commit comments

Comments
 (0)