Changeset 3081219
- Timestamp:
- 05/04/2024 10:35:05 AM (23 months ago)
- Location:
- easy-image-filters
- Files:
-
- 3 edited
- 23 copied
-
tags/1.0.3 (copied) (copied from easy-image-filters/trunk)
-
tags/1.0.3/LICENSE.txt (copied) (copied from easy-image-filters/trunk/LICENSE.txt)
-
tags/1.0.3/README.txt (copied) (copied from easy-image-filters/trunk/README.txt) (2 diffs)
-
tags/1.0.3/admin/class-easy-image-filters-admin.php (copied) (copied from easy-image-filters/trunk/admin/class-easy-image-filters-admin.php)
-
tags/1.0.3/admin/css/easy-image-filters-admin.css (copied) (copied from easy-image-filters/trunk/admin/css/easy-image-filters-admin.css)
-
tags/1.0.3/admin/css/easy-image-filters-admin.scss (copied) (copied from easy-image-filters/trunk/admin/css/easy-image-filters-admin.scss)
-
tags/1.0.3/admin/css/material.min.css (copied) (copied from easy-image-filters/trunk/admin/css/material.min.css)
-
tags/1.0.3/admin/fonts/roboto-regular-webfont.svg (copied) (copied from easy-image-filters/trunk/admin/fonts/roboto-regular-webfont.svg)
-
tags/1.0.3/admin/js/caman.full.min.js (copied) (copied from easy-image-filters/trunk/admin/js/caman.full.min.js)
-
tags/1.0.3/admin/js/easy-image-filters-admin.js (copied) (copied from easy-image-filters/trunk/admin/js/easy-image-filters-admin.js)
-
tags/1.0.3/admin/js/material.min.js (copied) (copied from easy-image-filters/trunk/admin/js/material.min.js)
-
tags/1.0.3/admin/partials/easy-image-filters-admin-display.php (copied) (copied from easy-image-filters/trunk/admin/partials/easy-image-filters-admin-display.php)
-
tags/1.0.3/easy-image-filters.php (copied) (copied from easy-image-filters/trunk/easy-image-filters.php) (1 diff)
-
tags/1.0.3/includes/class-easy-image-filters-activator.php (copied) (copied from easy-image-filters/trunk/includes/class-easy-image-filters-activator.php)
-
tags/1.0.3/includes/class-easy-image-filters-deactivator.php (copied) (copied from easy-image-filters/trunk/includes/class-easy-image-filters-deactivator.php)
-
tags/1.0.3/includes/class-easy-image-filters-i18n.php (copied) (copied from easy-image-filters/trunk/includes/class-easy-image-filters-i18n.php)
-
tags/1.0.3/includes/class-easy-image-filters-loader.php (copied) (copied from easy-image-filters/trunk/includes/class-easy-image-filters-loader.php)
-
tags/1.0.3/includes/class-easy-image-filters.php (copied) (copied from easy-image-filters/trunk/includes/class-easy-image-filters.php)
-
tags/1.0.3/public/class-easy-image-filters-public.php (copied) (copied from easy-image-filters/trunk/public/class-easy-image-filters-public.php) (3 diffs)
-
tags/1.0.3/public/css/easy-image-filters-public.css (copied) (copied from easy-image-filters/trunk/public/css/easy-image-filters-public.css)
-
tags/1.0.3/public/js/easy-image-filters-public.js (copied) (copied from easy-image-filters/trunk/public/js/easy-image-filters-public.js)
-
tags/1.0.3/public/partials/easy-image-filters-public-display.php (copied) (copied from easy-image-filters/trunk/public/partials/easy-image-filters-public-display.php)
-
tags/1.0.3/uninstall.php (copied) (copied from easy-image-filters/trunk/uninstall.php)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/easy-image-filters.php (modified) (1 diff)
-
trunk/public/class-easy-image-filters-public.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-image-filters/tags/1.0.3/README.txt
r2909042 r3081219 3 3 Tags: media library, image, filter, effects, colorize, hue, sepia, manipulation, editing, html5,canvas, browser, brightness, contrast, vibrance, noise, presets 4 4 Requires at least: 4.0 5 Tested up to: 6. 26 Stable tag: 1.0. 25 Tested up to: 6.5.2 6 Stable tag: 1.0.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 == Changelog == 46 46 47 = 1.0.3 = 48 * PHPCS Fixes. 49 47 50 = 1.0.2 = 48 51 * Fix image generation. -
easy-image-filters/tags/1.0.3/easy-image-filters.php
r2909042 r3081219 17 17 * 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. 219 * Version: 1.0.3 20 20 * Author: Kiran Potphode 21 21 * License: GPL-2.0+ -
easy-image-filters/tags/1.0.3/public/class-easy-image-filters-public.php
r2909042 r3081219 51 51 52 52 $this->plugin_name = $plugin_name; 53 $this->version = $version; 54 53 $this->version = $version; 55 54 } 56 55 … … 75 74 76 75 wp_enqueue_style( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'css/easy-image-filters-public.css', array(), $this->version, 'all' ); 77 78 76 } 79 77 … … 98 96 99 97 wp_enqueue_script( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'js/easy-image-filters-public.js', array( 'jquery' ), $this->version, false ); 100 101 98 } 102 103 99 } -
easy-image-filters/trunk/README.txt
r2909042 r3081219 3 3 Tags: media library, image, filter, effects, colorize, hue, sepia, manipulation, editing, html5,canvas, browser, brightness, contrast, vibrance, noise, presets 4 4 Requires at least: 4.0 5 Tested up to: 6. 26 Stable tag: 1.0. 25 Tested up to: 6.5.2 6 Stable tag: 1.0.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 == Changelog == 46 46 47 = 1.0.3 = 48 * PHPCS Fixes. 49 47 50 = 1.0.2 = 48 51 * Fix image generation. -
easy-image-filters/trunk/easy-image-filters.php
r2909042 r3081219 17 17 * 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. 219 * Version: 1.0.3 20 20 * Author: Kiran Potphode 21 21 * License: GPL-2.0+ -
easy-image-filters/trunk/public/class-easy-image-filters-public.php
r2909042 r3081219 51 51 52 52 $this->plugin_name = $plugin_name; 53 $this->version = $version; 54 53 $this->version = $version; 55 54 } 56 55 … … 75 74 76 75 wp_enqueue_style( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'css/easy-image-filters-public.css', array(), $this->version, 'all' ); 77 78 76 } 79 77 … … 98 96 99 97 wp_enqueue_script( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'js/easy-image-filters-public.js', array( 'jquery' ), $this->version, false ); 100 101 98 } 102 103 99 }
Note: See TracChangeset
for help on using the changeset viewer.