Plugin Directory

Changeset 3272846


Ignore:
Timestamp:
04/15/2025 01:12:43 AM (12 months ago)
Author:
rafacarvalhido
Message:

Added Stable Tag to plugin header

Location:
racar-message-me/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • racar-message-me/trunk/racar-message-me.php

    r3271930 r3272846  
    33 * Plugin Name: RaCar Message Me
    44 * Plugin URI:  https://profissionalwp.dev.br/
    5  * Description: This plugin allows you to add a customizable button with your social networks inboxes (direct message). The button appears on the left bottom corner of your website. When clicked, it'll take the user to your social network private message inbox.
    6  * Version:     1.0.2
     5 * Description: This plugin allows you to add a customizable button with your social networks inboxes (direct message). When clicked, it'll take the user to your social network private message inbox.
     6 * Version:     1.0.3
     7 * Stable tag:  1.0.3
    78 * Author:      Rafa Carvalhido
    89 * Author URI:  https://profissionalwp.dev.br/blog/contato/rafa-carvalhido/
     
    1213 * Tested up to: 6.7.2
    1314 * Requires PHP: 7.4
    14  * License: GPLv2 or later
     15 * License: GPLv3 or later
    1516 * Copyright © 2019-2025 Rafa Carvalhido
    1617 * @package RaCar Message Me
     
    5455
    5556    $rmm_plugin_name = "RaCar Message Me";
    56     $rmm_VERSION = '1.0.2';
     57    $rmm_VERSION = '1.0.3';
    5758   
    5859    $rmm_NOME_STYLESHEET = 'rmm-stylesheet';
  • racar-message-me/trunk/readme.txt

    r3271930 r3272846  
    22Contributors: rafacarvalhido
    33Donate link: https://www.paypal.me/RafaCarvalhido
    4 Tags: chat, whatsapp, facebook, messenger, skype, instagram, dm, telegram, message, inbox
     4Tags: whatsapp, facebook messenger, skype, instagram dm, telegram
    55Requires at least: 4.9.8
    66Tested up to: 6.7.2
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88Requires PHP: 7.4
    9 License: GPLv2
    10 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     9License: GPLv3 or later
     10License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1111
    1212RaCar Message Me allows you to add a customizable button with the social networks you set up.
     
    110110
    111111== Changelog ==
     112= 1.0.3 - 2025-04-14 =
     113* Update - Added Stable Tag to plugin header
     114
    112115= 1.0.2 - 2025-04-13 =
    113116* Update - Tested on latest and greatest -> WP 6.7.2
Note: See TracChangeset for help on using the changeset viewer.