Changeset 2524609
- Timestamp:
- 05/01/2021 02:01:22 PM (5 years ago)
- Location:
- painterro/trunk
- Files:
-
- 2 added
- 2 deleted
- 2 edited
-
index.js (modified) (1 diff)
-
painterro-1.2.54.min.js (deleted)
-
painterro-1.2.54.min.js.map (deleted)
-
painterro-1.2.55.min.js (added)
-
painterro-1.2.55.min.js.map (added)
-
painterro-wp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
painterro/trunk/index.js
r2524346 r2524609 91 91 longname: "Painterro", 92 92 author: "Ivan Borshchov", 93 version: "1.2.5 4",93 version: "1.2.55", 94 94 }; 95 95 } -
painterro/trunk/painterro-wp.php
r2524346 r2524609 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.5 47 Version: 1.2.55 8 8 Author: Ivan Borshchov 9 9 License: MIT 10 10 */ 11 11 12 define("PAINTERRO_FILE", "painterro-1.2.5 4.min.js");12 define("PAINTERRO_FILE", "painterro-1.2.55.min.js"); 13 13 14 14 function include_painterro_script()
Note: See TracChangeset
for help on using the changeset viewer.