Skip to content

Commit

Permalink
Merge pull request #20 from wpugphil/patch-1
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
carl-alberto authored Oct 9, 2021
2 parents c7f1284 + 5a65c0f commit 99f0159
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tika-doc-pdf-indexer.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
/**
* Plugin Name: Tika Doc PDF indexer
* Version: 1.0.4
* Version: 1.0.5
* Plugin URI: https://wordpress.org/plugins/tika-odc-pdf-indexer/
* Description: This indexes your Docs or PDFs into meta datas when uploaded. Based on Apache Tika.
* Author: Carl Alberto
* Author URI: http://carlalberto.code.blog
* Requires at least: 4.8
* Tested up to: 5.2.3
* Tested up to: 5.8.1
* Text Domain: tika-doc-pdf-indexer
* Domain Path: /lang/
* License: GPL-2.0+
Expand Down Expand Up @@ -53,7 +53,7 @@
* @return object Tika_Doc_PDF_Indexer
*/
function tika_doc_pdf_indexer() {
$instance = Tika_Doc_PDF_Indexer::instance( __FILE__, '1.0.4' );
$instance = Tika_Doc_PDF_Indexer::instance( __FILE__, '1.0.5' );

if ( is_null( $instance->settings ) ) {
$instance->settings = Tika_Doc_PDF_Indexer_Settings::instance( $instance );
Expand Down

0 comments on commit 99f0159

Please sign in to comment.