Changeset 3288223
- Timestamp:
- 05/06/2025 07:24:23 AM (11 months ago)
- Location:
- image-protection
- Files:
-
- 6 added
- 5 edited
-
tags/1.0.3 (added)
-
tags/1.0.3/CHANGELOG.md (added)
-
tags/1.0.3/README.md (added)
-
tags/1.0.3/image-protection.php (added)
-
tags/1.0.3/protection.js (added)
-
tags/1.0.3/readme.txt (added)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/README.md (modified) (1 diff)
-
trunk/image-protection.php (modified) (2 diffs)
-
trunk/protection.js (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
image-protection/trunk/CHANGELOG.md
r3286295 r3288223 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 8 ## [1.0.3] - 2025-05-06 9 10 ### Removed 11 - jQuery dependency 7 12 8 13 ## [1.0.2] - 2025-05-02 -
image-protection/trunk/README.md
r3286295 r3288223 5 5 **Requires at least:** 5.0 6 6 **Tested up to:** 6.8 7 **Stable tag:** 1.0. 27 **Stable tag:** 1.0.3 8 8 **Requires PHP:** 7.4 9 9 **License:** GPLv2 or later -
image-protection/trunk/image-protection.php
r3286295 r3288223 4 4 * Plugin URI: https://wordpress.org/plugins/image-protection 5 5 * Description: Protects images from being copied, saved, or screenshot. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 7.4 … … 24 24 * Define plugin constants. 25 25 */ 26 define( 'IMAGE_PROTECTION_VERSION', '1.0. 2' );26 define( 'IMAGE_PROTECTION_VERSION', '1.0.3' ); 27 27 define( 'IMAGE_PROTECTION_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 28 28 define( 'IMAGE_PROTECTION_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
image-protection/trunk/protection.js
r3286295 r3288223 1 (function( $) {1 (function() { 2 2 'use strict'; 3 3 … … 266 266 new ImageProtection(); 267 267 }); 268 269 })(jQuery); 270 271 268 })(); -
image-protection/trunk/readme.txt
r3286295 r3288223 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.