Changeset 2031250
- Timestamp:
- 02/15/2019 10:15:57 AM (7 years ago)
- Location:
- comment-admin-notifier/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
comment-admin-notifier.php (modified) (2 diffs)
-
includes/class-comment-admin-notifier-i18n.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
comment-admin-notifier/trunk/README.txt
r1794666 r2031250 1 === Plugin Name===1 === Comment Admin Notifier === 2 2 Contributors: softmodeling 3 3 Tags: comments, email, admin, alert, mail, comment, notification 4 4 Requires at least: 4.3 5 Tested up to: 4.9.1 5 Tested up to: 5.0.3 6 Requires PHP: 5.6 6 7 Stable tag: trunk 7 8 License: GPLv2 or later … … 22 23 == Installation == 23 24 24 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 25 1. Activate the plugin through the 'Plugins' menu in WordPress 26 1. Place `<?php do_action('plugin_name_hook'); ?>` in your templates 27 28 OR you can just install it with WordPress by going to Plugins → Add New → and type this plugin's name 25 Install this plugin from within your WordPress site by going to Plugins → Add New → and type this plugin's name 29 26 30 27 == Changelog == 31 28 29 = 1.1 = 30 * Plugin compatibility tested with WordPress 5.0 31 32 32 = 1.0 = 33 33 * Initial release 34 35 36 == Upgrade Notice == 37 38 = 1.1 = 39 * Tested plugin compatibility with WordPress 5.0 -
comment-admin-notifier/trunk/comment-admin-notifier.php
r1794666 r2031250 13 13 * Version: 1.0.0 14 14 * Author: Jordi Cabot 15 * Author URI: http ://jordicabot.com/15 * Author URI: https://seriouswp.com/ 16 16 * License: GPL-2.0+ 17 17 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 32 32 die; 33 33 } 34 35 /** 36 * Currently plugin version. 37 * Start at version 1.0.0 and use SemVer - https://semver.org 38 * Rename this for your plugin and update it as you release new versions. 39 */ 40 define( 'COMMENT_ADMIN_NOTIFIER', '1.0.0' ); 41 34 42 35 43 /** -
comment-admin-notifier/trunk/includes/class-comment-admin-notifier-i18n.php
r1794666 r2031250 21 21 22 22 load_plugin_textdomain( 23 ' plugin-name',23 'serious-slack', 24 24 false, 25 25 dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/'
Note: See TracChangeset
for help on using the changeset viewer.