Skip to content

v1.3.18#103

Merged
TiTidom-RC merged 2 commits into
betafrom
dev
May 10, 2026
Merged

v1.3.18#103
TiTidom-RC merged 2 commits into
betafrom
dev

Conversation

@TiTidom-RC
Copy link
Copy Markdown
Owner

This pull request updates .htaccess files across several directories to use modern Apache access control directives, improving compatibility with newer Apache versions. Additionally, it bumps the plugin version in info.json to reflect these changes.

Access control updates:

  • Replaced deprecated Order allow,deny and Deny from all directives with Require all denied in .htaccess files to ensure proper access restriction for the following directories: core/class, resources, and resources/tvremoted. [1] [2]
  • Updated .htaccess in data and plugin_info to use Require all granted and Require all denied for file-specific and directory-wide access control, replacing older syntax. [1] [2]

Version update:

  • Increased the plugin version from 1.3.17 to 1.3.18 in plugin_info/info.json to reflect these access control changes.

TiTidom-RC added 2 commits May 5, 2026 21:57
Replace legacy Apache 2.2 access directives with Apache 2.4 'Require' syntax across .htaccess files (core/class, data, plugin_info, resources, resources/tvremoted). Update <Files> blocks to use 'Require all granted' for allowed assets and add 'Require all denied' for default deny. Also bump plugin_info/info.json pluginVersion from 1.3.17 to 1.3.18 to reflect the update.
@TiTidom-RC TiTidom-RC merged commit 4be0aca into beta May 10, 2026
1 check passed
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.

1 participant