Changeset 3296054
- Timestamp:
- 05/19/2025 01:10:17 AM (10 months ago)
- Location:
- eth-simple-shortlinks
- Files:
-
- 2 added
- 6 edited
- 1 copied
-
tags/0.6.1 (copied) (copied from eth-simple-shortlinks/trunk)
-
tags/0.6.1/LICENSE (added)
-
tags/0.6.1/inc/class-eth-simple-shortlinks.php (modified) (1 diff)
-
tags/0.6.1/languages/eth-simple-shortlinks.pot (modified) (2 diffs)
-
tags/0.6.1/readme.txt (modified) (1 diff)
-
trunk/LICENSE (added)
-
trunk/inc/class-eth-simple-shortlinks.php (modified) (1 diff)
-
trunk/languages/eth-simple-shortlinks.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
eth-simple-shortlinks/tags/0.6.1/inc/class-eth-simple-shortlinks.php
r2748008 r3296054 472 472 * @return string 473 473 */ 474 // phpcs:ignore Squiz.Commenting.FunctionComment.Missing, Universal.Files.SeparateFunctionsFromOO.Mixed 474 475 function eth_simple_shortlinks_get( $post_id ) { 475 476 if ( ! did_action( 'wp_loaded' ) ) { -
eth-simple-shortlinks/tags/0.6.1/languages/eth-simple-shortlinks.pot
r2748008 r3296054 1 # Copyright (C) 202 2Erick Hitter1 # Copyright (C) 2025 Erick Hitter 2 2 # This file is distributed under the same license as the ETH Simple Shortlinks package. 3 3 msgid "" … … 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/eth-simple-shortlinks\n" 8 "POT-Creation-Date: 202 2-06-25 23:01:41+00:00\n"8 "POT-Creation-Date: 2025-05-19 00:56:22+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "PO-Revision-Date: 202 2-MO-DA HO:MI+ZONE\n"12 "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 14 "Language-Team: LANGUAGE <LL@li.org>\n" -
eth-simple-shortlinks/tags/0.6.1/readme.txt
r2750597 r3296054 4 4 Tags: shortlink, shortlinks 5 5 Requires at least: 4.4 6 Tested up to: 6. 06 Tested up to: 6.8 7 7 Stable tag: 0.6.1 8 8 Requires PHP: 7.2 -
eth-simple-shortlinks/trunk/inc/class-eth-simple-shortlinks.php
r2748008 r3296054 472 472 * @return string 473 473 */ 474 // phpcs:ignore Squiz.Commenting.FunctionComment.Missing, Universal.Files.SeparateFunctionsFromOO.Mixed 474 475 function eth_simple_shortlinks_get( $post_id ) { 475 476 if ( ! did_action( 'wp_loaded' ) ) { -
eth-simple-shortlinks/trunk/languages/eth-simple-shortlinks.pot
r2748008 r3296054 1 # Copyright (C) 202 2Erick Hitter1 # Copyright (C) 2025 Erick Hitter 2 2 # This file is distributed under the same license as the ETH Simple Shortlinks package. 3 3 msgid "" … … 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/eth-simple-shortlinks\n" 8 "POT-Creation-Date: 202 2-06-25 23:01:41+00:00\n"8 "POT-Creation-Date: 2025-05-19 00:56:22+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "PO-Revision-Date: 202 2-MO-DA HO:MI+ZONE\n"12 "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 14 "Language-Team: LANGUAGE <LL@li.org>\n" -
eth-simple-shortlinks/trunk/readme.txt
r2750597 r3296054 4 4 Tags: shortlink, shortlinks 5 5 Requires at least: 4.4 6 Tested up to: 6. 06 Tested up to: 6.8 7 7 Stable tag: 0.6.1 8 8 Requires PHP: 7.2
Note: See TracChangeset
for help on using the changeset viewer.