From c5ddbdfc4c4fcac1417a32215602fd3872ca1fae Mon Sep 17 00:00:00 2001 From: "George S. Baugh" Date: Mon, 12 Apr 2021 18:48:01 -0500 Subject: [PATCH] bump --- Changes | 9 ++++++++- dist.ini | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 83523f0..5719732 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,17 @@ Revision history for Selenium-Client -1.03 2021-04-12 TEODESIAN +1.04 2021-04-12 TEODESIAN [BUG FIXES] - Don't clobber $? in destructor - Use Playwright.pm's more clever DESTROY code +1.03 2021-04-01 TEODESIAN + [BUG FIXES] + - Fix issue where child elements found with FindElementFromElement() (and FindElementsFromElement) would use the parent element ID rather than their own + - Expose the elementid parameter in Selenium::Element objects immediately after instantiation + [DOCUMENTATION] + - Note that SwitchToFrame does not actually work with element IDs as suggested by WC3 standard + 1.02 2021-02-10 TEODESIAN [BUG FIXES] - Declare minimum version of perl 5.28 diff --git a/dist.ini b/dist.ini index 7912482..cc8a596 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = Selenium-Client -version = 1.03 +version = 1.04 author = George S. Baugh license = MIT copyright_holder = George S. Baugh