Plugin Directory

Changeset 2735700


Ignore:
Timestamp:
06/01/2022 01:49:58 PM (4 years ago)
Author:
rsukhar
Message:

new release

Location:
convertful
Files:
9 added
2 edited
5 copied

Legend:

Unmodified
Added
Removed
  • convertful/tags/2.5/convertful.php

    r2725868 r2735700  
    33/**
    44 * Plugin Name: Convertful - Your Ultimate On-Site Conversion Tool
    5  * Version: 2.4
     5 * Version: 2.5
    66 * Plugin URI: https://convertful.com/
    77 * Description: All the modern on-site conversion solutions, natively integrates with all modern Email Marketing
     
    105105    $tags     = array();
    106106    $the_tags = get_the_tags();
    107     if ( is_array( $the_tags ) && ! is_category() && ! is_tag() ) {
     107    if ( is_array( $the_tags ) && is_singular()) {
    108108        foreach ( $the_tags as $tag ) {
    109109            $tags[] = $tag->slug;
     
    113113    $categories     = array();
    114114    $the_categories = get_the_category();
    115     if ( is_array( $the_categories ) && ! is_category() && ! is_tag() ) {
     115    if ( is_array( $the_categories ) && is_singular()) {
    116116        foreach ( $the_categories as $category ) {
    117117            $categories[] = $category->slug;
  • convertful/tags/2.5/readme.txt

    r2725868 r2735700  
    33Tags: optin, opt-in, mailchimp, popup, bar, slidein, subscribe, signup, form, email, marketing, lead, campaign
    44Requires at least: 4.0
    5 Tested up to: 5.9.3
    6 Stable tag: 2.4
     5Tested up to: 6.0
     6Stable tag: 2.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3434### Provides all the Modern On-Site Conversion Solutions 👇
    3535
    36  1. **Spin-to-Win Gamification** — Increase your *Email Subscribers* and *Sales Conversion Rate* by offering your visitors to win a coupon code in exchange for the email address.
     361. **Spin-to-Win Gamification** — Increase your *Email Subscribers* and *Sales Conversion Rate* by offering your visitors to win a coupon code in exchange for the email address.
    37372. **Scratch Card Gamification** — Increase *Email Subscribers*, *Sales Conversion Rate*, and *Percentage or Returning Customers*, by providing the unique gamification experience, which your competitors aren't using yet.
    38383. **Segmentation Surveys** — Increase *Sales Conversion Rate*, *Customer Lifetime Value*, and *Email Subscribers* by auto-segmenting ~5.8% of your visitors, and instantly making them personalized highly-relevant offers.
     
    101101
    102102== Changelog ==
     103= 2.5 =
     104* Tested compatibility with WordPress 6.0
    103105
    104106= 2.4 =
  • convertful/trunk/convertful.php

    r2725868 r2735700  
    33/**
    44 * Plugin Name: Convertful - Your Ultimate On-Site Conversion Tool
    5  * Version: 2.4
     5 * Version: 2.5
    66 * Plugin URI: https://convertful.com/
    77 * Description: All the modern on-site conversion solutions, natively integrates with all modern Email Marketing
     
    105105    $tags     = array();
    106106    $the_tags = get_the_tags();
    107     if ( is_array( $the_tags ) && ! is_category() && ! is_tag() ) {
     107    if ( is_array( $the_tags ) && is_singular()) {
    108108        foreach ( $the_tags as $tag ) {
    109109            $tags[] = $tag->slug;
     
    113113    $categories     = array();
    114114    $the_categories = get_the_category();
    115     if ( is_array( $the_categories ) && ! is_category() && ! is_tag() ) {
     115    if ( is_array( $the_categories ) && is_singular()) {
    116116        foreach ( $the_categories as $category ) {
    117117            $categories[] = $category->slug;
  • convertful/trunk/readme.txt

    r2725868 r2735700  
    33Tags: optin, opt-in, mailchimp, popup, bar, slidein, subscribe, signup, form, email, marketing, lead, campaign
    44Requires at least: 4.0
    5 Tested up to: 5.9.3
    6 Stable tag: 2.4
     5Tested up to: 6.0
     6Stable tag: 2.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3434### Provides all the Modern On-Site Conversion Solutions 👇
    3535
    36  1. **Spin-to-Win Gamification** — Increase your *Email Subscribers* and *Sales Conversion Rate* by offering your visitors to win a coupon code in exchange for the email address.
     361. **Spin-to-Win Gamification** — Increase your *Email Subscribers* and *Sales Conversion Rate* by offering your visitors to win a coupon code in exchange for the email address.
    37372. **Scratch Card Gamification** — Increase *Email Subscribers*, *Sales Conversion Rate*, and *Percentage or Returning Customers*, by providing the unique gamification experience, which your competitors aren't using yet.
    38383. **Segmentation Surveys** — Increase *Sales Conversion Rate*, *Customer Lifetime Value*, and *Email Subscribers* by auto-segmenting ~5.8% of your visitors, and instantly making them personalized highly-relevant offers.
     
    101101
    102102== Changelog ==
     103= 2.5 =
     104* Tested compatibility with WordPress 6.0
    103105
    104106= 2.4 =
Note: See TracChangeset for help on using the changeset viewer.