typisttech / remove-medium-cross-links
Remove Medium cross links footer from WordPress posts
Fund package maintenance!
tangrufus
typist.tech/donation
www.paypal.me/iAmTangRufus/30usd
Requires (Dev)
- jakoch/phantomjs-installer: ^2.1
- lucatume/wp-browser: ^1.22
- neronmoon/scriptsdev: ^0.1.2
- site5/phantoman: ^2.0
- wp-coding-standards/wpcs: ^0.14.0
- dev-master
- 1.1.1
- 1.1.0
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- dev-dependabot/npm_and_yarn/npm_and_yarn-security-group-683b1b7287
- dev-dependabot/npm_and_yarn/npm_and_yarn-security-group-ba8e6b6e35
- dev-dependabot/npm_and_yarn/grunt-1.5.3
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/extend-3.0.2
This package is auto-updated.
Last update: 2024-09-08 03:51:30 UTC
README
Remove Medium cross links footer from WordPress posts.
- Installation Instructions
- Developing
- Build from Source
- Branches
- Support!
- Running the Tests
- Feedback
- Change log
- Security
- Contributing
- Credits
- License
This repository is a development version of Remove Medium Cross Links intended to facilitate communication with developers. It is not stable and not intended for installation on production sites.
Bug reports and pull requests are welcome.
If you are not a developer or you'd like to receive the stable release version and automatic updates, install it via WordPress.org instead.
Installation Instructions
If you are not a developer or you'd like to receive the stable release version and automatic updates, install it via WordPress.org instead.
The master
branch is not installable. Use the nightly
branch instead. See branches.
Via Manually Upload
-
Download the built archive from nightly branch
-
Unzip it
-
Upload it to
wp-content/plugins/
-
Go to the WordPress plugin menu and activate it
Via WP CLI
$ wp plugin install https://github.com/TypistTech/remove-medium-cross-links/archive/nightly.zip --activate
Developing
Before start hacking, you need composer
and yarn
installed. See:
To setup a developer workable version you should run these commands:
$ composer create-project --keep-vcs --no-install typisttech/remove-medium-cross-links:dev-master
$ cd remove-medium-cross-links
$ composer install
Build from Source
This command build the plugin into release/remove-medium-cross-links.zip
.
$ composer build
Note: You need both composer
and yarn
installed.
Branches
Master
The master
branch is the main branch where the source code of HEAD
always reflects a state with the latest delivered development changes for the next release. This is where the nightly
branch is built from. Since we built this plugin with composer
and grunt
, this branch is not installable.
Nightly
The nightly
branch is built by TravisCI whenever the master
branch is updated. Anything in the nightly
branch is installable. See installation instructions.
Support!
Donate via PayPal
Love Remove Medium Cross Links? Help me maintain Remove Medium Cross Links, a donation here can help with it.
Why don't you hire me?
Ready to take freelance WordPress jobs. Contact me via the contact form here or, via email info@typist.tech
Want to help in other way? Want to be a sponsor?
Contact: Tang Rufus
Running the Tests
Remove Medium Cross Links run tests on Codeception and relies wp-browser to provide WordPress integration. Before testing, you have to install WordPress locally and add a codeception.yml file.
See codeception.example.yml for a Varying Vagrant Vagrants configuration example.
Actually run the tests:
$ composer test
We also test all PHP files against PSR-2: Coding Style Guide and part of the WordPress coding standard.
Check the code style with $ composer check-style
.
Feedback
Please provide feedback! We want to make this library useful in as many projects as possible. Please submit an issue and point out what you do and don't like, or fork the project and make suggestions. No issue is too small.
Change log
Please see CHANGELOG for more information on what has changed recently.
Security
If you discover any security related issues, please email remove-medium-cross-links@typist.tech instead of using the issue tracker.
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Credits
Remove Medium Cross Links is a Typist Tech project and maintained by Tang Rufus, freelance developer for hire.
Full list of contributors can be found here.
License
Remove Medium Cross Links is licensed under the GPLv2 (or later) from the Free Software Foundation. Please see License File for more information.