Changeset 2314732
- Timestamp:
- 05/29/2020 07:37:04 PM (6 years ago)
- Location:
- pdf-viewer-for-elementor/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pdf-viewer-for-elementor/trunk/README.md
r2273146 r2314732 1 1 === PDF viewer for Elementor === 2 Contributors: kazbekkadalashvili2 Contributors: redlettuce 3 3 Requires at least: 5.1 4 Tested up to: 5.4 4 Tested up to: 5.4.1 5 5 Requires PHP: 7.1 6 6 Stable tag: 4.3 … … 26 26 1. Settings 27 27 2. Widgets 28 29 == Changelog == 30 31 = 2.9.1 - 2020-05-29 = 32 * Plugin details changed 33 * Tested up to WP 5.4.1 34 * Changelog now active 35 36 -
pdf-viewer-for-elementor/trunk/index.php
r2273146 r2314732 3 3 * Plugin Name: PDF viewer for Elementor 4 4 * Description: This plugin helps you embed PDF documents to Elementor quickly and easily. 5 * Plugin URI: https:// github.com/kazbekkadalashvili/elementor-pdf-viewer6 * Version: 2.9 7 * Author: Kazbek Kadalashvili8 * Author URI: https:// www.upwork.com/o/profiles/users/_~01800759f61b8ffa73/5 * Plugin URI: https://redlettuce.com/elementor-pdf-viewer 6 * Version: 2.9.1 7 * Author: RedLettuce Plugins 8 * Author URI: https://redlettuce.com 9 9 * Text Domain: elementor 10 10 */ … … 21 21 * @var string The plugin version. 22 22 */ 23 const VERSION = '2.9. 0';23 const VERSION = '2.9.1'; 24 24 25 25 /**
Note: See TracChangeset
for help on using the changeset viewer.