Plugin Directory

Changeset 2719082


Ignore:
Timestamp:
05/06/2022 07:22:02 AM (4 years ago)
Author:
vanbrosh
Message:

1.2.76

Location:
painterro/trunk
Files:
2 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • painterro/trunk/index.js

    r2718776 r2719082  
    9191            longname: "Painterro",
    9292            author: "Ivan Borshchov",
    93             version: "1.2.75",
     93            version: "1.2.76",
    9494        };
    9595    }
  • painterro/trunk/painterro-wp.php

    r2718776 r2719082  
    55Plugin URI: https://github.com/ivictbor/painterro
    66Description: 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.75
     7Version: 1.2.76
    88Author: Ivan Borshchov
    99License: MIT
    1010*/
    1111
    12 define("PAINTERRO_FILE", "painterro-1.2.75.min.js");
     12define("PAINTERRO_FILE", "painterro-1.2.76.min.js");
    1313
    1414function include_painterro_script()
Note: See TracChangeset for help on using the changeset viewer.