Plugin Directory

Changeset 3380282


Ignore:
Timestamp:
10/17/2025 05:43:14 PM (5 months ago)
Author:
tulipwork
Message:

Mise à jour du plugin ATHS vers la version 2.7.1

Location:
add-to-home-screen-wp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • add-to-home-screen-wp/trunk/add-to-home-screen-wp.php

    r3326734 r3380282  
    44Plugin URI: https://tulipemedia.com/en/add-to-home-screen-wordpress-plugin/
    55Description: 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
     6Version: 2.7.1
    77Author: Ziyad Bachalany
    88Author URI: https://tulipemedia.com
     
    1414if (!defined('ABSPATH')) {
    1515    exit;
     16}
     17
     18// Ensure is_plugin_active_for_network is available in multisite environments
     19if ( is_multisite() && ! function_exists( 'is_plugin_active_for_network' ) ) {
     20    require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
    1621}
    1722
     
    802807                    <ul style="list-style: none; padding: 0; text-align: left; margin: 20px 0;">
    803808                        <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'); ?>
    805811                        </li>
    806812                        <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'); ?>
    808815                        </li>
    809816                        <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'); ?>
    811819                        </li>
    812820                        <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'); ?>
    814823                        </li>
    815824                        <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'); ?>
    817839                        </li>
    818840                    </ul>
  • add-to-home-screen-wp/trunk/readme.txt

    r3326734 r3380282  
    55Requires at least: 6.7
    66Tested up to: 6.8
    7 Stable tag: 2.7
     7Stable tag: 2.7.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.