File tree Expand file tree Collapse file tree 10 files changed +23
-23
lines changed Expand file tree Collapse file tree 10 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " peterwilsoncc/wp-plugin-template " ,
3- "description" : " WP Plugin Template ." ,
2+ "name" : " peterwilsoncc/no-fuss-indexnow " ,
3+ "description" : " No Fuss IndexNow ." ,
44 "type" : " wordpress-plugin" ,
55 "require-dev" : {
66 "dealerdirect/phpcodesniffer-composer-installer" : " ^1.0" ,
Original file line number Diff line number Diff line change 11<?php
22/**
3- * WP Plugin Template
3+ * No Fuss IndexNow
44 *
5- * @package WpPluginTemplate
5+ * @package NoFussIndexNow
66 */
77
8- namespace PWCC \WpPluginTemplate ;
8+ namespace PWCC \NoFussIndexNow ;
99
1010const PLUGIN_VERSION = '1.0.0 ' ;
1111
Original file line number Diff line number Diff line change 11<?php
22/**
3- * WP Plugin Template
3+ * No Fuss IndexNow
44 *
5- * @package WpPluginTemplate
5+ * @package NoFussIndexNow
66 * @author Peter Wilson
77 * @copyright YYYY Peter Wilson
88 * @license MIT
99 *
1010 * @wordpress-plugin
11- * Plugin Name: WP Plugin Template
12- * Description: A template for creating WordPress plugins.
11+ * Plugin Name: No Fuss IndexNow
12+ * Description: No Fuss IndexNow
1313 * Version: 1.0.0
1414 * Requires at least: 6.5
1515 * Requires PHP: 8.0
1616 * Author: Peter Wilson
1717 * Author URI: https://peterwilson.cc
1818 * License: MIT
19- * Text Domain: wp-plugin-template
19+ * Text Domain: no-fuss-indexnow
2020 */
2121
22- namespace PWCC \WpPluginTemplate ;
22+ namespace PWCC \NoFussIndexNow ;
2323
2424require_once __DIR__ . '/inc/namespace.php ' ;
2525
Original file line number Diff line number Diff line change 3434 <rule ref =" WordPress.WP.I18n" >
3535 <properties >
3636 <!-- Value: replace the text domain used. -->
37- <property name =" text_domain" type =" array" value =" wp-plugin-template " />
37+ <property name =" text_domain" type =" array" value =" no-fuss-indexnow " />
3838 </properties >
3939 </rule >
4040 <rule ref =" WordPress.WhiteSpace.ControlStructureSpacing" >
Original file line number Diff line number Diff line change 88 convertWarningsToExceptions=" true"
99 >
1010 <testsuites >
11- <testsuite name =" wp-plugin-template " >
11+ <testsuite name =" no-fuss-indexnow " >
1212 <directory prefix =" class-test-" suffix =" .php" >./tests/</directory >
1313 <!-- exclude>./tests/class-test-sample.php</exclude -->
1414 </testsuite >
Original file line number Diff line number Diff line change 1- # WP Plugin Template
1+ # No Fuss IndexNow
22
Original file line number Diff line number Diff line change 1- === WP Plugin Template ===
1+ === No Fuss IndexNow ===
22Contributors: peterwilsoncc
33Tags:
44Tested up to: 6.8
55Stable tag: 1.0.0
66License: MIT
7- License URI: https://github.com/peterwilsoncc/wp-plugin-template /blob/main/LICENSE
7+ License URI: https://github.com/peterwilsoncc/no-fuss-indexnow /blob/main/LICENSE
88
99Short Description
1010
Original file line number Diff line number Diff line change 22/**
33 * PHPUnit bootstrap file.
44 *
5- * @package WpPluginTemplate
5+ * @package NoFussIndexNow
66 */
77
88$ _pwcc_tests_directory = getenv ( 'WP_TESTS_DIR ' );
3030 * Manually load the plugin being tested.
3131 */
3232function _pwcc_tests_manually_load_plugin () {
33- require dirname ( __DIR__ ) . '/wp-plugin-template .php ' ;
33+ require dirname ( __DIR__ ) . '/no-fuss-indexnow .php ' ;
3434}
3535
3636tests_add_filter ( 'muplugins_loaded ' , '_pwcc_tests_manually_load_plugin ' );
Original file line number Diff line number Diff line change 22/**
33 * Test Plugin Readme and PHP Headers
44 *
5- * @package WpPluginTemplate
5+ * @package NoFussIndexNow
66 */
77
8- namespace PWCC \WpPluginTemplate \Tests ;
8+ namespace PWCC \NoFussIndexNow \Tests ;
99
1010use WP_UnitTestCase ;
1111
Original file line number Diff line number Diff line change 22/**
33 * Test Plugin Versions match.
44 *
5- * @package WpPluginTemplate
5+ * @package NoFussIndexNow
66 */
77
8- namespace PWCC \WpPluginTemplate \Tests ;
8+ namespace PWCC \NoFussIndexNow \Tests ;
99
1010use WP_UnitTestCase ;
1111
12- use const PWCC \WpPluginTemplate \PLUGIN_VERSION ;
12+ use const PWCC \NoFussIndexNow \PLUGIN_VERSION ;
1313
1414/**
1515 * Test Plugin Readme and PHP Headers
You can’t perform that action at this time.
0 commit comments