Changeset 3338769
- Timestamp:
- 08/04/2025 07:18:24 AM (7 months ago)
- Location:
- accessible-docs/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
accessible-docs.php (modified) (1 diff)
-
admin/class-accessible-docs-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
accessible-docs/trunk/README.txt
r3321323 r3338769 6 6 Tested up to: 6.7 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 18 Stable tag: 1.0.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 138 138 139 139 == Changelog == 140 == Changelog == 141 = 1.0.2 = 142 * Fixed: [короткий опис багфікса] 143 140 144 = 1.0.1 = 141 145 * Added custom HTTP header `X-AccessibleDocs-Plugin: true` to all requests. -
accessible-docs/trunk/accessible-docs.php
r3321318 r3338769 17 17 * Plugin URI: https://group107.com 18 18 * Description: This plugin enhances accessibility by allowing users to send PDF files to convert into accessible formats. 19 * Version: 1.0. 119 * Version: 1.0.2 20 20 * Author: Group 107 21 21 * Author URI: https://group107.com/ -
accessible-docs/trunk/admin/class-accessible-docs-admin.php
r3283760 r3338769 69 69 public function enqueue_scripts() { 70 70 wp_enqueue_script( $this->plugin_name.'-admin', ACCESSIBLE_DOCS_PLUGIN_URL . 'assets/js/js-accessible-docs-admin.js', array( 'jquery' ), $this->version, false ); 71 wp_localize_script($this->plugin_name.'-admin', ' group107_accessibledocs_object', array(71 wp_localize_script($this->plugin_name.'-admin', 'accessible_docs_object', array( 72 72 'ajax_url' => admin_url('admin-ajax.php'), 73 'nonce' => wp_create_nonce(' group107_accessibledocs_nonce'),73 'nonce' => wp_create_nonce('accessible_docs_object'), 74 74 )); 75 75 }
Note: See TracChangeset
for help on using the changeset viewer.