Changeset 1412429
- Timestamp:
- 05/08/2016 05:38:15 AM (10 years ago)
- Location:
- wp-hrms/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
wp-hrms.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-hrms/trunk/readme.txt
r1411841 r1412429 5 5 Requires at least: 4.0 6 6 Tested up to: 4.5 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 19 19 20 20 * Employees 21 * Department 21 * Departments 22 22 23 23 == Installation == … … 60 60 == Changelog == 61 61 62 = 1.0.1 = 63 * Slight tweak to the employee form in admin. 64 62 65 = 1.0.0 = 63 66 * First stable release. -
wp-hrms/trunk/wp-hrms.php
r1411841 r1412429 13 13 * @wordpress-plugin 14 14 * Plugin Name: WP HRMS 15 * Plugin URI: http s://github.com/perezlabs/wp-hrms15 * Plugin URI: http://perezlabs.com 16 16 * Description: Human Resource Management System for WordPress 17 * Version: 1.0. 017 * Version: 1.0.1 18 18 * Author: Perez Labs 19 19 * Author URI: http://perezlabs.com … … 31 31 * Define constants 32 32 */ 33 define( 'WP_HRMS_VERSION', '1.0. 0' );33 define( 'WP_HRMS_VERSION', '1.0.1' ); 34 34 define( 'WP_HRMS_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); 35 35 define( 'WP_HRMS_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
Note: See TracChangeset
for help on using the changeset viewer.