* Version 0.2.3 (beta) - API 0.2.3 (beta) - 2013-02-25


Fixes on rendering PostNet, EAN 8 and EAN 13 barcodes.
Renamed package files. This fixes Code39 on *nix platforms.
Updated barcode validators.
Updated examples.
PHPCS
 

* Version 1.0.2 (stable) - API 1.0.2 (stable) - 2005-05-24


- Added UPC-A barcode rendering (thanks to Jeffrey K. Brown)
   

* Version 1.0.3 (stable) - API 1.0.3 (stable) - 2005-05-30


- Added Code128 barcode rendering (thanks to Jeffrey K. Brown)
   

* Version 1.0.4 (stable) - API 1.0.4 (stable) - 2005-06-03


- Added PostNet barcode rendering (thanks to Josef "Jeff" Sipek)
   

* Version 1.1.0 (stable) - API 1.1.0 (stable) - 2006-12-13


QA bugfix release:
- Fixing #4597: PEAR_INSTALL_DIR constant might be empty
- Fixing #4755: $barcodepath not found in Image/Barcode.php
- Fixing #6637: error don't declare
- Fixing #7693: Wrong include path
- Fixing #7851: Needs flag to supress headers or an option to redirect output to a variable.
- Fixing #8301: Not compatible with Safe Mode
- Fixing #8813: image can't be saved to filesystem

Image_Barcode::draw has an optional fourth parameter determining if
the GD image resource should be returned or output to the browser.
This breaks backwards compatibility for people using drivers directly
which is always a big NO-NO. If your application breaks, it's your chance
to use the class properly.
   

* Version 1.1.1 (stable) - API 1.1.0 (stable) - 2010-10-25


QA release
Bug #13794     Some numbers produce malformed "UPC A" barcodes
   

* Version 0.1.0 (stable) - API 0.1.0 (stable) - 2011-12-10


QA release
Bug #13794     Some numbers produce malformed "UPC A" barcodes
   

* Version 0.2.0 (alpha) - API 0.2.0 (alpha) - 2012-03-06


Add an adapater
PHPCS
Introduce accessors
Increased use of Image_Barcode2_Exception
   

* Version 0.2.1 (beta) - API 0.2.1 (beta) - 2012-04-15


Fixes on rendering PostNet, EAN 8 and EAN 13 barcodes.
Renamed package files. This fixes Code39 on *nix platforms.
Updated barcode validators.
Updated examples.
PHPCS
   

* Version 0.2.3 (beta) - API 0.2.3 (beta) - 2013-02-25


Bug #19835 Fixed package
   

