Plugin Directory

Changeset 3322048


Ignore:
Timestamp:
07/03/2025 11:08:48 PM (5 months ago)
Author:
ethitter
Message:

Update to version 1.3.2 from GitLab (https://git.ethitter.com/wp-plugins/external-permalinks-redux; https://git.ethitter.com/wp-plugins/external-permalinks-redux/-/jobs/36732)

Location:
external-permalinks-redux
Files:
2 added
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • external-permalinks-redux/tags/1.3.2/external-permalinks-redux.php

    r2747992 r3322048  
    2525 *
    2626 * @package External_Permalinks_Redux
     27 *
     28 * @phpcs:disable Universal.Files.SeparateFunctionsFromOO.Mixed
    2729 */
    2830
    2931// Include block-editor class.
     32// phpcs:ignore Modernize.FunctionCalls.Dirname.FileConstant
    3033require_once dirname( __FILE__ ) . '/inc/class-external-permalinks-redux-block-editor.php';
    3134
  • external-permalinks-redux/tags/1.3.2/inc/class-external-permalinks-redux-block-editor.php

    r2747979 r3322048  
    130130        }
    131131
     132        // phpcs:ignore Modernize.FunctionCalls.Dirname.FileConstant
    132133        $asset_data   = require_once dirname( dirname( __FILE__ ) ) . '/assets/build/index.asset.php';
    133134        $asset_handle = 'external-permalinks-redux';
     
    135136        wp_enqueue_script(
    136137            $asset_handle,
     138            // phpcs:ignore Modernize.FunctionCalls.Dirname.FileConstant
    137139            plugins_url( 'assets/build/index.js', dirname( __FILE__ ) ),
    138140            $asset_data['dependencies'],
     
    157159            $asset_handle,
    158160            'external-permalinks-redux',
     161            // phpcs:ignore Modernize.FunctionCalls.Dirname.FileConstant
    159162            dirname( dirname( __FILE__ ) ) . '/languages'
    160163        );
  • external-permalinks-redux/tags/1.3.2/languages/external-permalinks-redux.pot

    r2747992 r3322048  
    1 # Copyright (C) 2022 Erick Hitter & Oomph, Inc.
     1# Copyright (C) 2025 Erick Hitter & Oomph, Inc.
    22# This file is distributed under the same license as the External Permalinks Redux package.
    33msgid ""
     
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/external-permalinks-redux\n"
    8 "POT-Creation-Date: 2022-06-25 20:20:40+00:00\n"
     8"POT-Creation-Date: 2025-07-03 22:54:33+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n"
     12"PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <[email protected]>\n"
  • external-permalinks-redux/tags/1.3.2/readme.txt

    r2750599 r3322048  
    44Tags: link, redirect, external link, permalink
    55Requires at least: 3.0
    6 Tested up to: 6.0
     6Tested up to: 6.8
    77Stable tag: 1.3.2
    88Requires PHP: 5.2
  • external-permalinks-redux/trunk/external-permalinks-redux.php

    r2747992 r3322048  
    2525 *
    2626 * @package External_Permalinks_Redux
     27 *
     28 * @phpcs:disable Universal.Files.SeparateFunctionsFromOO.Mixed
    2729 */
    2830
    2931// Include block-editor class.
     32// phpcs:ignore Modernize.FunctionCalls.Dirname.FileConstant
    3033require_once dirname( __FILE__ ) . '/inc/class-external-permalinks-redux-block-editor.php';
    3134
  • external-permalinks-redux/trunk/inc/class-external-permalinks-redux-block-editor.php

    r2747979 r3322048  
    130130        }
    131131
     132        // phpcs:ignore Modernize.FunctionCalls.Dirname.FileConstant
    132133        $asset_data   = require_once dirname( dirname( __FILE__ ) ) . '/assets/build/index.asset.php';
    133134        $asset_handle = 'external-permalinks-redux';
     
    135136        wp_enqueue_script(
    136137            $asset_handle,
     138            // phpcs:ignore Modernize.FunctionCalls.Dirname.FileConstant
    137139            plugins_url( 'assets/build/index.js', dirname( __FILE__ ) ),
    138140            $asset_data['dependencies'],
     
    157159            $asset_handle,
    158160            'external-permalinks-redux',
     161            // phpcs:ignore Modernize.FunctionCalls.Dirname.FileConstant
    159162            dirname( dirname( __FILE__ ) ) . '/languages'
    160163        );
  • external-permalinks-redux/trunk/languages/external-permalinks-redux.pot

    r2747992 r3322048  
    1 # Copyright (C) 2022 Erick Hitter & Oomph, Inc.
     1# Copyright (C) 2025 Erick Hitter & Oomph, Inc.
    22# This file is distributed under the same license as the External Permalinks Redux package.
    33msgid ""
     
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/external-permalinks-redux\n"
    8 "POT-Creation-Date: 2022-06-25 20:20:40+00:00\n"
     8"POT-Creation-Date: 2025-07-03 22:54:33+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n"
     12"PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <[email protected]>\n"
  • external-permalinks-redux/trunk/readme.txt

    r2750599 r3322048  
    44Tags: link, redirect, external link, permalink
    55Requires at least: 3.0
    6 Tested up to: 6.0
     6Tested up to: 6.8
    77Stable tag: 1.3.2
    88Requires PHP: 5.2
Note: See TracChangeset for help on using the changeset viewer.