Changeset 1764746
- Timestamp:
- 11/13/2017 07:33:11 AM (8 years ago)
- Location:
- wp-404-page-management/trunk
- Files:
-
- 4 edited
-
404-page-management.php (modified) (1 diff)
-
includes/class-klick-404-dashboard.php (modified) (1 diff)
-
readme.md (modified) (2 diffs)
-
templates/klick-404-tab-change-log.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-404-page-management/trunk/404-page-management.php
r1743713 r1764746 4 4 Plugin Name: WP 404 Page Management 5 5 Description: Manage redirection when page not found 6 Version: 0.0. 16 Version: 0.0.2 7 7 Author: klick on it 8 8 Author URI: http://klick-on-it.com -
wp-404-page-management/trunk/includes/class-klick-404-dashboard.php
r1743713 r1764746 38 38 39 39 $icon = KLICK_404_PLUGIN_URL . "/images/small_icon.png"; 40 add_ menu_page('404 Page Management', '404 Page Management', $capability_required, 'klick_404', array($this, 'klick_404_tab_view'),$icon);40 add_options_page('404 Page Management', '404 Page Management', $capability_required, 'klick_404', array($this, 'klick_404_tab_view'),$icon); 41 41 42 42 // Define hook and function to render admin notice -
wp-404-page-management/trunk/readme.md
r1743713 r1764746 5 5 Requires PHP: 5.4 6 6 Requires at least: 3.8 7 Tested up to: 4. 8.28 Stable tag: 0.0. 17 Tested up to: 4.9 8 Stable tag: 0.0.2 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 65 65 * Initial release 66 66 67 = 0.0.2 = 68 * Minor updates and bugs. 69 * Review of menu/dashboard structure and positioning. 70 67 71 If any suggestions or issues, just contact us on : 'support@klick-on-it.com' -
wp-404-page-management/trunk/templates/klick-404-tab-change-log.php
r1743713 r1764746 5 5 6 6 <div class="klick-404-log-listing-wrap"> 7 <article class="klick-404-log-listing-row"> <!-- Changelog starts --> 8 <h1>404 Page Management 0.0.2 is now available!<time>13th November 2017</time></h1> <!-- Header tab--> 9 <h4>New features</h4> <!-- Inner title and points--> 10 <ul> 11 <li>Review of menu/dashboard structure and positioning.</li> 12 </ul> 13 <h4>Bug Fixes</h4> <!-- Inner title and points--> 14 <ul> 15 <li>Minor updates and bugs.</li> 16 </ul> 17 </article> 18 7 19 <article class="klick-404-log-listing-row"> <!-- Changelog starts --> 8 20 <h1>404 Page Management 0.0.1 is now available!<time>3rd October 2017</time></h1> <!-- Header tab-->
Note: See TracChangeset
for help on using the changeset viewer.