Plugin Directory

Changeset 2970777


Ignore:
Timestamp:
09/23/2023 08:43:45 PM (3 years ago)
Author:
rafacarvalhido
Message:
  • Update - Tested on latest and greatest -> WP 6.3.1 and WC 8.1.1

Adjusted readme pra mostrar versão testada

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

Legend:

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

    r2970773 r2970777  
    44 * Plugin URI:  https://profissionalwp.dev.br/
    55 * 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.0
     6 * Version:     1.0.1
    77 * Author:      Rafa Carvalhido
    88 * Author URI:  https://profissionalwp.dev.br/blog/contato/rafa-carvalhido/
     
    1313 * WC requires at least: 3.0.0
    1414 * WC tested up to: 8.1.1
     15 * Requires PHP: 7.4
    1516 * License: GPLv2 or later
    1617 * Copyright © 2019-2023 Rafa Carvalhido
    17  * @package RaCar Plugin Name
     18 * @package RaCar Message Me
    1819 */
    1920/*
     
    5556
    5657    $rmm_plugin_name = "RaCar Message Me";
    57     $rmm_VERSION = '1.0.0';
     58    $rmm_VERSION = '1.0.1';
    5859   
    5960    $rmm_NOME_STYLESHEET = 'rmm-stylesheet';
  • racar-message-me/trunk/readme.txt

    r2970773 r2970777  
    44Tags: chat, whatsapp, facebook, messenger, skype, instagram, dm, telegram, message, inbox
    55Requires at least: 4.9.8
    6 Tested up to: 6.2
    7 Stable tag: 0.2.2
    8 Requires PHP: 7.0
     6Tested up to: 6.3.1
     7Stable tag: 1.0.1
     8Requires PHP: 7.4
    99License: GPLv2
    1010License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    110110
    111111== Changelog ==
    112 = 1.0.0 - 2023-09-23 =
     112= 1.0.1 - 2023-09-23 =
    113113* Update - Tested on latest and greatest -> WP 6.3.1 and WC 8.1.1
    114114
Note: See TracChangeset for help on using the changeset viewer.