Plugin Directory

Changeset 3111360


Ignore:
Timestamp:
07/02/2024 09:09:17 PM (20 months ago)
Author:
miceoperations
Message:

Bumped version and updated images.

Location:
mice-operations
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • mice-operations/trunk/mice-operations.php

    r2836037 r3111360  
    77 * Description: Easily embed the MICE Operations widget on your WordPress site.
    88 * Author: MICE Operations
    9  * Version: 1.0.1
     9 * Version: 1.0.2
    1010 * Author URI: https://www.miceoperations.com/
    1111 * License: GPLv2 or later
     
    3030  class MICEWidgetPlugin {
    3131
    32     public $version = '1.0.1';
     32    public $version = '1.0.2';
    3333    public $text_domain = 'miceoperations';
    3434
     
    159159
    160160    public function style_color() {
    161       $val = get_option('mice_style_color', '#08d');
     161      $val = get_option('mice_style_color', '#7E54E6');
    162162      echo '<input type="text" value="' . esc_attr($val) . '" name="mice_style_color" class="mice-button-color" data-default-color="#eee" />';
    163163    }
  • mice-operations/trunk/readme.txt

    r2836037 r3111360  
    22Tags: MICE Operations, MICE, Miceoperations, Event planning, Widget, Booking form, Request for proposal, RFP, Events
    33Requires at least: 3.0
    4 Tested up to: 6.1.1
     4Tested up to: 6.5.5
    55Requires PHP: 5.6
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.