Plugin Directory

Changeset 2985246

Timestamp:
10/28/2023 09:39:00 AM (9 months ago)
Author:
nielslange
Message:

Update to version 2.0 from GitHub

Location:
smntcs-simple-events-widget
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • smntcs-simple-events-widget/tags/2.0/README.md

    r2981926 r2985246  
    2727## Changelog
    2828
    29 = 1.9 (2023.10.21) =
     29### 2.0 (2023.10.28)
    3030
    31 -   Test up to WP 6.4
     31- Fix i18n issue
     32
     33### 1.9 (2023.10.21)
     34
     35- Test up to WP 6.4
    3236
    3337### 1.8 (2023.05.28)
    3438
    35 -   Fix warning when regarding undefined array key
     39- Fix warning when regarding undefined array key
    3640
    3741### 1.7 (2023.05.07)
    3842
    39 -   Only execute plugin on posts and pages
    40 -   Remove line break after event list
     43- Only execute plugin on posts and pages
     44- Remove line break after event list
    4145
    4246### 1.6 (2023.05.07)
    4347
    44 -   Show message when no events are available.
    45 -   Test up to WP 6.2
     48- Show message when no events are available.
     49- Test up to WP 6.2
    4650
    4751### 1.5 (2022.12.03)
    4852
    49 -   Test up to WP 6.1
     53- Test up to WP 6.1
    5054
    5155### 1.4 (2022.05.29)
    5256
    53 -   Test up to WP 6.0
     57- Test up to WP 6.0
    5458
    5559### 1.3 (2022.01.01)
    5660
    57 -   Test up to WP 5.9
     61- Test up to WP 5.9
    5862
    5963### 1.2 (2019.12.31)
    6064
    61 -   Test up to WP 5.8
     65- Test up to WP 5.8
    6266
    6367### 1.1 (2019.02.19)
    6468
    65 -   Test up to WP 5.0
     69- Test up to WP 5.0
    6670
    6771### 1.0 (2018.04.09)
    6872
    69 -   Initial release
     73- Initial release
  • smntcs-simple-events-widget/tags/2.0/README.txt

    r2981926 r2985246  
    33Contributors:       nielslange
    44Tags:               Simple Events, Event, Widget, Sidebar
    5 Stable tag:         1.9
     5Stable tag:         
    66Tested up to:       6.4
    77Requires at least:  3.4
     
    3232
    3333== Changelog ==
     34
     35
     36
     37
    3438
    3539= 1.9 (2023.10.21) =
  • smntcs-simple-events-widget/tags/2.0/smntcs-simple-events-widget.php

    r2981926 r2985246  
    77 * Author URI:            https://nielslange.de
    88 * Text Domain:           smntcs-simple-events-widget
    9  * Version:               1.9
     9 * Version:               
    1010 * Requires PHP:          5.6
    1111 * Requires at least:     3.4
     
    251251            print( '</ul>' );
    252252        } else {
    253             print( '<p>' . esc_html__( 'No events found.', 'smntcs-simple-events-widget' ) . '</p>' );
     253            print( '<p>' . esc_html ) . '</p>' );
    254254        }
    255255
  • smntcs-simple-events-widget/trunk/README.md

    r2981926 r2985246  
    2727## Changelog
    2828
    29 = 1.9 (2023.10.21) =
     29### 2.0 (2023.10.28)
    3030
    31 -   Test up to WP 6.4
     31- Fix i18n issue
     32
     33### 1.9 (2023.10.21)
     34
     35- Test up to WP 6.4
    3236
    3337### 1.8 (2023.05.28)
    3438
    35 -   Fix warning when regarding undefined array key
     39- Fix warning when regarding undefined array key
    3640
    3741### 1.7 (2023.05.07)
    3842
    39 -   Only execute plugin on posts and pages
    40 -   Remove line break after event list
     43- Only execute plugin on posts and pages
     44- Remove line break after event list
    4145
    4246### 1.6 (2023.05.07)
    4347
    44 -   Show message when no events are available.
    45 -   Test up to WP 6.2
     48- Show message when no events are available.
     49- Test up to WP 6.2
    4650
    4751### 1.5 (2022.12.03)
    4852
    49 -   Test up to WP 6.1
     53- Test up to WP 6.1
    5054
    5155### 1.4 (2022.05.29)
    5256
    53 -   Test up to WP 6.0
     57- Test up to WP 6.0
    5458
    5559### 1.3 (2022.01.01)
    5660
    57 -   Test up to WP 5.9
     61- Test up to WP 5.9
    5862
    5963### 1.2 (2019.12.31)
    6064
    61 -   Test up to WP 5.8
     65- Test up to WP 5.8
    6266
    6367### 1.1 (2019.02.19)
    6468
    65 -   Test up to WP 5.0
     69- Test up to WP 5.0
    6670
    6771### 1.0 (2018.04.09)
    6872
    69 -   Initial release
     73- Initial release
  • smntcs-simple-events-widget/trunk/README.txt

    r2981926 r2985246  
    33Contributors:       nielslange
    44Tags:               Simple Events, Event, Widget, Sidebar
    5 Stable tag:         1.9
     5Stable tag:         
    66Tested up to:       6.4
    77Requires at least:  3.4
     
    3232
    3333== Changelog ==
     34
     35
     36
     37
    3438
    3539= 1.9 (2023.10.21) =
  • smntcs-simple-events-widget/trunk/smntcs-simple-events-widget.php

    r2981926 r2985246  
    77 * Author URI:            https://nielslange.de
    88 * Text Domain:           smntcs-simple-events-widget
    9  * Version:               1.9
     9 * Version:               
    1010 * Requires PHP:          5.6
    1111 * Requires at least:     3.4
     
    251251            print( '</ul>' );
    252252        } else {
    253             print( '<p>' . esc_html__( 'No events found.', 'smntcs-simple-events-widget' ) . '</p>' );
     253            print( '<p>' . esc_html ) . '</p>' );
    254254        }
    255255
Note: See TracChangeset for help on using the changeset viewer.