Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecations and warnings fixes for I18n Navigation #1

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Every0ne
Copy link

@Every0ne Every0ne commented Apr 5, 2019

Fixes:

  • Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; I18nNavigationItem has a deprecated constructor
  • Warning: count(): Parameter must be an array or an object that implements Countable
  • Warning: Invalid argument supplied for foreach()

Every0ne and others added 7 commits April 5, 2019 20:13
Fix for deprecation notice:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; I18nNavigationItem has a deprecated constructor
Fixes:
- Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; I18nNavigationItem has a deprecated constructor
- Warning: count(): Parameter must be an array or an object that implements Countable
- Warning: Invalid argument supplied for foreach()
Fix for:
Notice: Undefined index: filter in i18n_navigation/frontend.class.php
when i18n Special Pages plugin is enabled.
Fix for undefined 'filter' index
Fixes jQuery errors and navigation reordering by drag&drop in GS 3.4,
breaks compatibility with GS 3.3.15.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants