Changeset 3271930
- Timestamp:
- 04/13/2025 10:04:38 PM (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
r2970777 r3271930 4 4 * Plugin URI: https://profissionalwp.dev.br/ 5 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. 16 * Version: 1.0.2 7 7 * Author: Rafa Carvalhido 8 8 * Author URI: https://profissionalwp.dev.br/blog/contato/rafa-carvalhido/ … … 10 10 * Domain Path: /languages 11 11 * Requires at least: 4.9.8 12 * Tested up to: 6.3.1 13 * WC requires at least: 3.0.0 14 * WC tested up to: 8.1.1 12 * Tested up to: 6.7.2 15 13 * Requires PHP: 7.4 16 14 * License: GPLv2 or later 17 * Copyright © 2019-202 3Rafa Carvalhido15 * Copyright © 2019-2025 Rafa Carvalhido 18 16 * @package RaCar Message Me 19 17 */ … … 56 54 57 55 $rmm_plugin_name = "RaCar Message Me"; 58 $rmm_VERSION = '1.0. 1';56 $rmm_VERSION = '1.0.2'; 59 57 60 58 $rmm_NOME_STYLESHEET = 'rmm-stylesheet'; -
racar-message-me/trunk/readme.txt
r2970777 r3271930 4 4 Tags: chat, whatsapp, facebook, messenger, skype, instagram, dm, telegram, message, inbox 5 5 Requires at least: 4.9.8 6 Tested up to: 6. 3.17 Stable tag: 1.0. 16 Tested up to: 6.7.2 7 Stable tag: 1.0.2 8 8 Requires PHP: 7.4 9 9 License: GPLv2 … … 110 110 111 111 == Changelog == 112 = 1.0.2 - 2025-04-13 = 113 * Update - Tested on latest and greatest -> WP 6.7.2 114 112 115 = 1.0.1 - 2023-09-23 = 113 116 * Update - Tested on latest and greatest -> WP 6.3.1 and WC 8.1.1
Note: See TracChangeset
for help on using the changeset viewer.