yiisoft / jquery-pjax

pushState + ajax = pjax
http://pjax.herokuapp.com
MIT License
144 stars 40 forks source link

Issue with external script and PJAX #41

Closed nkostadinov closed 8 years ago

nkostadinov commented 8 years ago

Currently the PJAX implementation has some flaws requiring all external scripts to be loaded before using it. See https://github.com/defunkt/jquery-pjax/issues/331

I saw that you have already fixed the issue

Bug #23: Fixed loading of scripts in pjax containers (nkovacs, silverfire)

:) so my question now is when will the new version 2.0.6 of yiisoft/jquery-pjax be released since it solves this problem.

samdark commented 8 years ago

@SilverFire is there anything preventing us from tagging new release?

SilverFire commented 8 years ago

No

SilverFire commented 8 years ago

https://github.com/yiisoft/jquery-pjax/releases/tag/v2.0.6

SilverFire commented 8 years ago

Released. Thank you