Bug Tracker

Ticket #816 (closed bug: fixed)

Opened 2 years ago

Last modified 1 year ago

jQuery version is not substituted in build

Reported by: klaus.hartl@… Assigned to: anonymous
Type: bug Priority: trivial
Milestone: 1.1.4 Component: build
Version: 1.1.3 Keywords:
Cc: Needs: Review

Description

If jQuery is built from the build file in a local environment, "@VERSION" is not substituted accordingly. Thus jQuery.prototype.jquery returns "@VERSION" instead of the proper version number. That may be useful if plugins need a requirement check.

Attachments

Change History

Changed 2 years ago by john

  • milestone set to 1.1

This is only in the .zip build that I included on the web site - but that's because I forgot the version.txt file. If you build it from SVN, it should work fine.

Changed 2 years ago by joern

I can confirm the problem, my local ant-based build still contains the @VERSION. Is this a make specific feature?

Changed 1 year ago by john

  • need set to Review
  • owner deleted
  • version changed from 1.1 to 1.1.3
  • component changed from core to build
  • milestone changed from 1.1.3 to 1.1.4

Changed 1 year ago by joern

  • status changed from new to closed
  • resolution set to fixed

Fixed.

Note: See TracTickets for help on using tickets.