Skip to content

3.1.1

Latest
Compare
Choose a tag to compare
@aguywithanidea aguywithanidea released this 07 Sep 01:23
3607f3e

3.1.1 Release

  • Fixed bug #21, ensuring that when the default set of ASINs is removed, the ASIN_ padding used for internal keys is removed before displaying.

  • Added some TODO's where code cleanup is needed in the future, specifically related to how the ASIN must be stringified to be used as a hash key. This requires padding and stripping this key with ASIN_ (see above) in various places. This is a needed hack given how PHP converts numeric keys to integers, then renumbers them starting from zero when merging hashes.

  • Added a pair of global variable declarations in the common library to ensure that vars are accessible whenever they are loaded. This is only needed when a publisher is using multiple HeyPublisher plugins that use the Base set of classes, as the load order may impact when the vars are available for use.