Selaa lähdekoodia

Work around bizarre PAUSE indexer versioning issue by going to 1.26

George S. Baugh 7 vuotta sitten
vanhempi
sitoutus
4bde4778cd
2 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 2 1
      Changes
  2. 1 1
      dist.ini

+ 2 - 1
Changes

@@ -1,9 +1,10 @@
 Revision history for Selenium-Remote-Driver
 
-1.25   02-15-2018 TEODESIAN
+1.26   02-19-2018 TEODESIAN
         [BUG FIXES]
         - Fix issue where only <form> elements and not <input> elements could be submit()ted.
         - Force chrome into using JSONWire style capabilities passing, as WC3 style is just horribly broken on chromedriver.
+        - Skip v1.25, because the PAUSE indexer apparently thinks 1.25 < 1.24
 
 1.24   02-12-2018 TEODESIAN
         [BUG FIXES]

+ 1 - 1
dist.ini

@@ -1,5 +1,5 @@
 name = Selenium-Remote-Driver
-version = 1.25
+version = 1.26
 author = George S. Baugh <george@troglodyne.net>
 author = Aditya Ivaturi <ivaturi@gmail.com>
 author = Daniel Gempesaw <gempesaw@gmail.com>