Skip to content

2.4.0

Compare
Choose a tag to compare
@pmjones pmjones released this 09 Feb 23:08

The previous release changed the ExtendedPdoInterface by adding a new disconnect() method. That was an unintentional BC break to existing implementations of the interface. This release corrects that break by removing the disconnect() method from the interface, while leaving it in the implementation.