Plugin Directory

Changeset 3184266


Ignore:
Timestamp:
11/08/2024 08:33:57 AM (17 months ago)
Author:
miceoperations
Message:

Updated supported wordpress version.

Location:
mice-operations
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • mice-operations/tags/1.0.3/mice-operations.php

    r3111360 r3184266  
    77 * Description: Easily embed the MICE Operations widget on your WordPress site.
    88 * Author: MICE Operations
    9  * Version: 1.0.2
     9 * Version: 1.0.3
    1010 * Author URI: https://www.miceoperations.com/
    1111 * License: GPLv2 or later
     
    3030  class MICEWidgetPlugin {
    3131
    32     public $version = '1.0.2';
     32    public $version = '1.0.3';
    3333    public $text_domain = 'miceoperations';
    3434
  • mice-operations/tags/1.0.3/readme.txt

    r3111360 r3184266  
    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.5.5
     4Tested up to: 6.6.2
    55Requires PHP: 5.6
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • mice-operations/trunk/mice-operations.php

    r3111360 r3184266  
    77 * Description: Easily embed the MICE Operations widget on your WordPress site.
    88 * Author: MICE Operations
    9  * Version: 1.0.2
     9 * Version: 1.0.3
    1010 * Author URI: https://www.miceoperations.com/
    1111 * License: GPLv2 or later
     
    3030  class MICEWidgetPlugin {
    3131
    32     public $version = '1.0.2';
     32    public $version = '1.0.3';
    3333    public $text_domain = 'miceoperations';
    3434
  • mice-operations/trunk/readme.txt

    r3111360 r3184266  
    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.5.5
     4Tested up to: 6.6.2
    55Requires PHP: 5.6
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    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.