diff --git a/functions.html b/functions.html
index 1ce04763..80377c58 100644
--- a/functions.html
+++ b/functions.html
@@ -3326,12 +3326,17 @@
Built-in Macro Functions
or an empty string if key is not found.
-
-Property.getNumber(key)
+
+Property.getValue(key)
Returns the image property associated with key,
as a number, or returns NaN if key is not found
or the property cannot be converted into a number.
-Requires 1.53b.
+Requires 1.53n.
+
+
+
+Property.getNumber(key)
+Alias for Property.getValue(key).
@@ -5483,7 +5488,7 @@ Built-in Macro Functions
top | home
-Last updated 2025-01-18
+Last updated 2025-02-15