• Resolved Barton

    (@thebarton)


    My problem is I have multiple plugins using Handlebars and for some reason there’s a versioning issue.

    I’m wondering if it’s possible to add a namespace prefix to the version of Handlebars used in this plugin?

Viewing 1 replies (of 1 total)
  • Plugin Author Nikita

    (@nko)

    Hi,

    I’m not sure we will do this, as it is downloaded from the composer as is. Maybe adding a condition for Handlebar’s existence is enough? Like if (class_exists('Handlebars')) {}

    Regards,
    Nikita.

Viewing 1 replies (of 1 total)
  • The topic ‘Possible to put a prefix on the namespace for handlebars?’ is closed to new replies.