Changeset 3486550
- Timestamp:
- 03/19/2026 02:05:13 PM (9 days ago)
- Location:
- foyer/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (4 diffs)
-
foyer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
foyer/trunk/README.txt
r3430068 r3486550 3 3 Tags: digital signage, signage, narrowcasting, slideshow, theater 4 4 Requires at least: 4.1 5 Tested up to: 5.75 Tested up to: 6.9 6 6 Stable tag: trunk 7 7 License: GPLv3 or later … … 147 147 148 148 = Where do I report security bugs found in this plugin? = 149 150 149 Please 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 151 151 152 152 == Changelog == … … 289 289 290 290 == Upgrade Notice == 291 = 1.7.6 = 292 Updates tested up to WP version. 293 291 294 = 1.7.5 = 292 295 Bug fixes and minor enhancements. Check the changelog for full details. … … 384 387 = 1.0.1 = 385 388 Improved code security: Sanitized and validated all user input, and escaped and sanitized the output of the plugin. 386 -
foyer/trunk/foyer.php
r2489011 r3486550 17 17 * Plugin URI: https://mennoluitjes.nl 18 18 * Description: Create slideshows and show them off on your networked displays. 19 * Version: 1.7. 519 * Version: 1.7.6 20 20 * Author: Menno Luitjes 21 21 * Author URI: https://mennoluitjes.nl … … 66 66 function run_foyer() { 67 67 68 define( 'FOYER_PLUGIN_VERSION', '1.7. 5' ); // do not access directly68 define( 'FOYER_PLUGIN_VERSION', '1.7.6' ); // do not access directly 69 69 define( 'FOYER_PLUGIN_NAME', 'foyer' ); // do not access directly 70 70 define( 'FOYER_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.