Plugin Directory

Changeset 3056339


Ignore:
Timestamp:
03/21/2024 08:23:22 PM (2 years ago)
Author:
orchestrated
Message:

Fixed small bugs

Location:
corona-virus-covid-19-banner
Files:
6 added
1 deleted
2 edited
21 copied

Legend:

Unmodified
Added
Removed
  • corona-virus-covid-19-banner/tags/1.8.0.2/orchestrated-corona-virus-banner.php

    r3036947 r3056339  
    22/*
    33 * Plugin Name: Simple Website Banner
    4  * Version: 1.8.0.1
     4 * Version: 1.8.0.2
    55 * Description: This is a very simple plugin with a sole purpose of allowing you to inform your visitors of an upcoming event, updated store hours, or other important message you want to display.
    66 * Author: Orchestrated
     
    3030 */
    3131function Orchestrated_Corona_Virus_Banner () {
    32     $instance = Orchestrated_Corona_Virus_Banner::instance( __FILE__, '1.8.0.1' );
     32    $instance = Orchestrated_Corona_Virus_Banner::instance( __FILE__, '1.8.0.2' );
    3333    if ( is_null( $instance->settings ) ) {
    3434        $instance->settings = Orchestrated_Corona_Virus_Banner_Settings::instance( $instance );
  • corona-virus-covid-19-banner/tags/1.8.0.2/readme.txt

    r3036947 r3056339  
    55Tested up to: 6.4.3
    66Requires PHP: 7.4
    7 Stable tag: 1.8.0.1
     7Stable tag: 1.8.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    123123* 2024-02-16
    124124* Updated tested versions for WordPress
     125
     126= 1.8.0.2 =
     127* 2024-03-21
     128* Fixed a few bugs
  • corona-virus-covid-19-banner/trunk/orchestrated-corona-virus-banner.php

    r3036947 r3056339  
    22/*
    33 * Plugin Name: Simple Website Banner
    4  * Version: 1.8.0.1
     4 * Version: 1.8.0.2
    55 * Description: This is a very simple plugin with a sole purpose of allowing you to inform your visitors of an upcoming event, updated store hours, or other important message you want to display.
    66 * Author: Orchestrated
     
    3030 */
    3131function Orchestrated_Corona_Virus_Banner () {
    32     $instance = Orchestrated_Corona_Virus_Banner::instance( __FILE__, '1.8.0.1' );
     32    $instance = Orchestrated_Corona_Virus_Banner::instance( __FILE__, '1.8.0.2' );
    3333    if ( is_null( $instance->settings ) ) {
    3434        $instance->settings = Orchestrated_Corona_Virus_Banner_Settings::instance( $instance );
  • corona-virus-covid-19-banner/trunk/readme.txt

    r3036947 r3056339  
    55Tested up to: 6.4.3
    66Requires PHP: 7.4
    7 Stable tag: 1.8.0.1
     7Stable tag: 1.8.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    123123* 2024-02-16
    124124* Updated tested versions for WordPress
     125
     126= 1.8.0.2 =
     127* 2024-03-21
     128* Fixed a few bugs
Note: See TracChangeset for help on using the changeset viewer.