asdfdotdev / utm.codes

WordPress plugin that makes building analytics friendly links quick and easy.

Home Page:https://utm.codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 

PHPUnit Tests (8.x) PHPUnit Tests (7.x) PHPUnit Tests (Legacy 7.x) codecov

Welcome to the developer repository for utm.codes, a WordPress plugin that makes creating analytics friendly marketing links quick and easy.

For more information about this plugin visit utm.codes.

To download just the plugin (without the developer extras in this repo) check out utm.codes on WordPress.org.

Compatibility

WordPress Compatibility PHP Compatibility

utm.codes is developed for, and tested with, platform versions covering the vast majority of WordPress users, including:

  • WordPress 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6.0, 6.1, 6.2, 6.3, and 6.4
  • PHP 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, and 8.2

Branches

main - Contains the latest usable code and will mirror the code available for download from WordPress.org.

development - This branch will at times be more experimental and may contain incomplete and/or untested ideas. Please reference latest commit messages/tags for further details. This branch should be used for development and experimentation only and not deployed to a production environment.

Repository Contents

.
├── _build
│   ├── javascript
│   └── styles
├── _test
│   ├── bin
│   └── tests
├── classes
├── css
├── img
├── js
└── languages
  • _build - Static resource build files used to compile our javascript and stylesheet
  • _test - PHPUnit unit, integration, and ajax test resources
  • classes - Core classes used by our plugin
  • css - Compiled admin stylesheet used by our plugin
  • img - Our awesome logo
  • js - Compiled javascript file used by our plugin
  • languages - Portable Object Template (.pot) file for plugin translation

Build Process

utm.codes uses webpack. Prerequisites include a working and reasonably up-to-date install of node and npm.

For instructions on running the build check out the README.

Tests

For instructions on running test check out the README.

Providing Feedback

We would be delighted if you'd submit a review of this plugin. Click here to post a review.

If you'd like to contribute to utm.codes please reference our code of conduct and contributing guides.

About

WordPress plugin that makes building analytics friendly links quick and easy.

https://utm.codes

License:GNU General Public License v2.0


Languages

Language:PHP 90.5%Language:SCSS 5.0%Language:Shell 2.7%Language:JavaScript 1.8%