Changeset 3304697
- Timestamp:
- 06/02/2025 07:53:40 AM (10 months ago)
- Location:
- aa-pdf-reader
- Files:
-
- 6 added
- 2 deleted
- 2 edited
-
tags/1.0.1/aa-pdf-reader (added)
-
tags/1.0.1/aa-pdf-reader/aa-pdf-reader.php (added)
-
tags/1.0.1/aa-pdf-reader/style.css (added)
-
tags/1.0.1/pdfreader.php (deleted)
-
tags/1.0.1/readme.txt (modified) (2 diffs)
-
trunk/aa-pdf-reader (added)
-
trunk/aa-pdf-reader/aa-pdf-reader.php (added)
-
trunk/aa-pdf-reader/style.css (added)
-
trunk/pdfreader.php (deleted)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
aa-pdf-reader/tags/1.0.1/readme.txt
r3304673 r3304697 14 14 Easily embed and display interactive PDF files in your posts or pages with the lightweight AA PDF Reader plugin 15 15 16 [pdf link="http://example.../pdffile.pdf"] 16 = Features = 17 17 18 19 = Features = 18 <ol> 19 <li><strong>Responsive PDF Viewer</strong> – Fully mobile-ready and resizes with screen.</li> 20 <li><strong>Shortcode Generator</strong> – Easily create shortcodes from the plugin settings.</li> 21 <li><strong>Theme Options</strong> – Choose between light or dark viewer modes.</li> 22 <li><strong>Custom Height</strong> – Set default viewer height from settings or shortcode.</li> 23 <li><strong>Password Protection</strong> – Lock individual PDFs with a password.</li> 24 <li><strong>Expiration Option</strong> – Set expiry date for each PDF display.</li> 25 <li><strong>Download Button</strong> – Toggleable download option with SVG icon.</li> 26 <li><strong>Share Button</strong> – Copy PDF link to clipboard, enabled/disabled from admin.</li> 27 <li><strong>Email Button</strong> – Opens email client with the PDF link prefilled.</li> 28 <li><strong>Google Viewer Compatible</strong> – Optionally use Google Docs Viewer for better support.</li> 29 <li><strong>Multilingual Support</strong> – Fully translatable with WordPress i18n functions.</li> 30 <li><strong>Secure & Lightweight</strong> – Clean, optimized, and follows WP security best practices.</li> 31 </ol> 20 32 21 33 = How to use it = 22 34 35 <ol> 36 <li>Go to <strong>Settings > AA PDF Reader</strong> in your WordPress admin panel.</li> 37 <li>Configure default options like theme, height, and toggle buttons (download, share, email).</li> 38 <li>Use the built-in shortcode generator on the settings page to create your PDF shortcode easily.</li> 39 <li>Insert the generated shortcode into any post, page, or widget where you want the PDF displayed.</li> 40 <li>Optionally, add parameters directly in the shortcode for custom height, password protection, expiration date, and theme override.</li> 41 <li>Publish your content and the PDF viewer will display responsively with enabled premium features.</li> 42 </ol> 43 23 44 24 45 == Installation == 46 47 <ol> 48 <li>Download the plugin ZIP file.</li> 49 <li>Log in to your WordPress admin dashboard.</li> 50 <li>Go to <strong>Plugins > Add New</strong> and click <strong>Upload Plugin</strong>.</li> 51 <li>Select the downloaded ZIP file and click <strong>Install Now</strong>.</li> 52 <li>After installation, click <strong>Activate Plugin</strong>.</li> 53 <li>Go to <strong>Settings > AA PDF Reader</strong> to configure the plugin options.</li> 54 </ol> 25 55 26 56 … … 32 62 33 63 64 <ol> 65 <li><strong>Version 1.0.1</strong> (2025-06-02) 66 <ol type="a"> 67 <li>Added shortcode generator in the admin settings page.</li> 68 <li>Implemented responsive and mobile-friendly PDF viewer layout.</li> 69 <li>Added options to toggle download, share, and email buttons.</li> 70 <li>Introduced password protection and PDF expiration features.</li> 71 <li>Enabled theme selection between light and dark modes.</li> 72 <li>Improved security and optimized plugin for better performance.</li> 73 <li>Added multilingual support for easy translation.</li> 74 </ol> 75 </ol> 76 -
aa-pdf-reader/trunk/readme.txt
r3304673 r3304697 14 14 Easily embed and display interactive PDF files in your posts or pages with the lightweight AA PDF Reader plugin 15 15 16 [pdf link="http://example.../pdffile.pdf"] 16 = Features = 17 17 18 19 = Features = 18 <ol> 19 <li><strong>Responsive PDF Viewer</strong> – Fully mobile-ready and resizes with screen.</li> 20 <li><strong>Shortcode Generator</strong> – Easily create shortcodes from the plugin settings.</li> 21 <li><strong>Theme Options</strong> – Choose between light or dark viewer modes.</li> 22 <li><strong>Custom Height</strong> – Set default viewer height from settings or shortcode.</li> 23 <li><strong>Password Protection</strong> – Lock individual PDFs with a password.</li> 24 <li><strong>Expiration Option</strong> – Set expiry date for each PDF display.</li> 25 <li><strong>Download Button</strong> – Toggleable download option with SVG icon.</li> 26 <li><strong>Share Button</strong> – Copy PDF link to clipboard, enabled/disabled from admin.</li> 27 <li><strong>Email Button</strong> – Opens email client with the PDF link prefilled.</li> 28 <li><strong>Google Viewer Compatible</strong> – Optionally use Google Docs Viewer for better support.</li> 29 <li><strong>Multilingual Support</strong> – Fully translatable with WordPress i18n functions.</li> 30 <li><strong>Secure & Lightweight</strong> – Clean, optimized, and follows WP security best practices.</li> 31 </ol> 20 32 21 33 = How to use it = 22 34 35 <ol> 36 <li>Go to <strong>Settings > AA PDF Reader</strong> in your WordPress admin panel.</li> 37 <li>Configure default options like theme, height, and toggle buttons (download, share, email).</li> 38 <li>Use the built-in shortcode generator on the settings page to create your PDF shortcode easily.</li> 39 <li>Insert the generated shortcode into any post, page, or widget where you want the PDF displayed.</li> 40 <li>Optionally, add parameters directly in the shortcode for custom height, password protection, expiration date, and theme override.</li> 41 <li>Publish your content and the PDF viewer will display responsively with enabled premium features.</li> 42 </ol> 43 23 44 24 45 == Installation == 46 47 <ol> 48 <li>Download the plugin ZIP file.</li> 49 <li>Log in to your WordPress admin dashboard.</li> 50 <li>Go to <strong>Plugins > Add New</strong> and click <strong>Upload Plugin</strong>.</li> 51 <li>Select the downloaded ZIP file and click <strong>Install Now</strong>.</li> 52 <li>After installation, click <strong>Activate Plugin</strong>.</li> 53 <li>Go to <strong>Settings > AA PDF Reader</strong> to configure the plugin options.</li> 54 </ol> 25 55 26 56 … … 32 62 33 63 64 <ol> 65 <li><strong>Version 1.0.1</strong> (2025-06-02) 66 <ol type="a"> 67 <li>Added shortcode generator in the admin settings page.</li> 68 <li>Implemented responsive and mobile-friendly PDF viewer layout.</li> 69 <li>Added options to toggle download, share, and email buttons.</li> 70 <li>Introduced password protection and PDF expiration features.</li> 71 <li>Enabled theme selection between light and dark modes.</li> 72 <li>Improved security and optimized plugin for better performance.</li> 73 <li>Added multilingual support for easy translation.</li> 74 </ol> 75 </ol> 76
Note: See TracChangeset
for help on using the changeset viewer.