Plugin Directory

Changeset 3338769


Ignore:
Timestamp:
08/04/2025 07:18:24 AM (7 months ago)
Author:
group107
Message:

Release version 1.0.2 - Fixed minor script handle naming issue

Location:
accessible-docs/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • accessible-docs/trunk/README.txt

    r3321323 r3338769  
    66Tested up to: 6.7
    77Requires PHP: 7.4
    8 Stable tag: 1.0.1
     8Stable tag: 1.0.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    138138
    139139== Changelog ==
     140== Changelog ==
     141= 1.0.2 =
     142* Fixed: [короткий опис багфікса]
     143
    140144= 1.0.1 =
    141145* Added custom HTTP header `X-AccessibleDocs-Plugin: true` to all requests.
  • accessible-docs/trunk/accessible-docs.php

    r3321318 r3338769  
    1717 * Plugin URI:        https://group107.com
    1818 * Description:       This plugin enhances accessibility by allowing users to send PDF files to convert into accessible formats.
    19  * Version:           1.0.1
     19 * Version:           1.0.2
    2020 * Author:            Group 107
    2121 * Author URI:        https://group107.com/
  • accessible-docs/trunk/admin/class-accessible-docs-admin.php

    r3283760 r3338769  
    6969    public function enqueue_scripts() {
    7070        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(
    7272            'ajax_url' => admin_url('admin-ajax.php'),
    73             'nonce'    => wp_create_nonce('group107_accessibledocs_nonce'),
     73            'nonce'    => wp_create_nonce('accessible_docs_object'),
    7474        ));
    7575    }
Note: See TracChangeset for help on using the changeset viewer.