Files
torebki-fabiola.pl/wp-content/plugins/pdf-embed/readme.txt
2026-03-05 13:07:40 +01:00

133 lines
3.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
=== Pdf Embed ===
Contributors: Formello, Tropicalista
Tags: pdf, pdf embedder, embed pdf, pdf embed api, pdf block, pdf plugin, block
Tested up to: 6.3
Stable tag: 0.3.5
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 5.6.0
Requires PHP: 5.6
PDF embedder with official Adobe Embed API.
== Description ==
A simple, responsive and 100% free Gutenberg Block to display PDF on your website using the official [Adobe PDF Embed API](https://www.adobe.io/apis/documentcloud/dcsdk/pdf-embed.html).
[vimeo https://vimeo.com/827868503]
== Features ==
- Embed or inline PDF
- Fully responsive
- Works fine on Chrome, Firefox, Opera, Edge and IE11
- Show download button
- Show print button
- Show full screen
- 🔥Show PDF in Lightbox on button click
== WHATS NEXT ==
If you like this plugin, then consider checking out our other projects:
* [Formello](https://wordpress.org/plugins/formello): a form builder to collect leads, newsletter signup, contact form and more.
* [Popper](https://wordpress.org/plugins/popper): a popup builder to increase leads with exit intent.
* [Mortgage Calculator](https://wordpress.org/plugins/mortgage): a mortgage calculator block for Gutenberg.
* [Search Console](https://wordpress.org/plugins/search-console): view all your search console data inside WordPress admin.
== Installation ==
This section describes how to install the plugin and get it working.
e.g.
1. Upload the plugin files to the `/wp-content/plugins/adobe-pdf` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
== Frequently Asked Questions ==
= Do I need an API key to use this block? =
Yes you will need a free Adobe PDF Embed API.
== Changelog ==
= 0.3.5 =
* Address WP 6.3
= 0.3.4 =
* Added filter to show pdf on Lightbox on button click. Only for ('core/button', 'generateblocks/button')
= 0.3.3 =
* Added better help message.
* Fiz height control showing on inline option.
= 0.3.2 =
* Added full window options to enable form filling.
= 0.3.1 =
* Code linting
* Fix error on inserting
= 0.3.0 =
* Fix new iframe loading in Gutenberg
* Code linting
= 0.2.9 =
* Fix height on editor
* Fix api button
= 0.2.8 =
* Fix new api url
* Fix editor rendering same as frontend
= 0.2.7 =
* Fix correct file to embed due to Adobe migration
= 0.2.6 =
* Fix link on button
= 0.2.5 =
* Fix wrong selector on links again
= 0.2.4 =
* Fix wrong selector on links
= 0.2.3 =
* Better handling of save api key
* Added input on placeholder
* Added light mode to buttons
= 0.2.2 =
* Added comment to function
= 0.2.1 =
* Allow more than one pdf displayed on a page/post
= 0.2.0 =
* Fix missing fileName on upload
= 0.1.9 =
* Fix contributors
* Fix height resizing
= 0.1.8 =
* Fix hardcoded pdf
= 0.1.7 =
* Fix missing assets
= 0.1.6 =
* Fix missing frontend js
= 0.1.3 =
* Better handling of frontend js
* Code optimization
= 0.1.2 =
* Fix missing assets
= 0.1.0 =
* Release