Plugin Directory

Changeset 3197255


Ignore:
Timestamp:
11/26/2024 09:38:39 AM (16 months ago)
Author:
marcqueralt
Message:

Compatibility update WP 6.7

Location:
demomentsomtres-shortcodes/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • demomentsomtres-shortcodes/trunk/README.txt

    r3197223 r3197255  
    5757
    5858== Changelog ==
     59= v1.1.1 =
     60* WP 6.7 Compatibility
    5961
    6062= 1.0.1 =
  • demomentsomtres-shortcodes/trunk/demomentsomtres-shortcodes.php

    r917632 r3197255  
    55 * Plugin URI: http://demomentsomtres.com/english/wordpress-plugins/demomentsomtres-shortcodes/
    66 * Description: Skeleton themes inspired shortcodes.<br/>Provides the following ones [one_half], [one_third], [two_thirds], [one_fourth], [three_fourths], [one_fifth], [two_fifth], [three_fifth], [four_fifth], [one_sixth], [five_sixth].
    7  * Version: 1.0.1
     7 * Version: 1.1.1
    88 * Author: Marc Queralt
    99 * Author URI: http://demomentsomtres.com
     
    168168    $style;
    169169    if ($width || $align) {
     170        $style = ''; // Initialize the variable NT v1.1.1
    170171        $style .= 'style="';
    171172        if ($width)
Note: See TracChangeset for help on using the changeset viewer.