Plugin Directory

Changeset 3317513


Ignore:
Timestamp:
06/25/2025 09:24:53 AM (9 months ago)
Author:
daext
Message:

Committing and tagging 1.22

Location:
league-table-lite
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • league-table-lite/tags/1.22/admin/inc/menu/child/class-daextletal-tables-menu-elements.php

    r3302012 r3317513  
    227227                                            </td>
    228228                                            <td><?php echo strlen( trim( $result['description'] ) ) > 0 ? esc_html( stripslashes( $result['description'] ) ) : esc_html__( 'N/A', 'league-table-lite' ); ?></td>
    229                                             <td><?php echo '[lt id="' . intval( $result['id'], 10 ) . '"]'; ?></td>
     229                                            <td><?php echo '[ltl id="' . intval( $result['id'], 10 ) . '"]'; ?></td>
    230230                                        </tr>
    231231                                    <?php endforeach; ?>
  • league-table-lite/tags/1.22/init.php

    r3302183 r3317513  
    33 * Plugin Name: League Table
    44 * Description: Generates tables in your WordPress blog. (Lite version)
    5  * Version: 1.21
     5 * Version: 1.22
    66 * Author: DAEXT
    77 * Author URI: https://daext.com
  • league-table-lite/tags/1.22/readme.txt

    r3302183 r3317513  
    66Tested up to: 6.8.1
    77Requires PHP: 7.2
    8 Stable tag: 1.21
     8Stable tag: 1.22
    99License: GPLv3
    1010
     
    158158== Changelog ==
    159159
     160= 1.22 =
     161
     162*June 25, 2025*
     163
     164*  The Shortcode column in the Tables menu now displays the correct shortcode format.
     165
    160166= 1.21 =
    161167
  • league-table-lite/tags/1.22/shared/class-daextletal-shared.php

    r3302183 r3317513  
    7575
    7676        $this->data['slug'] = 'daextletal';
    77         $this->data['ver']  = '1.21';
     77        $this->data['ver']  = '1.22';
    7878        $this->data['dir']  = substr( plugin_dir_path( __FILE__ ), 0, -7 );
    7979        $this->data['url']  = substr( plugin_dir_url( __FILE__ ), 0, -7 );
  • league-table-lite/trunk/admin/inc/menu/child/class-daextletal-tables-menu-elements.php

    r3302012 r3317513  
    227227                                            </td>
    228228                                            <td><?php echo strlen( trim( $result['description'] ) ) > 0 ? esc_html( stripslashes( $result['description'] ) ) : esc_html__( 'N/A', 'league-table-lite' ); ?></td>
    229                                             <td><?php echo '[lt id="' . intval( $result['id'], 10 ) . '"]'; ?></td>
     229                                            <td><?php echo '[ltl id="' . intval( $result['id'], 10 ) . '"]'; ?></td>
    230230                                        </tr>
    231231                                    <?php endforeach; ?>
  • league-table-lite/trunk/init.php

    r3302183 r3317513  
    33 * Plugin Name: League Table
    44 * Description: Generates tables in your WordPress blog. (Lite version)
    5  * Version: 1.21
     5 * Version: 1.22
    66 * Author: DAEXT
    77 * Author URI: https://daext.com
  • league-table-lite/trunk/readme.txt

    r3302183 r3317513  
    66Tested up to: 6.8.1
    77Requires PHP: 7.2
    8 Stable tag: 1.21
     8Stable tag: 1.22
    99License: GPLv3
    1010
     
    158158== Changelog ==
    159159
     160= 1.22 =
     161
     162*June 25, 2025*
     163
     164*  The Shortcode column in the Tables menu now displays the correct shortcode format.
     165
    160166= 1.21 =
    161167
  • league-table-lite/trunk/shared/class-daextletal-shared.php

    r3302183 r3317513  
    7575
    7676        $this->data['slug'] = 'daextletal';
    77         $this->data['ver']  = '1.21';
     77        $this->data['ver']  = '1.22';
    7878        $this->data['dir']  = substr( plugin_dir_path( __FILE__ ), 0, -7 );
    7979        $this->data['url']  = substr( plugin_dir_url( __FILE__ ), 0, -7 );
Note: See TracChangeset for help on using the changeset viewer.