Changeset 2735700
- Timestamp:
- 06/01/2022 01:49:58 PM (4 years ago)
- Location:
- convertful
- Files:
-
- 9 added
- 2 edited
- 5 copied
-
tags/2.5 (added)
-
tags/2.5/README.md (copied) (copied from convertful/trunk/README.md)
-
tags/2.5/config.php (copied) (copied from convertful/trunk/config.php)
-
tags/2.5/convertful.php (copied) (copied from convertful/trunk/convertful.php) (3 diffs)
-
tags/2.5/css (added)
-
tags/2.5/css/main.css (added)
-
tags/2.5/functions (added)
-
tags/2.5/functions/admin_pages.php (added)
-
tags/2.5/functions/shortcodes.php (added)
-
tags/2.5/functions/woocommerce.php (added)
-
tags/2.5/js (added)
-
tags/2.5/js/main.js (added)
-
tags/2.5/license.txt (copied) (copied from convertful/trunk/license.txt)
-
tags/2.5/readme.txt (copied) (copied from convertful/trunk/readme.txt) (3 diffs)
-
trunk/convertful.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
convertful/tags/2.5/convertful.php
r2725868 r2735700 3 3 /** 4 4 * Plugin Name: Convertful - Your Ultimate On-Site Conversion Tool 5 * Version: 2. 45 * Version: 2.5 6 6 * Plugin URI: https://convertful.com/ 7 7 * Description: All the modern on-site conversion solutions, natively integrates with all modern Email Marketing … … 105 105 $tags = array(); 106 106 $the_tags = get_the_tags(); 107 if ( is_array( $the_tags ) && ! is_category() && ! is_tag()) {107 if ( is_array( $the_tags ) && is_singular()) { 108 108 foreach ( $the_tags as $tag ) { 109 109 $tags[] = $tag->slug; … … 113 113 $categories = array(); 114 114 $the_categories = get_the_category(); 115 if ( is_array( $the_categories ) && ! is_category() && ! is_tag()) {115 if ( is_array( $the_categories ) && is_singular()) { 116 116 foreach ( $the_categories as $category ) { 117 117 $categories[] = $category->slug; -
convertful/tags/2.5/readme.txt
r2725868 r2735700 3 3 Tags: optin, opt-in, mailchimp, popup, bar, slidein, subscribe, signup, form, email, marketing, lead, campaign 4 4 Requires at least: 4.0 5 Tested up to: 5.9.36 Stable tag: 2. 45 Tested up to: 6.0 6 Stable tag: 2.5 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 34 34 ### Provides all the Modern On-Site Conversion Solutions 👇 35 35 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.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. 37 37 2. **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. 38 38 3. **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. … … 101 101 102 102 == Changelog == 103 = 2.5 = 104 * Tested compatibility with WordPress 6.0 103 105 104 106 = 2.4 = -
convertful/trunk/convertful.php
r2725868 r2735700 3 3 /** 4 4 * Plugin Name: Convertful - Your Ultimate On-Site Conversion Tool 5 * Version: 2. 45 * Version: 2.5 6 6 * Plugin URI: https://convertful.com/ 7 7 * Description: All the modern on-site conversion solutions, natively integrates with all modern Email Marketing … … 105 105 $tags = array(); 106 106 $the_tags = get_the_tags(); 107 if ( is_array( $the_tags ) && ! is_category() && ! is_tag()) {107 if ( is_array( $the_tags ) && is_singular()) { 108 108 foreach ( $the_tags as $tag ) { 109 109 $tags[] = $tag->slug; … … 113 113 $categories = array(); 114 114 $the_categories = get_the_category(); 115 if ( is_array( $the_categories ) && ! is_category() && ! is_tag()) {115 if ( is_array( $the_categories ) && is_singular()) { 116 116 foreach ( $the_categories as $category ) { 117 117 $categories[] = $category->slug; -
convertful/trunk/readme.txt
r2725868 r2735700 3 3 Tags: optin, opt-in, mailchimp, popup, bar, slidein, subscribe, signup, form, email, marketing, lead, campaign 4 4 Requires at least: 4.0 5 Tested up to: 5.9.36 Stable tag: 2. 45 Tested up to: 6.0 6 Stable tag: 2.5 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 34 34 ### Provides all the Modern On-Site Conversion Solutions 👇 35 35 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.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. 37 37 2. **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. 38 38 3. **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. … … 101 101 102 102 == Changelog == 103 = 2.5 = 104 * Tested compatibility with WordPress 6.0 103 105 104 106 = 2.4 =
Note: See TracChangeset
for help on using the changeset viewer.