Italic Extremes Plugin

Hi!
I’m having trouble getting the Italic Extremes plugin to work on the latest version of Glyphs.
I am on 3.2 (3217) — it was working on earlier versions of 3.2.

Here is the error message on the macro panel:

Traceback (most recent call last):
  File "GlyphsApp/GlyphsApp/plugins.py", line 613, in process_
  File "plugin.py", line 238, in filter
    self.add_extremes(layer)
  File "plugin.py", line 174, in add_extremes
    allTs = GSExtremTimesOfBezier(p1, p2, p3, p4, None, None, None, None)
NameError: name 'GSExtremTimesOfBezier' is not defined

Was GSExtremTimesOfBezier renamed, or is there a workaround you can point me to?
Many thanks!

Yes, please let us know what changed in version 3.2 (3217). Thanks!

I figure the typo in GSExtremPointsOfBezier was remedied:

It it now called GSExtremePointsOfBezier, I assume.

Thank you so much for the tip! I replaced it with GSExtremeTimesOfBezier with the e and that did the trick.