Plugin Directory

Changeset 3162838


Ignore:
Timestamp:
10/04/2024 04:02:15 PM (18 months ago)
Author:
campation
Message:

neu update

Location:
ebook-store-affiliate
Files:
164 added
3 edited

Legend:

Unmodified
Added
Removed
  • ebook-store-affiliate/trunk/ebook-store-affiliate.php

    r3161793 r3162838  
    1111 * Plugin Name:       Ebook Store Affiliate
    1212 * Plugin URI:        https://campation.com/ebook-store-affiliate/
    13  * Description:       Connect to the giant ebook store of World of Digitals, enhance your content, earn affiliate commissions with 4+ mio ebooks and get SEO deep backlinks
    14  * Version:           1.2.3
     13 * Description:       Connect to the giant ebook store of World of Digitals, enhance your content, earn affiliate commissions with 4+ mio ebooks and create backlinks for SEO
     14 * Version:           1.2.4
    1515 * Author:            Campation LLC
    1616 * Author URI:        https://campation.com/
     
    4949
    5050// constants
    51 define("ESTAFFVERSION","1.2.3");       // change also in readme.txt
     51define("ESTAFFVERSION","1.2.4");       // change also in readme.txt
    5252define("ESTAFFVERSIONPHP","8.0");
    5353define("ESTAFFPLUGINSLUG","ebook-store-affiliate/ebook-store-affiliate.php");
  • ebook-store-affiliate/trunk/includes/estaff-database.php

    r3161770 r3162838  
    153153   // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching
    154154   if(!$wpdb->get_row("SELECT * FROM ".$wpdb->prefix."options WHERE option_name='estaff_settings_switch_featuredby'",ARRAY_A))
    155       update_option("estaff_settings_switch_featuredby",0);
     155      update_option("estaff_settings_switch_featuredby",1);
    156156
    157157   }
  • ebook-store-affiliate/trunk/readme.txt

    r3161793 r3162838  
    1 === Ebook Store Affiliate - earn commissions with 4+ mio ebooks and get SEO deep backlinks ===
    2 Plugin name: Ebook Store Affiliate
     1=== Ebook Store Affiliate (EStAff) - earn commissions with 4+ mio ebooks - create backlinks for SEO ===
     2Plugin name: Ebook Store Affiliate (EStAff)
    33Contributors: campation
    44Tags: ebook, ebooks, backlink, affiliate, commission
    55Requires at least: 6.0
    6 Tested up to: 6.6
    7 Stable tag: 1.2.3
     6Tested up to: 6.6.2
     7Stable tag: 1.2.4
    88Requires PHP: 8.0
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Connect to the giant ebook store of World of Digitals, enhance your content, earn affiliate commissions with 4+ mio ebooks and get SEO deep backlinks
     12Connect to the giant ebook store of World of Digitals, enhance your content, earn affiliate commissions with 4+ mio ebooks and create backlinks for SEO
    1313
    1414== Description ==
     
    5353
    5454== Requirements ==
    55 * **registration as an affiliate @ World of Digitals** to receive affiliate commissions
     55* **free registration as an affiliate @ World of Digitals** to receive weekly affiliate commissions
    5656
    5757
     
    9696The plugin menu "Instructions" contains a complete manual for your interest.
    9797
     98= How can I get support? =
     99Simply contact support@campation.com by email!
    98100
    99101== Changelog ==
     1021.2.4 minor changes
    1001031.2.3 initial commit to WordPress plugin repository
    101104
Note: See TracChangeset for help on using the changeset viewer.