Changeset 3304623
- Timestamp:
- 06/02/2025 05:30:09 AM (10 months ago)
- Location:
- aa-health-calculator
- Files:
-
- 12 added
- 1 deleted
- 1 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/aa-health-calculator (added)
-
tags/1.0.1/aa-health-calculator/aa-health-calculator.php (added)
-
tags/1.0.1/aa-health-calculator/assets (added)
-
tags/1.0.1/aa-health-calculator/assets/aa-health-script.js (added)
-
tags/1.0.1/aa-health-calculator/assets/aa-health-style.css (added)
-
tags/1.0.1/readme.txt (added)
-
trunk/aa-health-calculator (added)
-
trunk/aa-health-calculator/aa-health-calculator.php (added)
-
trunk/aa-health-calculator/assets (added)
-
trunk/aa-health-calculator/assets/aa-health-script.js (added)
-
trunk/aa-health-calculator/assets/aa-health-style.css (added)
-
trunk/healthcal.php (deleted)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
aa-health-calculator/trunk/readme.txt
r1053342 r3304623 1 === Plugin Name === 2 AA health calculator 1 === AA Health Calculator === 2 Contributors: aaextensions 3 Donate link: https://aaextensions.com 4 Tags: aaextensions,health,calculator 5 Requires at least: 5.2 6 Tested up to: 6.8.1 7 Stable tag: 1.0.1 8 License: GPLv2 or later 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 11 AA Health Calculator is a fast, easy-to-use tool that helps you track and improve your health with accurate insights. 12 13 == Description == 14 15 AA Health Calculator is a fast, easy-to-use tool that helps you track and improve your health with accurate insights. 16 17 = Features = 18 <ol> 19 <li>Lightweight and mobile-friendly BMI calculator</li> 20 <li>Multilingual support with translation-ready text domain</li> 21 <li>Easy shortcode: <code>[aa-health]</code> to embed calculator anywhere</li> 22 <li>Premium options configurable from admin panel</li> 23 <li>Display BMI categories, ideal weight range, and health tips</li> 24 <li>Modern, elegant, and responsive design</li> 25 <li>Share BMI results on Twitter</li> 26 <li>Email BMI report directly from the calculator</li> 27 <li>Download BMI report as PDF file</li> 28 <li>Admin shortcode generator for easy usage</li> 29 </ol> 30 31 32 = How to use it = 33 <ol> 34 <li>Install and activate the <strong>AA Health Calculator</strong> plugin in WordPress.</li> 35 <li>Go to the admin panel to configure premium options if needed.</li> 36 <li>Insert the shortcode <code>[aa-health]</code> into any post, page, or widget.</li> 37 <li>Visitors enter their weight (kg) and height (cm) in the calculator form.</li> 38 <li>Click the "Calculate BMI" button to see their BMI and health info.</li> 39 <li>Use options to share, email, or download the BMI report as PDF.</li> 40 </ol> 41 42 43 == Installation == 44 <ol> 45 <li>Download the <strong>AA Health Calculator</strong> plugin ZIP file.</li> 46 <li>Log in to your WordPress admin dashboard.</li> 47 <li>Go to <em>Plugins > Add New</em> and click <em>Upload Plugin</em>.</li> 48 <li>Choose the downloaded ZIP file and click <em>Install Now</em>.</li> 49 <li>Activate the plugin after installation completes.</li> 50 <li>Configure settings under <em>Settings > AA Health Calculator</em> if needed.</li> 51 </ol> 52 53 54 == Screenshots == 3 55 4 56 5 57 6 Tags:aa ,health,calculator 7 Requires at least:4.0 8 Tested up to:4.0 9 Stable tag:aahealthcalculator 10 License: GPL 11 Contributors :A and A 12 ==Description== 13 use [health] shortcode 58 == Changelog == 59 60 <ol> 61 <li><strong>Version 1.0.1</strong> (2025-06-02) 62 <ol type="a"> 63 <li>Improved security, performance optimizations, and code cleanup.</li> 64 <li>Fixed minor bugs and enhanced compatibility with latest WordPress versions.</li> 65 <li>Added sharing, email, and PDF download functionality for BMI reports.</li> 66 <li>Improved user experience with better mobile responsiveness.</li> 67 <li>Enhanced UI with modern responsive design and mobile readiness.</li> 68 <li>Refined layout and typography for better readability.</li> 69 <li>Introduced premium options: health tips, ideal weight, and BMI categories.</li> 70 <li>Added settings to enable/disable premium features in admin panel.</li> 71 <li>Added multilingual support and translation readiness with text domain <code>aa-health-calculator</code>.</li> 72 <li>Implemented shortcode generator in admin for easy shortcode insertion.</li> 73 <li>Initial release with BMI calculation and basic features.</li> 74 <li>Basic shortcode <code>[aa-health]</code> to embed calculator anywhere.</li> 75 </ol> 76 </li> 77 </ol> 78 79
Note: See TracChangeset
for help on using the changeset viewer.