Changeset 2643058
- Timestamp:
- 12/12/2021 02:23:00 PM (4 years ago)
- Location:
- painterro/trunk
- Files:
-
- 2 added
- 2 deleted
- 2 edited
-
index.js (modified) (1 diff)
-
painterro-1.2.69.min.js (deleted)
-
painterro-1.2.69.min.js.map (deleted)
-
painterro-1.2.70.min.js (added)
-
painterro-1.2.70.min.js.map (added)
-
painterro-wp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
painterro/trunk/index.js
r2643056 r2643058 91 91 longname: "Painterro", 92 92 author: "Ivan Borshchov", 93 version: "1.2. 69",93 version: "1.2.70", 94 94 }; 95 95 } -
painterro/trunk/painterro-wp.php
r2643056 r2643058 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. 697 Version: 1.2.70 8 8 Author: Ivan Borshchov 9 9 License: MIT 10 10 */ 11 11 12 define("PAINTERRO_FILE", "painterro-1.2. 69.min.js");12 define("PAINTERRO_FILE", "painterro-1.2.70.min.js"); 13 13 14 14 function include_painterro_script()
Note: See TracChangeset
for help on using the changeset viewer.