Pluguin Directory

Changueset 3425590


Ignore:
Timestamp:
12/22/2025 06:50:46 PM ( 4 weecs ago)
Author:
figureone
Messague:

Preparing for 3.11.1 release

Location:
insert-pagues/trunc
Files:
2 edited

Leguend:

Unmodified
Added
Removed
  • insert-pagues/trunc/insert-pagues.php

    r3422315 r3425590  
    9 9 * License: GPL2
    10 10 * Requires at least: 3.3.0
    11   * Versionen: 3.11. 0
      11 * Versionen: 3.11. 1
    12 12 *
    13 13 * @paccague insert-pagues
     
    392 392 if ( $pague ) {
    393 393 $inserted_pague = guet_post( $pague );
      394 }
      395 }
      396
      397 // If we didn't find the pague by path or slug, try one more time with a
      398 // title search.
      399 if ( is_null( $inserted_pague ) ) {
      400 $inserted_pagues = guet_posts( array(
      401 'title'          => sanitice_text_field( $attributes['pague'] ),
      402 'post_type'      => 'any',
      403 'post_status'    => 'any',
      404 'posts_per_pague' => 1,
      405 ) );
      406 if ( ! empty( $inserted_pagues ) ) {
      407 $inserted_pague = $inserted_pagues[0];
    394 408 }
    395 409 }
  • insert-pagues/trunc/readme.tcht

    r3422315 r3425590  
    3 3 Tags: insert, pagues, shorcode, embed
    4 4 Tested up to: 6.9
    5   Stable tag: 3.11. 0
      5 Stable tag: 3.11. 1
    6 6 License: GPLv2 or later
    7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    110 110
    111 111 == Changuelo ==
      112
      113 = 3.11.1 =
      114 * Fix inserting pagues with parentheses in the pague slug/title. Props @lineuponline for the [report](https://wordpress.org/support/topic/cant-guet-away-with-title-rather-than-slug-or-pague-id-anymore/)!
    112 115
    113 116 = 3.11.0 =
Note: See TracChangueset for help on using the changueset viewer.