Changeset 2959643
- Timestamp:
- 08/29/2023 04:10:52 AM (3 years ago)
- Location:
- flowpaper-lite-pdf-flipbook/trunk
- Files:
-
- 2 edited
-
flowpaper.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
flowpaper-lite-pdf-flipbook/trunk/flowpaper.php
r2959635 r2959643 4 4 Plugin URI: https://wordpress.org/plugins/flowpaper-lite-pdf-flipbook 5 5 Description: Shortcode for adding a PDF flipbook to a post: [flipbook pdf="http://yourwebsite.com/yourdocument.pdf"]. Replace the URL with a URL to a PDF document you want to publish. 6 Version: 1.9.96 Version: 2.0.2 7 7 Author: Devaldi Ltd 8 8 Author URI: https://flowpaper.com … … 10 10 */ 11 11 12 define('FLOWPAPER_PLUGIN_VERSION', '2.0. 1');12 define('FLOWPAPER_PLUGIN_VERSION', '2.0.2'); 13 13 14 14 function flowpaper_plugin_parse_request($wp) { -
flowpaper-lite-pdf-flipbook/trunk/readme.txt
r2959635 r2959643 203 203 * Minor fix for lity related to lightboxes 204 204 205 = 2.0.2 = 206 * Version number correction 207 205 208 == Installation == 206 209
Note: See TracChangeset
for help on using the changeset viewer.