Changeset 3442921
- Timestamp:
- 01/20/2026 04:15:12 AM (2 months ago)
- Location:
- adjust-accessibility
- Files:
-
- 22 added
- 2 edited
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
tags/1.0.6 (added)
-
tags/1.0.6/adjust-accessibility.php (added)
-
tags/1.0.6/assets (added)
-
tags/1.0.6/assets/css (added)
-
tags/1.0.6/assets/css/accessibility.tailwind.css (added)
-
tags/1.0.6/assets/css/admin.css (added)
-
tags/1.0.6/assets/css/fontawesome.min.css (added)
-
tags/1.0.6/assets/img (added)
-
tags/1.0.6/assets/img/accessibility.png (added)
-
tags/1.0.6/assets/img/wp-images.png (added)
-
tags/1.0.6/assets/js (added)
-
tags/1.0.6/assets/js/accessibility.js (added)
-
tags/1.0.6/assets/js/color-picker-init.js (added)
-
tags/1.0.6/assets/webfonts (added)
-
tags/1.0.6/assets/webfonts/fa-brands-400.woff2 (added)
-
tags/1.0.6/assets/webfonts/fa-regular-400.woff2 (added)
-
tags/1.0.6/assets/webfonts/fa-solid-900.woff2 (added)
-
tags/1.0.6/assets/webfonts/fa-v4compatibility.woff2 (added)
-
tags/1.0.6/readme.txt (added)
-
tags/1.0.6/uninstall.php (added)
-
trunk/adjust-accessibility.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adjust-accessibility/trunk/adjust-accessibility.php
r3429998 r3442921 4 4 * Plugin URI: 5 5 * Description: Adds front-end accessibility controls: brightness, saturation, font size, line height, letter spacing, dark/light mode, and highlight links/titles. 6 * Version: 1.0. 46 * Version: 1.0.6 7 7 * Author: Techlogica 8 8 * Author URI: https://techlogica.com … … 247 247 248 248 public function add_admin_menu() { 249 // add_menu_page( 250 // __( 'Accessibility', 'adjust-accessibility' ), 251 // __( 'Accessibility', 'adjust-accessibility' ), 252 // 'manage_options', 253 // 'adjst_acsiblty_settings', 254 // [ $this, 'settings_page' ], 255 // plugins_url( 'assets/img/wp-images.png', __FILE__ ), // (your zip has wp-image.png) 256 // 80 257 // ); 258 249 259 add_menu_page( 250 260 __( 'Accessibility', 'adjust-accessibility' ), … … 253 263 'adjst_acsiblty_settings', 254 264 [ $this, 'settings_page' ], 255 plugins_url( 'assets/img/wp-image.png', __FILE__ ), // (your zip has wp-image.png)265 'dashicons-universal-access', 256 266 80 257 267 ); -
adjust-accessibility/trunk/readme.txt
r3429998 r3442921 4 4 Requires at least: 4.5 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 56 Stable tag: 1.0.6 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.