From 19adcd4c2c65e385ff459a64dc7736c2f9381f25 Mon Sep 17 00:00:00 2001 From: Carl Alberto Date: Wed, 6 Nov 2019 13:20:44 +0800 Subject: [PATCH] version bump to 1.0.3 --- includes/class-tika-doc-pdf-indexer.php | 2 +- readme.txt | 2 +- tika-doc-pdf-indexer.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/class-tika-doc-pdf-indexer.php b/includes/class-tika-doc-pdf-indexer.php index 25d4d02..a8eafe9 100644 --- a/includes/class-tika-doc-pdf-indexer.php +++ b/includes/class-tika-doc-pdf-indexer.php @@ -312,7 +312,7 @@ public function enable_doc_cpt() { * @param string $file File constructor. * @param string $version Plugin version. */ - public function __construct( $file = '', $version = '1.0.2' ) { + public function __construct( $file = '', $version = '1.0.3' ) { $this->_version = $version; $this->_token = 'tika_doc_pdf_indexer'; diff --git a/readme.txt b/readme.txt index 24018f3..2c3957e 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: carl-alberto Tags: wordpress, plugin Requires at least: 4.8 Tested up to: 5.2.3 -Stable tag: 1.0.2 +Stable tag: 1.0.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/tika-doc-pdf-indexer.php b/tika-doc-pdf-indexer.php index c0c65ec..c7cdba6 100644 --- a/tika-doc-pdf-indexer.php +++ b/tika-doc-pdf-indexer.php @@ -53,7 +53,7 @@ * @return object Tika_Doc_PDF_Indexer */ function tika_doc_pdf_indexer() { - $instance = Tika_Doc_PDF_Indexer::instance( __FILE__, '1.0.2' ); + $instance = Tika_Doc_PDF_Indexer::instance( __FILE__, '1.0.3' ); if ( is_null( $instance->settings ) ) { $instance->settings = Tika_Doc_PDF_Indexer_Settings::instance( $instance );