Plugin Directory

Changeset 3486550


Ignore:
Timestamp:
03/19/2026 02:05:13 PM (9 days ago)
Author:
slimndap
Message:

v1.7.6

Location:
foyer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • foyer/trunk/README.txt

    r3430068 r3486550  
    33Tags: digital signage, signage, narrowcasting, slideshow, theater
    44Requires at least: 4.1
    5 Tested up to: 5.7
     5Tested up to: 6.9
    66Stable tag: trunk
    77License: GPLv3 or later
     
    147147
    148148= Where do I report security bugs found in this plugin? =
    149 
    150149Please report security bugs found in the source code of the undefined plugin through the [Patchstack Vulnerability Disclosure  Program](https://patchstack.com/database/vdp/9e5fbb9e-f8ac-48a3-9c55-c1db67511f30). The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.
     150
    151151
    152152== Changelog ==
     
    289289
    290290== Upgrade Notice ==
     291= 1.7.6 =
     292Updates tested up to WP version.
     293
    291294= 1.7.5 =
    292295Bug fixes and minor enhancements. Check the changelog for full details.
     
    384387= 1.0.1 =
    385388Improved code security: Sanitized and validated all user input, and escaped and sanitized the output of the plugin.
    386 
  • foyer/trunk/foyer.php

    r2489011 r3486550  
    1717 * Plugin URI:        https://mennoluitjes.nl
    1818 * Description:       Create slideshows and show them off on your networked displays.
    19  * Version:           1.7.5
     19 * Version:           1.7.6
    2020 * Author:            Menno Luitjes
    2121 * Author URI:        https://mennoluitjes.nl
     
    6666function run_foyer() {
    6767
    68     define( 'FOYER_PLUGIN_VERSION', '1.7.5' ); // do not access directly
     68    define( 'FOYER_PLUGIN_VERSION', '1.7.6' ); // do not access directly
    6969    define( 'FOYER_PLUGIN_NAME', 'foyer' ); // do not access directly
    7070    define( 'FOYER_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.