From 56e0e1e9c7b5df3de67a38f2c921952097371f6c Mon Sep 17 00:00:00 2001 From: Fery Wardiyanto Date: Thu, 12 Feb 2015 03:42:06 +0700 Subject: [PATCH] Bump to 1.7.2 --- composer.json | 4 ++-- readme.md | 2 +- src/Fpdf/Fpdf.php | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 7ca4ec8..6feb409 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "library", "description": "Unofficial FPDF library with PSR-0 compliant, clean and readable code.", "license": "no usage restriction", - "homepage": "http://www.fpdf.org/", + "homepage": "http://www.fpdf.org", "authors": [ { "name": "Fery Wardiyanto", @@ -34,7 +34,7 @@ }, "bin": [ "bin/makefont" ], "archive": { - "exclude": [ "/docs" ] + "exclude": [ "/docs", "/samples", "/tests" ] }, "minimum-stability": "dev", "prefer-stable": true diff --git a/readme.md b/readme.md index 5713137..6664919 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ Unofficial FPDF library with PSR-0 compliant, clean and readable code -This is version 1.7.1 with some changes: +This is version 1.7.2 with some changes: * [x] The library is namespaced in `Fpdf` * [x] directory structure follow the PSR-0 standard with `src/` as root diff --git a/src/Fpdf/Fpdf.php b/src/Fpdf/Fpdf.php index 5f4e3f0..5173f24 100644 --- a/src/Fpdf/Fpdf.php +++ b/src/Fpdf/Fpdf.php @@ -4,8 +4,7 @@ class Fpdf extends AbstractFpdf { - const - VERSION = '1.7.1'; + const VERSION = '1.7.2'; protected // current page number