Plugin Directory

Changeset 2836037


Ignore:
Timestamp:
12/19/2022 12:03:09 PM (3 years ago)
Author:
miceoperations
Message:

Tested and updated plugin for Wordpress 6.1.1

Location:
mice-operations
Files:
4 edited
1 copied

Legend:

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

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

    r2378741 r2836037  
    1 === MICE Operations ===
    2 Tags: MICE Operations, Event planning, Widget, Booking form, Request for proposal, RFP, Events, MICE, Miceoperations
     1=== MICE Operations Widget ===
     2Tags: MICE Operations, MICE, Miceoperations, Event planning, Widget, Booking form, Request for proposal, RFP, Events
    33Requires at least: 3.0
    4 Tested up to: 5.5
     4Tested up to: 6.1.1
    55Requires PHP: 5.6
    6 Stable tag: 1.0
     6Stable tag: 1.0.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2727
    28281. Popup wizard: Add a regular link to the widget, anywhere on your page or in your navigation. When the link is clicked the beautiful wizard interface will appear. A widget link looks like https://app.miceoperations.com/widget/c62782778039.
    29 2. Embedded: Add a widget link, but add `#embed` to the end of the link, so it looks like https://app.miceoperations.com/widget/c62782778039#embed. The widget form will be embedded line as if it were a part of your page. Please be aware that using embed links outside of the page/post content could lead to unexpected behaviour!
     292. Embedded: Add a widget link, but add `#embed` to the end of the link, so it looks like https://app.miceoperations.com/widget/c62782778039#embed. The widget form will be embedded like as if it were a part of your page. Please be aware that using embed links outside of the page/post content could lead to unexpected behaviour!
    3030
    3131= Floating button =
     
    4242
    4343Learn more about the MICE Operations Widget on our website:
    44 https://www.miceoperations.com/
     44[www.miceoperations.com](https://www.miceoperations.com/)
  • mice-operations/trunk/mice-operations.php

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

    r2378741 r2836037  
    1 === MICE Operations ===
    2 Tags: MICE Operations, Event planning, Widget, Booking form, Request for proposal, RFP, Events, MICE, Miceoperations
     1=== MICE Operations Widget ===
     2Tags: MICE Operations, MICE, Miceoperations, Event planning, Widget, Booking form, Request for proposal, RFP, Events
    33Requires at least: 3.0
    4 Tested up to: 5.5
     4Tested up to: 6.1.1
    55Requires PHP: 5.6
    6 Stable tag: 1.0
     6Stable tag: 1.0.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2727
    28281. Popup wizard: Add a regular link to the widget, anywhere on your page or in your navigation. When the link is clicked the beautiful wizard interface will appear. A widget link looks like https://app.miceoperations.com/widget/c62782778039.
    29 2. Embedded: Add a widget link, but add `#embed` to the end of the link, so it looks like https://app.miceoperations.com/widget/c62782778039#embed. The widget form will be embedded line as if it were a part of your page. Please be aware that using embed links outside of the page/post content could lead to unexpected behaviour!
     292. Embedded: Add a widget link, but add `#embed` to the end of the link, so it looks like https://app.miceoperations.com/widget/c62782778039#embed. The widget form will be embedded like as if it were a part of your page. Please be aware that using embed links outside of the page/post content could lead to unexpected behaviour!
    3030
    3131= Floating button =
     
    4242
    4343Learn more about the MICE Operations Widget on our website:
    44 https://www.miceoperations.com/
     44[www.miceoperations.com](https://www.miceoperations.com/)
Note: See TracChangeset for help on using the changeset viewer.