-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
63 lines (44 loc) · 1.74 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
=== Restaurant Menu Cart ===
Contributors: MotoPress
Donate link: https://motopress.com/
Tags: restaurant menu, cart, restaurant, cafe, food, pizza, food menu, food order, ecommerce
Requires at least: 4.6
Tested up to: 6.7
Stable tag: 1.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Displays a shopping cart of Restaurant Menu plugin in your menu bar.
== Description ==
This addon is for [WordPress Restaurant Menu Plugin](https://wordpress.org/plugins/mp-restaurant-menu/), it installs a shopping cart button in the navigation bar.
Plugin options:
* Display cart icon, or only items/prices.
* Display items only, price only, or both.
* Display always, or only when there are items in the cart.
* Float left, float right, or use your menu's default settings.
* AJAX update of cart content.
Use the Restaurant Menu > Settings > Extensions > Menu Cart screen to configure the plugin.
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Use the `Restaurant Menu > Settings > Extensions > Menu Cart` screen to configure the plugin.
== Changelog ==
= 1.1.0, Apr 11 2023 =
* Improved compatibility with PHP 8.
= 1.0.8, Nov 23 2021 =
* Security - sanitization and escaping.
= 1.0.7, Jun 2 2020 =
* Improved compatibility with PHP 7.4.
= 1.0.6, Apr 16 2020 =
* Minor bugfixes and improvements.
= 1.0.5 =
* Bug fix: Fixed plugin name.
= 1.0.4 =
* Bug fix: load_plugin_textdomain.
= 1.0.3 =
* Localization - Russian translation.
= 1.0.2 =
* Minor bugfixes and improvements.
= 1.0.1 =
* Bug fix: Fixed the issue of autoloading classes.
= 1.0 =
* First Release