Changeset 3272846
- Timestamp:
- 04/15/2025 01:12:43 AM (12 months ago)
- Location:
- racar-message-me/trunk
- Files:
-
- 2 edited
-
racar-message-me.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
racar-message-me/trunk/racar-message-me.php
r3271930 r3272846 3 3 * Plugin Name: RaCar Message Me 4 4 * 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 7 8 * Author: Rafa Carvalhido 8 9 * Author URI: https://profissionalwp.dev.br/blog/contato/rafa-carvalhido/ … … 12 13 * Tested up to: 6.7.2 13 14 * Requires PHP: 7.4 14 * License: GPLv 2or later15 * License: GPLv3 or later 15 16 * Copyright © 2019-2025 Rafa Carvalhido 16 17 * @package RaCar Message Me … … 54 55 55 56 $rmm_plugin_name = "RaCar Message Me"; 56 $rmm_VERSION = '1.0. 2';57 $rmm_VERSION = '1.0.3'; 57 58 58 59 $rmm_NOME_STYLESHEET = 'rmm-stylesheet'; -
racar-message-me/trunk/readme.txt
r3271930 r3272846 2 2 Contributors: rafacarvalhido 3 3 Donate link: https://www.paypal.me/RafaCarvalhido 4 Tags: chat, whatsapp, facebook, messenger, skype, instagram, dm, telegram, message, inbox4 Tags: whatsapp, facebook messenger, skype, instagram dm, telegram 5 5 Requires at least: 4.9.8 6 6 Tested up to: 6.7.2 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 Requires PHP: 7.4 9 License: GPLv 210 License URI: http s://www.gnu.org/licenses/old-licenses/gpl-2.0.html9 License: GPLv3 or later 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html 11 11 12 12 RaCar Message Me allows you to add a customizable button with the social networks you set up. … … 110 110 111 111 == Changelog == 112 = 1.0.3 - 2025-04-14 = 113 * Update - Added Stable Tag to plugin header 114 112 115 = 1.0.2 - 2025-04-13 = 113 116 * Update - Tested on latest and greatest -> WP 6.7.2
Note: See TracChangeset
for help on using the changeset viewer.