Changeset 3380282
- Timestamp:
- 10/17/2025 05:43:14 PM (5 months ago)
- Location:
- add-to-home-screen-wp/trunk
- Files:
-
- 2 edited
-
add-to-home-screen-wp.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
add-to-home-screen-wp/trunk/add-to-home-screen-wp.php
r3326734 r3380282 4 4 Plugin URI: https://tulipemedia.com/en/add-to-home-screen-wordpress-plugin/ 5 5 Description: Turn your WordPress site into a Web App (PWA) with a stylish 'Add to Home Screen' prompt for iOS & Android. Boost engagement without native app costs! 6 Version: 2.7 6 Version: 2.7.1 7 7 Author: Ziyad Bachalany 8 8 Author URI: https://tulipemedia.com … … 14 14 if (!defined('ABSPATH')) { 15 15 exit; 16 } 17 18 // Ensure is_plugin_active_for_network is available in multisite environments 19 if ( is_multisite() && ! function_exists( 'is_plugin_active_for_network' ) ) { 20 require_once( ABSPATH . 'wp-admin/includes/plugin.php' ); 16 21 } 17 22 … … 802 807 <ul style="list-style: none; padding: 0; text-align: left; margin: 20px 0;"> 803 808 <li style="margin-bottom: 10px;"> 804 <strong>🚀 <?php esc_html_e('Dashboard PWA Support:', 'add-to-home-screen-wp'); ?></strong> <?php esc_html_e('Enable PWA functionality specifically for the WordPress admin dashboard.', 'add-to-home-screen-wp'); ?> 809 <strong>⏳ <?php esc_html_e('Loading Spinner:', 'add-to-home-screen-wp'); ?></strong> 810 <?php esc_html_e('Display a smooth, customizable loading spinner while your app content loads — fully integrated with your brand colors.', 'add-to-home-screen-wp'); ?> 805 811 </li> 806 812 <li style="margin-bottom: 10px;"> 807 <strong>🎈 <?php esc_html_e('Advanced Dashboard Balloon Control:', 'add-to-home-screen-wp'); ?></strong> <?php esc_html_e('Fine-tune where the balloon appears in the admin dashboard.', 'add-to-home-screen-wp'); ?> 813 <strong>🔄 <?php esc_html_e('Pull to Refresh:', 'add-to-home-screen-wp'); ?></strong> 814 <?php esc_html_e('Offer users a native-like refresh gesture on your Web App, just like on real mobile apps.', 'add-to-home-screen-wp'); ?> 808 815 </li> 809 816 <li style="margin-bottom: 10px;"> 810 <strong>🎨 <?php esc_html_e('Custom Top Bar & Spinner Color:', 'add-to-home-screen-wp'); ?></strong> <?php esc_html_e('Personalize your PWA’s look.', 'add-to-home-screen-wp'); ?> 817 <strong>⬇️ <?php esc_html_e('Bottom Navigation Bar:', 'add-to-home-screen-wp'); ?></strong> 818 <?php esc_html_e('Enhance your PWA with a sleek, customizable bottom bar featuring Back, Forward, and Share buttons — for a smoother and more app-like mobile experience.', 'add-to-home-screen-wp'); ?> 811 819 </li> 812 820 <li style="margin-bottom: 10px;"> 813 <strong>🖼️ <?php esc_html_e('Floating Balloon Icon:', 'add-to-home-screen-wp'); ?></strong> <?php esc_html_e('Upload your own icon for the balloon.', 'add-to-home-screen-wp'); ?> 821 <strong>🚀 <?php esc_html_e('Dashboard PWA Support:', 'add-to-home-screen-wp'); ?></strong> 822 <?php esc_html_e('Enable PWA functionality specifically for the WordPress admin dashboard.', 'add-to-home-screen-wp'); ?> 814 823 </li> 815 824 <li style="margin-bottom: 10px;"> 816 <strong>📊 <?php esc_html_e('Installation Statistics:', 'add-to-home-screen-wp'); ?></strong> <?php esc_html_e('Track how many users add your PWA to their home screens.', 'add-to-home-screen-wp'); ?> 825 <strong>🎈 <?php esc_html_e('Advanced Dashboard Balloon Control:', 'add-to-home-screen-wp'); ?></strong> 826 <?php esc_html_e('Fine-tune where the balloon appears in the admin dashboard.', 'add-to-home-screen-wp'); ?> 827 </li> 828 <li style="margin-bottom: 10px;"> 829 <strong>🎨 <?php esc_html_e('Custom Top Bar & Spinner Color:', 'add-to-home-screen-wp'); ?></strong> 830 <?php esc_html_e('Personalize your PWA’s look.', 'add-to-home-screen-wp'); ?> 831 </li> 832 <li style="margin-bottom: 10px;"> 833 <strong>🖼️ <?php esc_html_e('Floating Balloon Icon:', 'add-to-home-screen-wp'); ?></strong> 834 <?php esc_html_e('Upload your own icon for the balloon.', 'add-to-home-screen-wp'); ?> 835 </li> 836 <li style="margin-bottom: 10px;"> 837 <strong>📊 <?php esc_html_e('Installation Statistics:', 'add-to-home-screen-wp'); ?></strong> 838 <?php esc_html_e('Track how many users add your PWA to their home screens.', 'add-to-home-screen-wp'); ?> 817 839 </li> 818 840 </ul> -
add-to-home-screen-wp/trunk/readme.txt
r3326734 r3380282 5 5 Requires at least: 6.7 6 6 Tested up to: 6.8 7 Stable tag: 2.7 7 Stable tag: 2.7.1 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.