chnm / anthologize

Anthologize is a free, open-source, WordPress-based platform for publishing. Grab posts from your WordPress blog, pull in feeds from external sites, or create new content directly in Anthologize. Then outline, order, and edit your work, crafting it into a coherent volume for export in several formats, including PDF, EPUB, and TEI.
http://anthologize.org
GNU General Public License v3.0
174 stars 28 forks source link

WordPress 3.6 and blockUI error #71

Closed cazzerson closed 11 years ago

cazzerson commented 11 years ago

"According to WP Support, it looks like the blockUI function does not recognize JQuery v1.10.2 as later than v1.2.3 -- it's not a functional error as far as I can tell, but it is pretty annoying to get the error message on every page/reload."

cazzerson commented 11 years ago

@boonebgorges Any thoughts on the minimum version of jQuery we need to support? Latest BlockUI requires jQuery 1.7. We could also use an older version or just fix or remove the version check.

boonebgorges commented 11 years ago

@cazzerson - Cool, I was about to look at this myself.

I say we should just upgrade to the latest version of BlockUI. WP has shipped with jQuery 1.7+ since v 3.3, which is almost 2 years old. It'll mean that we have to bump the minimum version of WP required (in readme.txt and readme.md) to 3.3, but IMO this is fine to do (no reason to actively support more than one or two legacy versions).

cazzerson commented 11 years ago

Sounds good. Any thoughts on a new version number? 0.7 is the current stable version, but I see "0.8-bleeding" in anthologize.php. I also have a minor CSS change and I'm looking into a Preview template failure in my dev instance.

boonebgorges commented 11 years ago

Please go ahead and make the changes in the 0.7.x branch. We'll release it as 0.7.1. (I'm happy to do the release itself today or tomorrow, if you don't want to mess with the git-svn bridge crap required by wordpress.org)

cazzerson commented 11 years ago

Thanks--I pushed fixes for this and a few other small issues to 0.7.x. If it looks good to you, go ahead and release and/or merge.

boonebgorges commented 11 years ago

This looks great. I just released 0.7.1.

On 08/04/2013 05:26 PM, Jason Casden wrote:

Thanks--I pushed fixes for this and a few other small issues to 0.7.x. If it looks good to you, go ahead and release and/or merge.

— Reply to this email directly or view it on GitHub https://github.com/chnm/anthologize/issues/71#issuecomment-22079338.