Changeset 986946
- Timestamp:
- 09/11/2014 05:11:31 AM (11 years ago)
- Location:
- foodlist/trunk
- Files:
-
- 2 edited
-
plugin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
foodlist/trunk/plugin.php
r983188 r986946 6 6 Author: Artprima 7 7 Author URI: http://artprima.eu/ 8 Version: 1.9 8 Version: 1.9.1 9 9 */ 10 10 11 define('FOODLIST_VERSION', '1.9 ');11 define('FOODLIST_VERSION', '1.9.1'); 12 12 define('FOODLIST_MIN_PHP_VERSION', '5.3.3'); 13 13 define('FOODLIST_MIN_WP_VERSION', '3.4.0'); -
foodlist/trunk/readme.txt
r983188 r986946 2 2 Contributors: v-media 3 3 Tags: restaurant menu, café menu, restaurant, eatery, menus, bar, list 4 Requires at least: 3. 45 Tested up to: 3.9.14 Requires at least: 3.8 5 Tested up to: 4.0 6 6 Stable tag: trunk 7 7 … … 47 47 == ChangeLog == 48 48 49 = Version 1.9.1 = 50 * Tested up to WordPress 4.0 (no changes) 51 49 52 = Version 1.9 = 50 53 * Wrong action names in `MenuItemView::applyShortcodes()` and in `MenuSectionView::applyShortcodes()`.
Note: See TracChangeset
for help on using the changeset viewer.