Changeset 1675341
- Timestamp:
- 06/10/2017 08:09:38 AM (9 years ago)
- Location:
- easy-image-filters
- Files:
-
- 43 added
- 2 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/LICENSE.txt (added)
-
tags/1.0.1/README.txt (added)
-
tags/1.0.1/admin (added)
-
tags/1.0.1/admin/class-easy-image-filters-admin.php (added)
-
tags/1.0.1/admin/css (added)
-
tags/1.0.1/admin/css/easy-image-filters-admin.css (added)
-
tags/1.0.1/admin/css/easy-image-filters-admin.scss (added)
-
tags/1.0.1/admin/css/material.min.css (added)
-
tags/1.0.1/admin/fonts (added)
-
tags/1.0.1/admin/fonts/roboto-regular-webfont.eot (added)
-
tags/1.0.1/admin/fonts/roboto-regular-webfont.svg (added)
-
tags/1.0.1/admin/fonts/roboto-regular-webfont.ttf (added)
-
tags/1.0.1/admin/fonts/roboto-regular-webfont.woff (added)
-
tags/1.0.1/admin/fonts/roboto-regular-webfont.woff2 (added)
-
tags/1.0.1/admin/index.php (added)
-
tags/1.0.1/admin/js (added)
-
tags/1.0.1/admin/js/caman.full.min.js (added)
-
tags/1.0.1/admin/js/easy-image-filters-admin.js (added)
-
tags/1.0.1/admin/js/material.min.js (added)
-
tags/1.0.1/admin/partials (added)
-
tags/1.0.1/admin/partials/easy-image-filters-admin-display.php (added)
-
tags/1.0.1/easy-image-filters.php (added)
-
tags/1.0.1/includes (added)
-
tags/1.0.1/includes/class-easy-image-filters-activator.php (added)
-
tags/1.0.1/includes/class-easy-image-filters-deactivator.php (added)
-
tags/1.0.1/includes/class-easy-image-filters-i18n.php (added)
-
tags/1.0.1/includes/class-easy-image-filters-loader.php (added)
-
tags/1.0.1/includes/class-easy-image-filters.php (added)
-
tags/1.0.1/includes/index.php (added)
-
tags/1.0.1/index.php (added)
-
tags/1.0.1/languages (added)
-
tags/1.0.1/languages/easy-image-filters.pot (added)
-
tags/1.0.1/public (added)
-
tags/1.0.1/public/class-easy-image-filters-public.php (added)
-
tags/1.0.1/public/css (added)
-
tags/1.0.1/public/css/easy-image-filters-public.css (added)
-
tags/1.0.1/public/index.php (added)
-
tags/1.0.1/public/js (added)
-
tags/1.0.1/public/js/easy-image-filters-public.js (added)
-
tags/1.0.1/public/partials (added)
-
tags/1.0.1/public/partials/easy-image-filters-public-display.php (added)
-
tags/1.0.1/uninstall.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/easy-image-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-image-filters/trunk/README.txt
r1489690 r1675341 1 1 === Easy Image Filters === 2 2 Contributors: kiranpotphode 3 Donate link: http://kiranpotphode.com/4 3 Tags: media library, image, filter, effects, colorize, hue, sepia, manipulation, editing, html5,canvas, browser, brightness, contrast, vibrance, noise, presets 5 4 Requires at least: 4.0 6 Tested up to: 4. 67 Stable tag: 1.0. 05 Tested up to: 4.8 6 Stable tag: 1.0.1 8 7 License: GPLv2 or later 9 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 46 45 == Changelog == 47 46 48 = 1.0.0 = 47 = 1.0.1 = 48 * Tested upto WordPress 4.8. 49 50 = 1.0 = 49 51 * Plugin Released. -
easy-image-filters/trunk/easy-image-filters.php
r1331905 r1675341 15 15 * @wordpress-plugin 16 16 * Plugin Name: Easy Image Filters 17 * Plugin URI: http ://kiranpotphode.com/easy-image-filters17 * Plugin URI: https://wordpress.org/plugins/easy-image-filters 18 18 * Description: Add cool filters and effects to images without leaving site admin screen. Save new image without loosing original. 19 * Version: 1.0. 019 * Version: 1.0.1 20 20 * Author: Kiran Potphode 21 * Author URI: http://kiranpotphode.com/22 21 * License: GPL-2.0+ 23 22 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Note: See TracChangeset
for help on using the changeset viewer.