Changeset 2522062
- Timestamp:
- 04/27/2021 12:06:23 PM (5 years ago)
- Location:
- painterro/trunk
- Files:
-
- 2 added
- 2 deleted
- 2 edited
-
index.js (modified) (1 diff)
-
painterro-1.2.48.min.js (deleted)
-
painterro-1.2.48.min.js.map (deleted)
-
painterro-1.2.49.min.js (added)
-
painterro-1.2.49.min.js.map (added)
-
painterro-wp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
painterro/trunk/index.js
r2521663 r2522062 91 91 longname: "Painterro", 92 92 author: "Ivan Borshchov", 93 version: "1.2.4 8",93 version: "1.2.49", 94 94 }; 95 95 } -
painterro/trunk/painterro-wp.php
r2521663 r2522062 5 5 Plugin URI: https://github.com/ivictbor/painterro 6 6 Description: Paste screenshots and edit images directly in browser. Adds Painterro button to visual editor for images editing. Absolutely free and open source. 7 Version: 1.2.4 87 Version: 1.2.49 8 8 Author: Ivan Borshchov 9 9 License: MIT 10 10 */ 11 11 12 define("PAINTERRO_FILE", "painterro-1.2.4 8.min.js");12 define("PAINTERRO_FILE", "painterro-1.2.49.min.js"); 13 13 14 14 function include_painterro_script()
Note: See TracChangeset
for help on using the changeset viewer.