Plugin Directory

Changeset 3296054


Ignore:
Timestamp:
05/19/2025 01:10:17 AM (10 months ago)
Author:
ethitter
Message:

Update to version 0.6.1 from GitLab (https://git.ethitter.com/wp-plugins/eth-simple-shortlinks; https://git.ethitter.com/wp-plugins/eth-simple-shortlinks/-/jobs/35820)

Location:
eth-simple-shortlinks
Files:
2 added
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • eth-simple-shortlinks/tags/0.6.1/inc/class-eth-simple-shortlinks.php

    r2748008 r3296054  
    472472 * @return string
    473473 */
     474// phpcs:ignore Squiz.Commenting.FunctionComment.Missing, Universal.Files.SeparateFunctionsFromOO.Mixed
    474475function eth_simple_shortlinks_get( $post_id ) {
    475476    if ( ! did_action( 'wp_loaded' ) ) {
  • eth-simple-shortlinks/tags/0.6.1/languages/eth-simple-shortlinks.pot

    r2748008 r3296054  
    1 # Copyright (C) 2022 Erick Hitter
     1# Copyright (C) 2025 Erick Hitter
    22# This file is distributed under the same license as the ETH Simple Shortlinks package.
    33msgid ""
     
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/eth-simple-shortlinks\n"
    8 "POT-Creation-Date: 2022-06-25 23:01:41+00:00\n"
     8"POT-Creation-Date: 2025-05-19 00:56:22+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 <LL@li.org>\n"
  • eth-simple-shortlinks/tags/0.6.1/readme.txt

    r2750597 r3296054  
    44Tags: shortlink, shortlinks
    55Requires at least: 4.4
    6 Tested up to: 6.0
     6Tested up to: 6.8
    77Stable tag: 0.6.1
    88Requires PHP: 7.2
  • eth-simple-shortlinks/trunk/inc/class-eth-simple-shortlinks.php

    r2748008 r3296054  
    472472 * @return string
    473473 */
     474// phpcs:ignore Squiz.Commenting.FunctionComment.Missing, Universal.Files.SeparateFunctionsFromOO.Mixed
    474475function eth_simple_shortlinks_get( $post_id ) {
    475476    if ( ! did_action( 'wp_loaded' ) ) {
  • eth-simple-shortlinks/trunk/languages/eth-simple-shortlinks.pot

    r2748008 r3296054  
    1 # Copyright (C) 2022 Erick Hitter
     1# Copyright (C) 2025 Erick Hitter
    22# This file is distributed under the same license as the ETH Simple Shortlinks package.
    33msgid ""
     
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/eth-simple-shortlinks\n"
    8 "POT-Creation-Date: 2022-06-25 23:01:41+00:00\n"
     8"POT-Creation-Date: 2025-05-19 00:56:22+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 <LL@li.org>\n"
  • eth-simple-shortlinks/trunk/readme.txt

    r2750597 r3296054  
    44Tags: shortlink, shortlinks
    55Requires at least: 4.4
    6 Tested up to: 6.0
     6Tested up to: 6.8
    77Stable tag: 0.6.1
    88Requires PHP: 7.2
Note: See TracChangeset for help on using the changeset viewer.