Changeset 3317513
- Timestamp:
- 06/25/2025 09:24:53 AM (9 months ago)
- Location:
- league-table-lite
- Files:
-
- 8 edited
- 1 copied
-
tags/1.22 (copied) (copied from league-table-lite/trunk)
-
tags/1.22/admin/inc/menu/child/class-daextletal-tables-menu-elements.php (modified) (1 diff)
-
tags/1.22/init.php (modified) (1 diff)
-
tags/1.22/readme.txt (modified) (2 diffs)
-
tags/1.22/shared/class-daextletal-shared.php (modified) (1 diff)
-
trunk/admin/inc/menu/child/class-daextletal-tables-menu-elements.php (modified) (1 diff)
-
trunk/init.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/shared/class-daextletal-shared.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
league-table-lite/tags/1.22/admin/inc/menu/child/class-daextletal-tables-menu-elements.php
r3302012 r3317513 227 227 </td> 228 228 <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> 230 230 </tr> 231 231 <?php endforeach; ?> -
league-table-lite/tags/1.22/init.php
r3302183 r3317513 3 3 * Plugin Name: League Table 4 4 * Description: Generates tables in your WordPress blog. (Lite version) 5 * Version: 1.2 15 * Version: 1.22 6 6 * Author: DAEXT 7 7 * Author URI: https://daext.com -
league-table-lite/tags/1.22/readme.txt
r3302183 r3317513 6 6 Tested up to: 6.8.1 7 7 Requires PHP: 7.2 8 Stable tag: 1.2 18 Stable tag: 1.22 9 9 License: GPLv3 10 10 … … 158 158 == Changelog == 159 159 160 = 1.22 = 161 162 *June 25, 2025* 163 164 * The Shortcode column in the Tables menu now displays the correct shortcode format. 165 160 166 = 1.21 = 161 167 -
league-table-lite/tags/1.22/shared/class-daextletal-shared.php
r3302183 r3317513 75 75 76 76 $this->data['slug'] = 'daextletal'; 77 $this->data['ver'] = '1.2 1';77 $this->data['ver'] = '1.22'; 78 78 $this->data['dir'] = substr( plugin_dir_path( __FILE__ ), 0, -7 ); 79 79 $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 227 227 </td> 228 228 <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> 230 230 </tr> 231 231 <?php endforeach; ?> -
league-table-lite/trunk/init.php
r3302183 r3317513 3 3 * Plugin Name: League Table 4 4 * Description: Generates tables in your WordPress blog. (Lite version) 5 * Version: 1.2 15 * Version: 1.22 6 6 * Author: DAEXT 7 7 * Author URI: https://daext.com -
league-table-lite/trunk/readme.txt
r3302183 r3317513 6 6 Tested up to: 6.8.1 7 7 Requires PHP: 7.2 8 Stable tag: 1.2 18 Stable tag: 1.22 9 9 License: GPLv3 10 10 … … 158 158 == Changelog == 159 159 160 = 1.22 = 161 162 *June 25, 2025* 163 164 * The Shortcode column in the Tables menu now displays the correct shortcode format. 165 160 166 = 1.21 = 161 167 -
league-table-lite/trunk/shared/class-daextletal-shared.php
r3302183 r3317513 75 75 76 76 $this->data['slug'] = 'daextletal'; 77 $this->data['ver'] = '1.2 1';77 $this->data['ver'] = '1.22'; 78 78 $this->data['dir'] = substr( plugin_dir_path( __FILE__ ), 0, -7 ); 79 79 $this->data['url'] = substr( plugin_dir_url( __FILE__ ), 0, -7 );
Note: See TracChangeset
for help on using the changeset viewer.