Changeset 2836037
- Timestamp:
- 12/19/2022 12:03:09 PM (3 years ago)
- Location:
- mice-operations
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.1 (copied) (copied from mice-operations/trunk)
-
tags/1.0.1/mice-operations.php (modified) (2 diffs)
-
tags/1.0.1/readme.txt (modified) (3 diffs)
-
trunk/mice-operations.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mice-operations/tags/1.0.1/mice-operations.php
r2378741 r2836037 7 7 * Description: Easily embed the MICE Operations widget on your WordPress site. 8 8 * Author: MICE Operations 9 * Version: 1.0. 09 * Version: 1.0.1 10 10 * Author URI: https://www.miceoperations.com/ 11 11 * License: GPLv2 or later … … 30 30 class MICEWidgetPlugin { 31 31 32 public $version = '1.0. 0';32 public $version = '1.0.1'; 33 33 public $text_domain = 'miceoperations'; 34 34 -
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, Miceoperations1 === MICE Operations Widget === 2 Tags: MICE Operations, MICE, Miceoperations, Event planning, Widget, Booking form, Request for proposal, RFP, Events 3 3 Requires at least: 3.0 4 Tested up to: 5.54 Tested up to: 6.1.1 5 5 Requires PHP: 5.6 6 Stable tag: 1.0 6 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 27 27 28 28 1. 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 li ne 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!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 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! 30 30 31 31 = Floating button = … … 42 42 43 43 Learn 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 7 7 * Description: Easily embed the MICE Operations widget on your WordPress site. 8 8 * Author: MICE Operations 9 * Version: 1.0. 09 * Version: 1.0.1 10 10 * Author URI: https://www.miceoperations.com/ 11 11 * License: GPLv2 or later … … 30 30 class MICEWidgetPlugin { 31 31 32 public $version = '1.0. 0';32 public $version = '1.0.1'; 33 33 public $text_domain = 'miceoperations'; 34 34 -
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, Miceoperations1 === MICE Operations Widget === 2 Tags: MICE Operations, MICE, Miceoperations, Event planning, Widget, Booking form, Request for proposal, RFP, Events 3 3 Requires at least: 3.0 4 Tested up to: 5.54 Tested up to: 6.1.1 5 5 Requires PHP: 5.6 6 Stable tag: 1.0 6 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 27 27 28 28 1. 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 li ne 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!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 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! 30 30 31 31 = Floating button = … … 42 42 43 43 Learn 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.