Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/mautic/mautic-wordpress

Wordpress Plugin
https://github.com/mautic/mautic-wordpress

Mark the plugin tested up to 6.1

cd9285a394616565b598094e14fac522a5601b27 authored almost 2 years ago by Stéphane HULARD <[email protected]>
Merge pull request #122 from adiux/load-form-js-async

Load form and modal javascript async

e9509023791724fa564317c0515c87e4fd10f936 authored over 2 years ago by Stéphane HULARD <[email protected]>
use async on the modal too, not to block the rendering and styling

7503167a07119ec31d1928d7801bc2fb13ed76b4 authored over 2 years ago by Adrian Schimpf <[email protected]>
use async not to block the rendering and styling of the rest of the page

8a8276b84dd8bd569e5f1da82cff0ed9c3a9b690 authored over 2 years ago by Adrian Schimpf <[email protected]>
Mark plugin tested up to WordPress 5.9

5504c7e48db7f02d4bd2efafd5248b1decfac6ee authored almost 3 years ago by Stéphane HULARD <[email protected]>
Test: Up to WordPress 5.7

ae304b42efa573d18829b8dca49caea0c88b37c6 authored almost 4 years ago by Stéphane HULARD <[email protected]>
Add missing style on tracking image (inside shortcode).

Also prepare v2.4.2

a881d68863102730682d649e31066b283d34bb33 authored about 4 years ago by Stéphane HULARD <[email protected]>
chore: Prepare v2.4.1 release.

d74a3fecfee6299b6eed2199816d2657fc9734f5 authored about 4 years ago by Stéphane HULARD <[email protected]>
Merge pull request #109 from mautic/fix/alt-text-on-noscript

Add alt attribute on the <noscript> img tag.

c17c5be6d5b211681b824797b99b5d006870c18e authored about 4 years ago by Stéphane HULARD <[email protected]>
Add alt attribute on the <noscript> img tag.

This alt text is using the WordPress translation feature to be easily overriden on the user side.

a02532fd39df8625fbfafb19e97eb53c7be71353 authored about 4 years ago by Stéphane HULARD <[email protected]>
Merge pull request #107 from mautic/release/2.4.0

2.4.0: Prepare release !

defeb30386bca9c1a1ab00975d2d36990a220e04 authored over 4 years ago by Stéphane HULARD <[email protected]>
2.4.0: Prepare release !

d4bbf1e2f20dea3f38ecb95a8bd3fe35b5df8491 authored over 4 years ago by Stéphane HULARD <[email protected]>
Merge pull request #106 from mautic/i18n/tracking-details

When using shortcodes, tracking always active.

b25dfff8127e2d817e3615e9907240562fa4dfcb authored over 4 years ago by Stéphane HULARD <[email protected]>
When using shortcodes, tracking always active.

Update the doc to ensure it's clear.

4d52b170d688346aeec784a8c6c94ef5a6adf37a authored over 4 years ago by Stéphane HULARD <[email protected]>
Merge pull request #103 from mautic/tests/fix-build

Fix script injection tests with "wpmautic_send".

c23ac42792820cc2340c793c83d3215b84930982 authored over 4 years ago by Stéphane HULARD <[email protected]>
Fix script injection tests with "wpmautic_send".

46bcd19532bf293de0c38ffbbb6a97907abb41ef authored over 4 years ago by Stéphane HULARD <[email protected]>
Mautic tracking function, simplify with a single script tag.

7d26fe588c8e568e1a011db1b1cdd5de72ec354b authored over 4 years ago by Stéphane HULARD <[email protected]>
Merge pull request #102 from adiwegs/feature/mt-send-as-js-function

Feature/mt send as js function

d02529dfb6a824febbb8a7a39a7839b73945c97d authored over 4 years ago by Stéphane HULARD <[email protected]>
change to one function as requested in PR

069fef38b61c38e2ab80e4fa04cd08506a011b60 authored over 4 years ago by Adrian Schimpf <[email protected]>
simplify logic

a4221265ba31b0e9362985d8a25c524a77674f06 authored over 4 years ago by Adrian Schimpf <[email protected]>
ux improvement: move disabled option to bottom

00715de0b6255200d67dd04bae8c035c4e9fa3f4 authored over 4 years ago by Adrian Schimpf <[email protected]>
move mt() inside a separate function and document

c6d2f725a87975717c0f1746ac5bac627a8629f8 authored over 4 years ago by Adrian Schimpf <[email protected]>
Prepare v2.3.2

4ca4f5a8fa7d5568f271c0ec335313281c8208e9 authored almost 5 years ago by Stéphane HULARD <[email protected]>
Fix v2.3.1 error with the plugin_basename…

The plugin_action_links filter was not called properly so it was never called…

f5f26f48a9eced42a41d748d3b5ce9596873ef43 authored almost 5 years ago by Stéphane HULARD <[email protected]>
Fix invalid plugin folder name…

f8228810db9de57aaf55f5c23097d2b1c5590d13 authored almost 5 years ago by Stéphane HULARD <[email protected]>
Merge pull request #99 from mautic/fix/settings-link-on-each-plugin

Fix: Settings link is displayed on each installed plugin instead of only WPMautic.

ac643c438e83f5e36b83bbe16a6fe47ae06157e8 authored almost 5 years ago by Stéphane HULARD <[email protected]>
Prepare v2.3.1

1bccd6ed7af201b97407be6ec6922d33a4c5d556 authored almost 5 years ago by Stéphane HULARD <[email protected]>
Plugin action link: Only add it to our plugin.

We were not filtering on which plugin the link must be added so it was added on each one ^^.

Se...

9e4e6b279bb4221527ecd3bdb261d6bcb0e85453 authored almost 5 years ago by Stéphane HULARD <[email protected]>
Merge pull request #98 from mautic/updates/wordpress-54

Mark compatibility with WordPress 5.4.

fdf439498a0f0918ce9efd54e3ddf6c04cc03263 authored almost 5 years ago by Stéphane HULARD <[email protected]>
Mark compatibility with WordPress 5.4.

Also update test matrix to run tests against that new version.

cd6f0fef64c43c399e1c59a2ca293c642ae07f86 authored almost 5 years ago by Stéphane HULARD <[email protected]>
Prepare version v2.3.0

7f896d16cad8c4ef9ffa69af57a9a9c10472683c authored almost 5 years ago by Stéphane HULARD <[email protected]>
Merge pull request #95 from mautic/feature/gdpr

GDPR compliance, add new setting to allow disable automatic script loading.

1b680a040d40642babb04ab24002aa9bc1325f84 authored almost 5 years ago by Stéphane HULARD <[email protected]>
Changelog: Describe changes since last release.

10bda5f3e5120a376d71672804d64f00010826d3 authored almost 5 years ago by Stéphane HULARD <[email protected]>
Travis: Explicitly start mysql service during build.

Also move to test on PHP7.4 stable and WordPress 5.3

b62811e28bf2a7e427f18506d9849e23a672caf5 authored almost 5 years ago by Stéphane HULARD <[email protected]>
Script location: Add a new value - disabled.

This new value will tell the plugin to not load the tracking script in the page by default, hell...

6515cee3a1998f77d478aac5fb3f78e36286cd09 authored almost 5 years ago by Stéphane HULARD <[email protected]>
Add a new function `wpmautic_base_script`

Since we'll allow to not load the tracking script when rendering the
page we must allow users to...

c7e1efd67a4be1d8e3d8628c5a4730e0ee1fa17a authored almost 5 years ago by Stéphane HULARD <[email protected]>
Merge pull request #94 from mautic/ci/fix-travis-configuration

Travis: Must explicitely declare services (mysql).

250665fdcb3c7293ced11acf0adc50e1104e2b25 authored over 5 years ago by Stéphane HULARD <[email protected]>
Travis: Must explicitely declare services (mysql).

See: https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment#1-services-support

5d374aa9f5e17609680344085ee3e57805b6cba0 authored over 5 years ago by Stéphane HULARD <[email protected]>
Merge pull request #89 from mautic/contributing

Contributing

1307f74c1ceb6ccd130257018c820106dd6d6df8 authored almost 6 years ago by Stéphane HULARD <[email protected]>
Fix tiny issue about unused parameter

ae632f82c33add7ab92192deb0814af51c14a84c authored almost 6 years ago by Stéphane Hulard <[email protected]>
Add documentation about the contribution process.

dd83d132c6fc2a369eb0517adec18f16bff2947b authored almost 6 years ago by Stéphane Hulard <[email protected]>
Add Makefile to run commands easily.

0b6024353f6161e4e6d80c42ba1fa034bd51c7ea authored almost 6 years ago by Stéphane Hulard <[email protected]>
Merge pull request #88 from mautic/compatibility/wordpress-5.1

Check compatibility with WordPress 5.1.

0a5ed52ea899fb636c5a4fb0dd8e2b2c55b56780 authored almost 6 years ago by Stéphane HULARD <[email protected]>
Fix unit tests about `plugin_action_links` filter.

a70193a824f1e7bac4ae292798e05b07c5b99ccb authored almost 6 years ago by Stéphane Hulard <[email protected]>
Add clean message about WP_DEVELOP_DIR variable when running tests.

5a11426948fa60c74da570e0808bbaad46da57f5 authored almost 6 years ago by Stéphane Hulard <[email protected]>
Disable SCRIPT_DEBUG WordPress configuration when running tests.

e53991b4705386454d524b143b5c279bc6d75e54 authored almost 6 years ago by Stéphane Hulard <[email protected]>
Update Composer dependencies

fef431df26e6017ecd4e5e0d14617e45ab2c9d5e authored almost 6 years ago by Stéphane Hulard <[email protected]>
Add WordPress 5.1 in the test matrix

d784617f07985625920d3847d737eebdd2f04b8b authored almost 6 years ago by Stéphane Hulard <[email protected]>
Merge pull request #86 from mautic/fix/unit-tests

Add new version in test matrix with WP 5.0 and PHP7.3.

73240d8ec3c6e4a8f87e0d74868af1b367b4dd91 authored about 6 years ago by Stéphane HULARD <[email protected]>
Mark plugin tested up to 5.0

153e8e8fdfcd25fd5a48ada477f52484f90f1858 authored about 6 years ago by Stéphane Hulard <[email protected]>
Add new version in test matrix with WP 5.0 and PHP7.3.

e9031c6e717a233f1b4ba5505571fbbdaca85d17 authored about 6 years ago by Stéphane Hulard <[email protected]>
Merge pull request #76 from macbookandrew/admin-improvements

Admin improvements

118efc7e8b18baecb0e7c988946aa0b031ed0958 authored over 6 years ago by Stéphane HULARD <[email protected]>
Merge branch 'master' into admin-improvements

2d9de4acfde1f1f86416b2fc88e5933e8c9f0f80 authored over 6 years ago by Andrew Minion <[email protected]>
use old-style array() to support older PHP versions

9f3146b449d9bca931027edcef01a07086ab03a1 authored over 6 years ago by Andrew Minion <[email protected]>
Merge pull request #81 from mautic/fix/unit-tests

Fix unit tests and use PHPUnit 6.

9b8334604877698e6a24289cfcd5ce9143a6f671 authored over 6 years ago by Stéphane HULARD <[email protected]>
Load wp-mautic plugin file.

56f3bd91182b621099c9c6d22da56a0d46028300 authored over 6 years ago by Stéphane HULARD <[email protected]>
Move back to PHPUnit 6 because 7 is not compatible with WP.

104b4687aa823a7d472635db03b9e840dd2a43cd authored over 6 years ago by Stéphane HULARD <[email protected]>
Apply wp-coding-standard v1.0.0 rules.

28033f0623d114af62b9c369cfa4c89e7de647d1 authored over 6 years ago by Stéphane HULARD <[email protected]>
Refine which PHPUnit version is used depending PHP.

ce655496309def9ebbe8846f6c4313c422bb4bef authored over 6 years ago by Stéphane HULARD <[email protected]>
Move to PHPUnit 7 and CodeSniffer 3.

c256bcbc8a4023fa70887df1d6ad9e5fc915f2a4 authored over 6 years ago by Stéphane HULARD <[email protected]>
Update composer dependencies

f0d4718966df062400002d8a547e55dbb9c9e2b8 authored over 6 years ago by Stéphane HULARD <[email protected]>
fix other misc issues found by phpcs

7f84b11bea6cbf87cfb435e286ded5bbcce69e00 authored over 6 years ago by Andrew Minion <[email protected]>
fix other phpcs errors

81b28c1f8e086026af78b340da38ac339de77c51 authored over 6 years ago by Andrew Minion <[email protected]>
escape output with wp_kses

1f5bcf43cf278f3e9eb2c2a7926ced7059e54054 authored over 6 years ago by Andrew Minion <[email protected]>
add contributor name

411ed9f98b09afb32e54108cf0f0fd6ed0b55121 authored over 6 years ago by Andrew Minion <[email protected]>
tweak settings page wording

Fixes #60

cfd32bc03d88b11bf722352472b86ed9721414f5 authored over 6 years ago by Andrew Minion <[email protected]>
Add a release.sh script to facilitate release process.

Since the plugin is hosted on Github but the project is live on wordpress.org SVN repository, we...

ac854f207b328311443c6bb8a868fe0ae6d891a6 authored almost 7 years ago by Stéphane HULARD <[email protected]>
Merge pull request #69 from mautic/feature/readme-builder

Allow to build dynamically WordPress readme.txt file to avoid duplicate documentation.

63b1771dce8a1f5233182adfc0a6d93f9eecf985 authored almost 7 years ago by Stéphane HULARD <[email protected]>
Finalize readme builder script.

This script is able to generate the readme.txt file used by wordpress.org 😋.
No more documentati...

e8e4426154aa9cf43025d064cd5c61754e611c85 authored almost 7 years ago by Stéphane HULARD <[email protected]>
Ignore readme.txt file from project root.

40f3ce1e5ebb38a4218d0a76890609af317794d0 authored almost 7 years ago by Stéphane HULARD <[email protected]>
Disallow UPGRADE.md / dist to be archived within the repo.

b33d4f253bf8ea60e2dac510c26679bf25912a29 authored almost 7 years ago by Stéphane HULARD <[email protected]>
Update markdown file to avoid diff withing the readme.txt.

37c166afc3d0297c5da0f83d6aff6ded4ca194b0 authored almost 7 years ago by Stéphane HULARD <[email protected]>
Drop readme.txt file from project root.

f0c4f3ea197c045a526fc6716fe014a310b2cff0 authored almost 7 years ago by Stéphane HULARD <[email protected]>
Exclude dist folder from coverage report.

4a943a12fd883b821038d9309f2e4089979621af authored almost 7 years ago by Stéphane HULARD <[email protected]>
Remove dist from code sniffs.

92e02ddd81b2ff7955839b27021189b8a6221282 authored almost 7 years ago by Stéphane HULARD <[email protected]>
Start creating a readme.txt builder to avoid duplicate content.

f4c121c0d1950e371b0e8f1bf56b95628a0a1f36 authored almost 7 years ago by Stéphane HULARD <[email protected]>
Prepare 2.2.2 compatibility release.

6e78dbea2517be7bc57395df3e64dae951cc2f05 authored about 7 years ago by Stéphane HULARD <[email protected]>
Fix little type in README.

2458cd9be6c32eab86691cd570b569c623fe02ef authored about 7 years ago by Stéphane HULARD <[email protected]>
Merge pull request #70 from mautic/feature/prepare-php72

Prepare the plugin for PHP7.2 compatibility.

61ea7786b643fe2c3d8d1c65c69c8f9501a7deb5 authored about 7 years ago by Stéphane HULARD <[email protected]>
Load WPMauticTestCase inside bootstrap.

7e3614127115f02f358359a98743cc15cb8f0c76 authored about 7 years ago by Stéphane HULARD <[email protected]>
Use the new WPMauticTestCase when required.

33a3050cf495ec126130dde813626e234c0f1ca9 authored about 7 years ago by Stéphane HULARD <[email protected]>
Create a custom Test Case implementation.

This specific implementation will help inject some global logic in tests.

ce61749c8e6353287877693b142613b6bfd8e2f3 authored about 7 years ago by Stéphane HULARD <[email protected]>
Update tested version to 4.9

f7b849a2668971882decee393a7ae8e32d24cf60 authored about 7 years ago by Stéphane HULARD <[email protected]>
Update build matrix to include WP 4.9

1f79199b5694747df0d1669cc44d43be51daa068 authored about 7 years ago by Stéphane HULARD <[email protected]>
Use TravisCI precise distribution in PHP 5.2 / 5.3

8d125b56f055c8ec477874705128014428803fca authored over 7 years ago by Stéphane HULARD <[email protected]>
Check for outdated dependencies during the build process.

578a970f7ccdf9590d32840013695c7d6800901b authored over 7 years ago by Stéphane HULARD <[email protected]>
Update dependencies to be compatibile with PHP56

fe2b1a9f8a73e8c287451c2bd33b04c526ed4bb5 authored over 7 years ago by Stéphane HULARD <[email protected]>
Prepare v2.2.1 release.

32b24a8f7d2693f751d327e92ffb400e69d1dcb0 authored over 7 years ago by Stéphane HULARD <[email protected]>
Add a new upgrade notice for dynamic content shortcode and update changelog.

433b91aa73c1437a41b1e751a7f7b3e4719135da authored over 7 years ago by Stéphane HULARD <[email protected]>
Allow to inject HTML inside Mautic dynamic default content.

Use wp_kses to ensore nothing bad is injected throught the shortcode.

63ab26a0c335fef40fee71a15cbc9d3296158ac9 authored over 7 years ago by Stéphane HULARD <[email protected]>
Remove obsolete shortcode syntax from code comments.

8277047397673fb55e07406aaf7d1394b8e4b6c4 authored over 7 years ago by Stéphane HULARD <[email protected]>
Update composer dependencies.

eb19e08b314b03adb11141b0758f7a3a98dba9cb authored over 7 years ago by Stéphane HULARD <[email protected]>
Remove obsolete shortcode syntax from README.

3a190b8136e2941081cfa617d666630c0ae81c7e authored over 7 years ago by Stéphane HULARD <[email protected]>
Add upgrade notices in a new document.

2f143fd2e2947a5aff40316d40882a8ef8052ab6 authored over 7 years ago by Stéphane HULARD <[email protected]>
Add plugin details in wpmautic.php.

c27568c5ccb3bdf5a2b899fc46d5164c0fea5ce8 authored over 7 years ago by Stéphane HULARD <[email protected]>
Move to v2.2.0.

cfb08a207678b1010eba9a0cb289a35c91f72637 authored over 7 years ago by Stéphane HULARD <[email protected]>
Update changelog and Readme.

a424568bfe7a85d75f9dc79f76942a4cb44fda21 authored over 7 years ago by Stéphane HULARD <[email protected]>
Add new video logic when form-id is not given in [mauticvideo] shortcode.

5239e26073a72ca43b40e2f31bdd56b422b6d43d authored over 7 years ago by Stéphane HULARD <[email protected]>
Merge pull request #68 from powerticmkt/compatibility-gated-videos-2-9-0

Compatibility gated videos 2 9 0

c74740871e1d58d039d00d03a0ac98a2af28dc15 authored over 7 years ago by Stéphane HULARD <[email protected]>
Adjusting to Mautic 2.9.0 data-mautic-video control

A little update to make gated video compatible with new mautic 2.9.1

See here mautic/mautic#443...

4ca7eee816cc73a3fcdfa606d536615cf11a0dfb authored over 7 years ago by Luiz Eduardo Oliveira Fonseca <[email protected]>