Skip to content

Releases: lokothodida/gs-custom-menu

v0.6.2

18 Jan 20:26
ec22108
Compare
Choose a tag to compare

Changelog

Bugfixes

v0.6.1

18 Dec 14:41
Compare
Choose a tag to compare

Changelog

  • If a menu item uses a slug instead of a URL, the canonical URL is generated automatically when the menu is displayed (#3)
  • Fixed bug whereby slugs always had a random suffix (and thus never pointed to the correct page; not sure why this was in the original code)
  • Code refactor: moved class methods out of CustomMenu into separate classes, removed unused methods, generalised and explained JavaScript code for admin UI

v0.6

15 Jul 14:53
Compare
Choose a tag to compare

Changelog

  • Fix permissions issue when data/other/custom_menu/ folder is created #2

v0.5

26 Aug 17:08
Compare
Choose a tag to compare
Update README.md

v0.4

26 Aug 17:09
Compare
Choose a tag to compare
Classes for current path, current item, parents (equivalent of
hasChildren) and children (terminating items) added
- Main PHP Function now has $classes parameter for you to set your own
names for the classes above:
PHP Code:
<?php get_custom_menu($menu, $classes=array('currentpath' =>
'newcurrentpath', ...));  ?>
-- The array's keys correspond to the class names. The values correspond
to the new values that they will take.
-- Available keys: currentpath, current, parent, child

v0.31

26 Aug 17:10
Compare
Choose a tag to compare
- - Attempt to fix foreach loop error that GS member ohayo picked up

v0.2

26 Aug 17:10
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release
- Transliteration added

v0.1

26 Aug 17:10
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release
Uploaded