Changeset 2772169
- Timestamp:
- 08/18/2022 03:40:45 PM (4 years ago)
- Location:
- jarvis
- Files:
-
- 4 deleted
- 3 edited
- 2 copied
-
tags/1.1.0 (copied) (copied from jarvis/trunk)
-
tags/1.1.0/jarvis.php (modified) (2 diffs)
-
tags/1.1.0/readme.txt (copied) (copied from jarvis/trunk/readme.txt) (2 diffs)
-
trunk/README.md (deleted)
-
trunk/gulpfile.js (deleted)
-
trunk/jarvis.php (modified) (2 diffs)
-
trunk/package-lock.json (deleted)
-
trunk/package.json (deleted)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jarvis/tags/1.1.0/jarvis.php
r2360401 r2772169 4 4 Plugin URI: http://www.wpjarvis.com 5 5 Description: Jarvis is your administration assistant, putting WordPress at your fingertips. 6 Version: 1. 0.66 Version: 1.1.0 7 7 Author: The Web Development Group, David Everett, Joan Piedra, Kurtis Shaner, Doug Axelrod 8 8 Author URI: http://www.wdg.co … … 13 13 namespace Jarvis; 14 14 15 require_once __DIR__ . '/vendor/autoload.php'; 16 15 17 define( 'JARVIS_PATH', __DIR__ ); 16 18 define( 'JARVIS_URI', plugins_url( '', __FILE__ ) ); 17 18 require_once 'src/php/plugin.php'; 19 define( 'JARVIS_VERSION', '1.1.0' ); 19 20 20 21 Plugin::get_instance(); -
jarvis/tags/1.1.0/readme.txt
r2771743 r2772169 8 8 Requires at least: 4.8 9 9 Tested up to: 6.0.1 10 Stable tag: 1. 0.611 Version: 1. 0.612 License: GPLv2 or later13 License URI: http ://www.gnu.org/licenses/gpl-2.0.html10 Stable tag: 1.1.0 11 Version: 1.1.0 12 License: MIT 13 License URI: https://opensource.org/licenses/mit-license.php 14 14 Donate link: http://www.webdevelopmentgroup.com 15 15 … … 65 65 66 66 == Changelog == 67 68 = 1.1.0 = 69 * Drop IE11 support 70 * Add Modern and Dracula color schemes 71 * Refactor themes to use CSS variables 72 * Refactor the build process from a gulp build to es modules with rollup and bundle typeahead/bloodhound dependencies 73 * Introduce composer for autoloading and build scripts 74 * Introduce phpcs with WP Coding Standards 67 75 68 76 = 1.0.6 = -
jarvis/trunk/jarvis.php
r2360401 r2772169 4 4 Plugin URI: http://www.wpjarvis.com 5 5 Description: Jarvis is your administration assistant, putting WordPress at your fingertips. 6 Version: 1. 0.66 Version: 1.1.0 7 7 Author: The Web Development Group, David Everett, Joan Piedra, Kurtis Shaner, Doug Axelrod 8 8 Author URI: http://www.wdg.co … … 13 13 namespace Jarvis; 14 14 15 require_once __DIR__ . '/vendor/autoload.php'; 16 15 17 define( 'JARVIS_PATH', __DIR__ ); 16 18 define( 'JARVIS_URI', plugins_url( '', __FILE__ ) ); 17 18 require_once 'src/php/plugin.php'; 19 define( 'JARVIS_VERSION', '1.1.0' ); 19 20 20 21 Plugin::get_instance(); -
jarvis/trunk/readme.txt
r2771743 r2772169 8 8 Requires at least: 4.8 9 9 Tested up to: 6.0.1 10 Stable tag: 1. 0.611 Version: 1. 0.612 License: GPLv2 or later13 License URI: http ://www.gnu.org/licenses/gpl-2.0.html10 Stable tag: 1.1.0 11 Version: 1.1.0 12 License: MIT 13 License URI: https://opensource.org/licenses/mit-license.php 14 14 Donate link: http://www.webdevelopmentgroup.com 15 15 … … 65 65 66 66 == Changelog == 67 68 = 1.1.0 = 69 * Drop IE11 support 70 * Add Modern and Dracula color schemes 71 * Refactor themes to use CSS variables 72 * Refactor the build process from a gulp build to es modules with rollup and bundle typeahead/bloodhound dependencies 73 * Introduce composer for autoloading and build scripts 74 * Introduce phpcs with WP Coding Standards 67 75 68 76 = 1.0.6 =
Note: See TracChangeset
for help on using the changeset viewer.