Plugin Directory

Changeset 3301120


Ignore:
Timestamp:
05/27/2025 04:15:01 AM (10 months ago)
Author:
thebrandonallen
Message:

Release 1.9.2

  • Bumps "Tested up to" version to 6.8
  • Fixes issue where load_plugin_textdomain was called too early.
  • Update dependency package versions
Location:
edit-author-slug
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • edit-author-slug/tags/1.9.2/README.md

    r3168187 r3301120  
    33**Tags:** author, author base, author slug, user nicename, nicename, permalink, permalinks, slug, users, user, role, roles 
    44**Requires at least:** 5.8 
    5 **Tested up to:** 6.6 
     5**Tested up to:** 6.8 
    66**Requires PHP:** 7.4 
    7 **Stable tag:** 1.9.1 
     7**Stable tag:** 1.9.2 
    88**License:** GPLv2 or later 
    99**License URI:** https://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
     
    6767
    6868## Changelog ##
     69
     70### 1.9.2 ###
     71* Release date: 2025-05-27
     72* Bumps "Tested up to" version to 6.8
     73* Fixes issue where `load_plugin_textdomain` was called too early.
     74* Update dependency package versions
    6975
    7076### 1.9.1 ###
  • edit-author-slug/tags/1.9.2/edit-author-slug.php

    r3168187 r3301120  
    88 * Text Domain:       edit-author-slug
    99 * Domain Path:       /languages
    10  * Version:           1.9.1
     10 * Version:           1.9.2
    1111 * Requires at least: 5.8
    1212 * Requires PHP:      7.4
     
    1414 * License URI:       https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    1515 *
    16  * Copyright (C) 2009-2024  Brandon Allen (https://github.com/thebrandonallen)
     16 * Copyright (C) 2009-2025  Brandon Allen (https://github.com/thebrandonallen)
    1717 *
    1818 * This program is free software; you can redistribute it and/or modify
     
    3333 * @subpackage Main
    3434 * @author Brandon Allen
    35  * @version 1.9.1
     35 * @version 1.9.2
    3636 */
    3737
  • edit-author-slug/tags/1.9.2/includes/classes/class-ba-edit-author-slug.php

    r3168187 r3301120  
    2828         * @var   string
    2929         */
    30         const VERSION = '1.9.1';
     30        const VERSION = '1.9.2';
    3131
    3232        /**
     
    310310            add_action( 'init', 'ba_eas_wp_rewrite_overrides', 4 );
    311311            add_action( 'init', array( $this, 'add_rewrite_tags' ), 20 );
    312 
    313             // Localize.
    314             add_action( 'ba_eas_loaded', array( $this, 'load_textdomain' ) );
    315312        }
    316313
    317314        /** Public Methods ****************************************************/
    318 
    319         /**
    320          * Load the translation file for the current language.
    321          *
    322          * We only check the default WP language plugins folder.
    323          * (ie - wp-content/languages/plugins).
    324          *
    325          * @since 0.9.6
    326          * @since 1.5.0 Only check the default WP languages folder.
    327          *
    328          * @return bool
    329          */
    330         public function load_textdomain() {
    331             return load_plugin_textdomain( 'edit-author-slug' );
    332         }
    333315
    334316        /**
  • edit-author-slug/tags/1.9.2/js/edit-author-slug.min.js

    r3168187 r3301120  
    1 /*! edit-author-slug - v1.9.1 - 2024-10-14 05:00:35 UTC - https://github.com/thebrandonallen/edit-author-slug/ */
     1/*! edit-author-slug - v1.9.2 - 2025-05-27 03:32:00 UTC - https://github.com/thebrandonallen/edit-author-slug/ */
    22!function(){const e=function(e){e&&Object.prototype.hasOwnProperty.call(e,"classList")&&e.classList.toggle("hidden")};document.addEventListener("DOMContentLoaded",(function(){const t=document.querySelector('input[name="ba_eas_author_slug_custom"]'),n=document.querySelector(".eas-demo-author-base-front"),c=document.querySelector('input[name="_ba_eas_remove_front"]');c&&(c.checked&&e(n),c.addEventListener("click",(function(){e(n)}))),document.querySelectorAll('input[class="eas-checkbox"]').forEach((function(t){const n=t.parentNode.parentNode.nextElementSibling;t.checked||e(n),t.addEventListener("click",(function(){e(n)}))})),document.querySelectorAll('input[name="ba_eas_author_slug"]').forEach((function(e){e.addEventListener("click",(function(){e.classList.contains("eas-author-slug-custom-radio")||(t.value=e.value)}))})),t&&t.addEventListener("focus",(function(){document.querySelector(".eas-author-slug-custom-radio").checked="checked"})),document.querySelectorAll("select").forEach((function(t){t.addEventListener("change",(function(t){const n=t.target.nextElementSibling;n&&n.classList.contains("eas-author-slug-select-error")&&e(n)}))}))}))}();
  • edit-author-slug/tags/1.9.2/languages/edit-author-slug.pot

    r3168187 r3301120  
    1 # Copyright (C) 2009-2024 Brandon Allen
     1# Copyright (C) 2009-2025 Brandon Allen
    22# This file is distributed under the same license as the Edit Author Slug package.
    33# Submit translations to https://translate.wordpress.org/projects/wp-plugins/edit-author-slug.
    44msgid ""
    55msgstr ""
    6 "Project-Id-Version: Edit Author Slug 1.9.1\n"
     6"Project-Id-Version: Edit Author Slug 1.9.2\n"
    77"Report-Msgid-Bugs-To: https://github.com/thebrandonallen/edit-author-slug/issues\n"
    88"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1111"Content-Type: text/plain; charset=UTF-8\n"
    1212"Content-Transfer-Encoding: 8bit\n"
    13 "POT-Creation-Date: 2024-10-14T05:00:36+00:00\n"
     13"POT-Creation-Date: 2025-05-27T03:32:00+00:00\n"
    1414"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1515"X-Generator: WP-CLI 2.11.0\n"
  • edit-author-slug/tags/1.9.2/readme.txt

    r3168187 r3301120  
    33Tags: author, author base, author slug, user nicename, nicename, permalink, permalinks, slug, users, user, role, roles
    44Requires at least: 5.8
    5 Tested up to: 6.6
     5Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.9.1
     7Stable tag: 1.9.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    6767
    6868== Changelog ==
     69
     70= 1.9.2 =
     71* Release date: 2025-05-27
     72* Bumps "Tested up to" version to 6.8
     73* Fixes issue where `load_plugin_textdomain` was called too early.
     74* Update dependency package versions
    6975
    7076= 1.9.1 =
  • edit-author-slug/trunk/README.md

    r3168187 r3301120  
    33**Tags:** author, author base, author slug, user nicename, nicename, permalink, permalinks, slug, users, user, role, roles 
    44**Requires at least:** 5.8 
    5 **Tested up to:** 6.6 
     5**Tested up to:** 6.8 
    66**Requires PHP:** 7.4 
    7 **Stable tag:** 1.9.1 
     7**Stable tag:** 1.9.2 
    88**License:** GPLv2 or later 
    99**License URI:** https://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
     
    6767
    6868## Changelog ##
     69
     70### 1.9.2 ###
     71* Release date: 2025-05-27
     72* Bumps "Tested up to" version to 6.8
     73* Fixes issue where `load_plugin_textdomain` was called too early.
     74* Update dependency package versions
    6975
    7076### 1.9.1 ###
  • edit-author-slug/trunk/edit-author-slug.php

    r3168187 r3301120  
    88 * Text Domain:       edit-author-slug
    99 * Domain Path:       /languages
    10  * Version:           1.9.1
     10 * Version:           1.9.2
    1111 * Requires at least: 5.8
    1212 * Requires PHP:      7.4
     
    1414 * License URI:       https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    1515 *
    16  * Copyright (C) 2009-2024  Brandon Allen (https://github.com/thebrandonallen)
     16 * Copyright (C) 2009-2025  Brandon Allen (https://github.com/thebrandonallen)
    1717 *
    1818 * This program is free software; you can redistribute it and/or modify
     
    3333 * @subpackage Main
    3434 * @author Brandon Allen
    35  * @version 1.9.1
     35 * @version 1.9.2
    3636 */
    3737
  • edit-author-slug/trunk/includes/classes/class-ba-edit-author-slug.php

    r3168187 r3301120  
    2828         * @var   string
    2929         */
    30         const VERSION = '1.9.1';
     30        const VERSION = '1.9.2';
    3131
    3232        /**
     
    310310            add_action( 'init', 'ba_eas_wp_rewrite_overrides', 4 );
    311311            add_action( 'init', array( $this, 'add_rewrite_tags' ), 20 );
    312 
    313             // Localize.
    314             add_action( 'ba_eas_loaded', array( $this, 'load_textdomain' ) );
    315312        }
    316313
    317314        /** Public Methods ****************************************************/
    318 
    319         /**
    320          * Load the translation file for the current language.
    321          *
    322          * We only check the default WP language plugins folder.
    323          * (ie - wp-content/languages/plugins).
    324          *
    325          * @since 0.9.6
    326          * @since 1.5.0 Only check the default WP languages folder.
    327          *
    328          * @return bool
    329          */
    330         public function load_textdomain() {
    331             return load_plugin_textdomain( 'edit-author-slug' );
    332         }
    333315
    334316        /**
  • edit-author-slug/trunk/js/edit-author-slug.min.js

    r3168187 r3301120  
    1 /*! edit-author-slug - v1.9.1 - 2024-10-14 05:00:35 UTC - https://github.com/thebrandonallen/edit-author-slug/ */
     1/*! edit-author-slug - v1.9.2 - 2025-05-27 03:32:00 UTC - https://github.com/thebrandonallen/edit-author-slug/ */
    22!function(){const e=function(e){e&&Object.prototype.hasOwnProperty.call(e,"classList")&&e.classList.toggle("hidden")};document.addEventListener("DOMContentLoaded",(function(){const t=document.querySelector('input[name="ba_eas_author_slug_custom"]'),n=document.querySelector(".eas-demo-author-base-front"),c=document.querySelector('input[name="_ba_eas_remove_front"]');c&&(c.checked&&e(n),c.addEventListener("click",(function(){e(n)}))),document.querySelectorAll('input[class="eas-checkbox"]').forEach((function(t){const n=t.parentNode.parentNode.nextElementSibling;t.checked||e(n),t.addEventListener("click",(function(){e(n)}))})),document.querySelectorAll('input[name="ba_eas_author_slug"]').forEach((function(e){e.addEventListener("click",(function(){e.classList.contains("eas-author-slug-custom-radio")||(t.value=e.value)}))})),t&&t.addEventListener("focus",(function(){document.querySelector(".eas-author-slug-custom-radio").checked="checked"})),document.querySelectorAll("select").forEach((function(t){t.addEventListener("change",(function(t){const n=t.target.nextElementSibling;n&&n.classList.contains("eas-author-slug-select-error")&&e(n)}))}))}))}();
  • edit-author-slug/trunk/languages/edit-author-slug.pot

    r3168187 r3301120  
    1 # Copyright (C) 2009-2024 Brandon Allen
     1# Copyright (C) 2009-2025 Brandon Allen
    22# This file is distributed under the same license as the Edit Author Slug package.
    33# Submit translations to https://translate.wordpress.org/projects/wp-plugins/edit-author-slug.
    44msgid ""
    55msgstr ""
    6 "Project-Id-Version: Edit Author Slug 1.9.1\n"
     6"Project-Id-Version: Edit Author Slug 1.9.2\n"
    77"Report-Msgid-Bugs-To: https://github.com/thebrandonallen/edit-author-slug/issues\n"
    88"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1111"Content-Type: text/plain; charset=UTF-8\n"
    1212"Content-Transfer-Encoding: 8bit\n"
    13 "POT-Creation-Date: 2024-10-14T05:00:36+00:00\n"
     13"POT-Creation-Date: 2025-05-27T03:32:00+00:00\n"
    1414"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1515"X-Generator: WP-CLI 2.11.0\n"
  • edit-author-slug/trunk/readme.txt

    r3168187 r3301120  
    33Tags: author, author base, author slug, user nicename, nicename, permalink, permalinks, slug, users, user, role, roles
    44Requires at least: 5.8
    5 Tested up to: 6.6
     5Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.9.1
     7Stable tag: 1.9.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    6767
    6868== Changelog ==
     69
     70= 1.9.2 =
     71* Release date: 2025-05-27
     72* Bumps "Tested up to" version to 6.8
     73* Fixes issue where `load_plugin_textdomain` was called too early.
     74* Update dependency package versions
    6975
    7076= 1.9.1 =
Note: See TracChangeset for help on using the changeset viewer.