Plugin Directory

Changeset 3019917


Ignore:
Timestamp:
01/10/2024 03:24:34 PM (2 years ago)
Author:
michelleames
Message:

Update to version 1.4 from GitHub

Location:
hello-beautiful
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • hello-beautiful/tags/1.4/beautiful.php

    r2900335 r3019917  
    22/**
    33 * @package Hello_Beautiful
    4  * @version 1.3
     4 * @version 1.4
    55 */
    66/*
     
    99Description: This is not just a plugin, it tells you how amazing you are! <cite>Hello, Beautiful</cite> in the upper right of your admin screen on every page.
    1010Author: Michelle Frechette
    11 Version: 1.3
     11Version: 1.4
    1212Author URI: https://worksbymichelle.com/
    1313*/
     
    4040How have you been beautiful
    4141There's a word for you, it's 'Splendiforous'
    42 Please come back soon, my dear
    4342You should win awards for the amazing work you do
    4443The only thing better than this website is YOU
     
    8180        font-size: 12px;
    8281        line-height: 1.6666;
    83         color: #20bc34;
     82        color: #6e3180;
    8483        font-weight: bold;
    8584    }
  • hello-beautiful/tags/1.4/readme.txt

    r2900335 r3019917  
    22Contributors: michelleames
    33Donate link: https://worksbymichelle.com/
    4 Stable tag: 1.3
    5 Tested up to: 6.2
     4Stable tag: 1.4
     5Tested up to: 6.4.2
    66Requires at least: 4.6
    77Requires PHP: 7.1
     
    1717Every time you log into your WordPress dashboard, you will receive a positive message just below the Hello, Your Name, on your site.
    1818
    19 Version 1.3 includes new text.
     19Version 1.4 includes a new font color.
  • hello-beautiful/trunk/beautiful.php

    r2900335 r3019917  
    22/**
    33 * @package Hello_Beautiful
    4  * @version 1.3
     4 * @version 1.4
    55 */
    66/*
     
    99Description: This is not just a plugin, it tells you how amazing you are! <cite>Hello, Beautiful</cite> in the upper right of your admin screen on every page.
    1010Author: Michelle Frechette
    11 Version: 1.3
     11Version: 1.4
    1212Author URI: https://worksbymichelle.com/
    1313*/
     
    4040How have you been beautiful
    4141There's a word for you, it's 'Splendiforous'
    42 Please come back soon, my dear
    4342You should win awards for the amazing work you do
    4443The only thing better than this website is YOU
     
    8180        font-size: 12px;
    8281        line-height: 1.6666;
    83         color: #20bc34;
     82        color: #6e3180;
    8483        font-weight: bold;
    8584    }
  • hello-beautiful/trunk/readme.txt

    r2900335 r3019917  
    22Contributors: michelleames
    33Donate link: https://worksbymichelle.com/
    4 Stable tag: 1.3
    5 Tested up to: 6.2
     4Stable tag: 1.4
     5Tested up to: 6.4.2
    66Requires at least: 4.6
    77Requires PHP: 7.1
     
    1717Every time you log into your WordPress dashboard, you will receive a positive message just below the Hello, Your Name, on your site.
    1818
    19 Version 1.3 includes new text.
     19Version 1.4 includes a new font color.
Note: See TracChangeset for help on using the changeset viewer.