Skip to content

Commit

Permalink
fix slug
Browse files Browse the repository at this point in the history
  • Loading branch information
Tropicalista committed Jul 8, 2024
1 parent a88b167 commit fec2d0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions pdf-embed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Pdf Embed
* Plugin URI: https://francescopepe.com/
* Description: PDF embedded with official Adobe API.
* Version: 0.4.6
* Version: 0.4.7
* Author: Tropicalista
* Author URI: https://www.francescopepe.com
* License: GPL2
Expand Down Expand Up @@ -87,7 +87,6 @@ function pdf_embed_init_tracker() {

$client->insights()->init();
}

pdf_embed_init_tracker();

/**
Expand All @@ -109,4 +108,4 @@ function pdf_embed_tracker_optin( $data ) {
)
);
}
add_action( 'pdf_embed_tracker_optin', 'pdf_embed_tracker_optin', 10 );
add_action( 'pdf-embed_tracker_optin', 'pdf_embed_tracker_optin', 10 );
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: tropicalista
Tags: pdf embedder, embed pdf, pdf embed api, pdf block, block
Tested up to: 6.5
Stable tag: 0.4.6
Stable tag: 0.4.7
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 5.6.0
Expand Down Expand Up @@ -78,6 +78,9 @@ Yes you will need a free [Adobe PDF Embed API](https://developer.adobe.com/docum

== Changelog ==

= 0.4.7 =
* Fix tracker.

= 0.4.6 =
* Fix missing tracker.

Expand Down

0 comments on commit fec2d0f

Please sign in to comment.