Plugin Directory

Changeset 2970773


Ignore:
Timestamp:
09/23/2023 08:20:09 PM (3 years ago)
Author:
rafacarvalhido
Message:
  • Update - Tested on latest and greatest -> WP 6.3.1 and WC 8.1.1
Location:
racar-message-me/trunk
Files:
2 edited

Legend:

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

    r2912229 r2970773  
    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:     0.2.2
     6 * Version:     1.0.0
    77 * Author:      Rafa Carvalhido
    88 * Author URI:  https://profissionalwp.dev.br/blog/contato/rafa-carvalhido/
     
    1010 * Domain Path: /languages
    1111 * Requires at least: 4.9.8
    12  * Tested up to: 6.2
     12 * Tested up to: 6.3.1
    1313 * WC requires at least: 3.0.0
    14  * WC tested up to: 7.6.1
     14 * WC tested up to: 8.1.1
    1515 * License: GPLv2 or later
    1616 * Copyright © 2019-2023 Rafa Carvalhido
     
    5555
    5656    $rmm_plugin_name = "RaCar Message Me";
    57     $rmm_VERSION = '0.2.2';
     57    $rmm_VERSION = '1.0.0';
    5858   
    5959    $rmm_NOME_STYLESHEET = 'rmm-stylesheet';
  • racar-message-me/trunk/readme.txt

    r2912229 r2970773  
    110110
    111111== Changelog ==
     112= 1.0.0 - 2023-09-23 =
     113* Update - Tested on latest and greatest -> WP 6.3.1 and WC 8.1.1
     114
    112115= 0.2.2 - May 14th, 2023 =
    113116* **Fix** - Fixed code to be more careful when checking empty.
Note: See TracChangeset for help on using the changeset viewer.