Skip to content
Snippets Groups Projects
Select Git revision
  • b6b23a5ea2109851c1915056379bd0c12ac2820e
  • main default protected
  • revert-ffead0bd
  • feature/init
  • 1.1.8
  • 1.1.7
  • 1.1.6
  • 1.1.5
  • 1.1.4
  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1.0
  • 1.0.2
  • 1.0.2-beta3
  • 1.0.2-beta2
  • 1.0.2-beta1
  • 1.0.1
  • 1.0.1-beta4
  • 1.0.1-beta3
  • 1.0.1-beta2
  • 1.0.1-beta1
  • 1.0.0
  • 1.0.0-beta6
24 results

wp-wpdesk-activation-reminder

Grzegorz Rola's avatar
Grzegorz Rola authored
feature(popup): changed content

See merge request !9
b6b23a5e
History

pipeline status Integration: coverage report Unit: coverage report

wp-wpdesk-activation-reminder

Developing

Before commit execute: npm run prod !

Usage

composer require wpdesk/wp-wpdesk-activation-reminder

composer update

composer.json extra section in project must contain:

	"activation-reminder" : {
	  "plugin-title" : "Flexible Shipping PRO",
	  "plugin-dir" : "flexible-shipping-pro",
	  "logo-url": "assets/images/logo-fs.svg",
	  "buy-plugin-url": "https://flexibleshipping.com/products/flexible-shipping-pro-woocommerce/"
	}

where:

  • plugin-title - plugin title displayed in activation reminder popup
  • plugin-dir - plugin dir name - used to generate URLs for assets
  • logo-url - logo path in plugin directory
  • buy-plugin-url - URL to product page in shop