Changeset 2520450
- Timestamp:
- 04/23/2021 02:17:58 PM (5 years ago)
- Location:
- painterro/trunk
- Files:
-
- 2 added
- 2 deleted
- 2 edited
-
index.js (modified) (1 diff)
-
painterro-1.2.45.min.js (deleted)
-
painterro-1.2.45.min.js.map (deleted)
-
painterro-1.2.46.min.js (added)
-
painterro-1.2.46.min.js.map (added)
-
painterro-wp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
painterro/trunk/index.js
r2520433 r2520450 91 91 longname: "Painterro", 92 92 author: "Ivan Borshchov", 93 version: "1.2.4 5",93 version: "1.2.46", 94 94 }; 95 95 } -
painterro/trunk/painterro-wp.php
r2520433 r2520450 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 57 Version: 1.2.46 8 8 Author: Ivan Borshchov 9 9 License: MIT 10 10 */ 11 11 12 define("PAINTERRO_FILE", "painterro-1.2.4 5.min.js");12 define("PAINTERRO_FILE", "painterro-1.2.46.min.js"); 13 13 14 14 function include_painterro_script()
Note: See TracChangeset
for help on using the changeset viewer.