Plugin Directory

Changeset 3091780


Ignore:
Timestamp:
05/23/2024 09:06:48 PM (18 months ago)
Author:
onetarek
Message:

Release Version 2.5.3

Location:
wp-ad-guru
Files:
328 added
4 edited

Legend:

Unmodified
Added
Removed
  • wp-ad-guru/trunk/includes/class-adguru-zone-setup.php

    r2027811 r3091780  
    1414   
    1515    public $post_type;
     16    public $post_type_args;
    1617   
    1718    public function __construct(){
  • wp-ad-guru/trunk/modules/modal_popup/theme_builder/class-adguru-modal-popup-theme-manager.php

    r2027811 r3091780  
    88   
    99    public $post_type;
    10 
     10    public $post_type_args;
    1111    public $default_theme_id = 0;
    1212    public $default_theme_data = '{"ID":0,"name":"Default","description":"Semi-white thin border, grey overlay, white-black circular close button, no shadow.","builtin":0,"meta":{"design":{"container_border_enable":"1","container_border_width":5,"container_border_style":"solid","container_border_color":"#eeeeee","container_border_radius":0,"container_padding":0,"container_background_enable":"1","container_background_color":"#ffffff","container_background_opacity":100,"container_box_shadow_enable":"0","container_box_shadow_h_offset":0,"container_box_shadow_v_offset":0,"container_box_shadow_blur_radius":20,"container_box_shadow_spread":0,"container_box_shadow_color":"#000000","container_box_shadow_opacity":100,"container_box_shadow_inset":"no","container_custom_css_class":"","close_height":30,"close_width":30,"close_padding":0,"close_border_enable":"0","close_border_width":5,"close_border_style":"solid","close_border_color":"#dddddd","close_border_radius":0,"close_button_type":"image","close_text":"X","close_color":"#ffffff","close_font_size":18,"close_line_height":18,"close_font_family":"Arial","close_font_weight":"normal","close_font_style":"normal","close_text_shadow_enable":"1","close_text_shadow_h_offset":1,"close_text_shadow_v_offset":1,"close_text_shadow_blur_radius":1,"close_text_shadow_color":"#444444","close_image_source_type":"builtin","close_image_name":"core_close_default_png","close_custom_image_url":"","close_background_enable":"0","close_background_color":"#ffffff","close_background_opacity":100,"close_box_shadow_enable":"0","close_box_shadow_h_offset":1,"close_box_shadow_v_offset":1,"close_box_shadow_blur_radius":3,"close_box_shadow_spread":0,"close_box_shadow_color":"#000000","close_box_shadow_opacity":25,"close_box_shadow_inset":"no","close_location":"top_right","close_top":-20,"close_left":0,"close_right":-20,"close_bottom":0,"close_custom_css_class":"","overlay_background_color":"#808080","overlay_background_opacity":75}}}';
  • wp-ad-guru/trunk/readme.txt

    r2875044 r3091780  
    66Plugin URI: http://wpadguru.com
    77Donate link: http://wpadguru.com/
    8 Tags: Ad Manager, Banner, Popup, Popup maker, Responsive popup, Ad inserter, Optins, Lead generator, Advertising Tool, Marketing Tool, GeoLocation Tracker, Ad Rotator, Ad Slider
     8Tags: Ad Manager, Banner, Popup, Popup maker, Responsive Popup, Ad Inserter, Optins, Lead Generator, Advertising Tool, Marketing Tool, GeoLocation Tracker, Ad Rotator, Ad Slider
    99Requires at least: 3.6.0
    10 Tested up to: 6.1.1
    11 Stable tag: 2.5.2
     10Tested up to: 6.5.3
     11Stable tag: 2.5.3
    1212License: GPLv2+
    1313License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3535**CONATAINER( AD ) TYPES**
    3636
    37 There are 3 ways of represent your ad or marketing contents to the visitors.
     37There are 3 ways of representing your ad or marketing content to the visitors.
    3838
    3939*   **Banner**
     
    6767*   Posts that contain a specific **category, tag**, or any other **custom taxonomy term**.
    6868
    69 **GeoLocation:** This plugin detects visitors' GeoLocation by tracking IP addresses. You can show some special ads only to the visitor of a targeted country.
     69**GeoLocation:** This plugin detects visitors' GeoLocation by tracking IP addresses. You can show some special ads only to the visitors of a targeted country.
    7070
    7171**WAYS OF INJECTING THINGS TO FRONT-END**
     
    8585    - After Footer
    8686
    87 2.   **Widgets -** by using widgets you can set zones to sidebars to show banners.
     872.   **Widgets -** By using widgets you can set zones to sidebars to show banners.
    88883.   **PHP Code -** by adding PHP code to your theme files you can show a zone or a single ad.
    89894.   **SHORTCODE -** Use a shortcode in post content to show a zone or a single ad.
     
    9999
    100100*   Ad code that you get from ad networks like Google Adsense.
    101 *   Product embedded code of affiliate networks like Amazon.
     101*   Product-embedded code of affiliate networks like Amazon.
    102102*   Any SHORTCODE provided by other plugins.
    103 *   Any video embedded code like Youtube, Vimeo, Daily Motion videos.
    104 *   Embedded code like Google map, Facebook page likebox,Twitter feed, Instagram feed, etc.
     103*   Any video embedded code like YouTube, Vimeo or Daily Motion videos.
     104*   Embedded code like Google map, Facebook page likebox, Twitter feed, Instagram feed, etc.
    105105*   Social share & like buttons code from social networks like Facebook, LinkedIn, Twitter, Google Plus, etc.
    106 *   Custom HTML/JS code as your need.
     106*   Custom HTML/JS code as you need.
    107107*   Convert your visitors into subscribers by using newsletter signup form of Email Marketing Services like MailChimp, GetResponse, AWeber, MailPoet, Drip, Hubspot, Marketo, ConvertKit, Infusionsoft, ConstantContact, MailerLite, CampaignMonitor, ActiveCampaign, Emma, Pardot, iContact, TotalSend, Customer.io, FeedBlitz, etc.
    108 *   You can also use custom HTML forms as well as use shortcodes to add other form plugins such as Gravity forms, Contact form 7, WPForms, Formidable Forms, etc
     108*   You can also use custom HTML forms as well as use shortcodes to add other form plugins such as Gravity Forms, Contact Form 7, WPForms, Formidable Forms, etc
    109109
    110110
     
    113113**iFrame Content -** Embed any webpage using iFrame type content
    114114
    115 **WYSIWYG Content -** You will get a TinyMCE visual editor to create any custom output as you need.
     115**WYSIWYG Content -** You will get a TinyMCE visual editor to create any custom output you need.
    116116
    117117
     
    120120**MODAL POPUP**
    121121 
    122 Popups are a good marketing tool, they are impressively high converting. A web page with a modal popup typically gets more conversions than other pages without a popup. An excellent feature of **WP Ad Guru** is **Modal Popup**. This is also a modal popup plugin for WordPress websites. You can also call this plugin a **popup maker** or **popup builder**. It allows you to add a highly customizable lightbox.
     122Popups are a good marketing tool, they are impressively high-converting. A web page with a modal popup typically gets more conversions than other pages without a popup. An excellent feature of **WP Ad Guru** is **Modal Popup**. This is also a modal popup plugin for WordPress websites. You can also call this plugin a **popup maker** or **popup builder**. It allows you to add a highly customizable lightbox.
    123123
    124124*   **Unlimited Popup -** Create and manage as many popups as you want
    125125*   100% Customizable Popups
    126 *   **Responsive popup -** popups can be responsive so that they are easily viewable on mobile devices
    127 *   **Control Size -** set various sizing options like width, height, max-width, min-width, max-height and min-height in units of 'px' or '%' to make your popup fixed-sized or responsive.
    128 *   **Control Position -** Set popup location on the screen( top-left, top-center, top-right, middle-left, middle-center, middle-rith, bottom-left, bottom-center, bottom-right )
     126*   **Responsive popup -** Popups can be responsive so that they are easily viewable on mobile devices
     127*   **Control Size -** Set various sizing options like width, height, max-width, min-width, max-height and min-height in units of 'px' or '%' to make your popup fixed-sized or responsive.
     128*   **Control Position -** Set popup location on the screen( top-left, top-center, top-right, middle-left, middle-center, middle-rigth, bottom-left, bottom-center, bottom-right )
    129129*   
    130130
    131 *   **Customizable design -** Customize the look and feel of the popup. Change color, border, background, opacity and shadow of the container, overlay and close button. Control the position of close button, Set the location of the close button in/out of the popup container. Use custom text or image for the close button. Choose various predefined close button icons, and also change their color as needed. 
    132 *   **Predefined popup themes -** There are some builtin good looking themes you can choose for a popup.
     131*   **Customizable design -** Customize the look and feel of the popup. Change the color, border, background, opacity and shadow of the container, overlay and close button. Control the position of the close button, Set the location of the close button in/out of the popup container. Use custom text or images for the close button. Choose various predefined close button icons, and also change their color as needed. 
     132*   **Predefined popup themes -** There are some built-in good-looking themes you can choose for a popup.
    133133*   **Popup theme builder -** to create custom themes for your popup use a **visual theme builder**. See the live preview on the editor.
    134134*   **Export** popup themes to use on another website.
     
    149149This is another type of popup that will be opened as a new browser window. We also call this a popup window.
    150150
    151 *   **Control Size -** set width and height in units of 'px' or '%' to make your popup fixed-sized.
    152 *   **Custom Title -** show your custom text on the titlebar of the new window.
    153 *   **Control window features -** you can enable or disable window features ( Titlebar.
     151*   **Control Size -** Set width and height in units of 'px' or '%' to make your popup fixed-sized.
     152*   **Custom Title -** Show your custom text on the titlebar of the new window.
     153*   **Control window features -** You can enable or disable window features ( Titlebar.
    154154Location, Menubar, Resizable, Scrollbars, Statusbar and Toolbar )
    155155*   **Open on BODY click -** Open the popup after the first click on anywhere on the page.
     
    169169For more detail go to **[wpadguru.com](http://wpadguru.com/)**.
    170170
    171 **Credits :**
     171**Credits:**
    172172
    173173This product includes GeoLite2 data created by MaxMind, available from [https://www.maxmind.com](https://www.maxmind.com)
     
    202202
    203203== Changelog ==
     204= 2.5.3 - May 24, 2024 =
     205* Fix: PHP deprecation notices.
     206
    204207= 2.5.2 - March 06, 2023 =
    205 * Fix: PHP Notice: A non well formed numeric value encountered.
     208* Fix: PHP Notice: A non-well-formed numeric value encountered.
    206209* Fix: Bug in the logic of serving ads on the home page.
    207210* Fix: Style issues on the ad setup manager page.
    208211* Improve: Modal Popup sidebar preview.
    209 * Fix: Extra blank space at bottom and right side of a modal popup. Stop horizontal scrollbar for big image.
     212* Fix: Extra blank space at the bottom and right side of a modal popup. Stop the horizontal scrollbar for big images.
    210213
    211214= 2.5.1 - January 17, 2023 =
     
    217220= 2.4.0 - October 30, 2020 =
    218221* New: Zone visibility condition: Show/hide a zone based on screen size.
    219 * Fix: Set overflow hidden if the width of a zone or ad is greater that the container area.
     222* Fix: Set overflow hidden if the width of a zone or ad is greater than the container area.
    220223
    221224= 2.3.0 - October 03, 2020 =
     
    227230
    228231= 2.1.0 - September 11, 2019 =
    229 * New: Ad setup manager page: Completely new UI to create conditions and setup ads to pages.
     232* New: Ad setup manager page: Completely new UI to create conditions and set up ads to pages.
    230233* Update: Latest MaxMind GeoIP Database.
    231234
     
    239242
    240243= 2.0.2 - February 10, 2019 =
    241 * Fix: content type image: image link was blank in output.
     244* Fix: content-type image: image link was blank in output.
    242245
    243246= 2.0.1 - February 9, 2019 =
    244 * Fix: modal popup preview area was overlapping the media uploader modal.
     247* Fix: The modal popup preview area was overlapping the media uploader modal.
    245248
    246249= 2.0.0 - February 9, 2019 =
     
    250253
    251254== Upgrade Notice ==
     255= 2.5.3 - May 24, 2024 =
     256* Fix: PHP deprecation notices.
     257
    252258= 2.5.2 - March 06, 2023 =
    253 * Fix: PHP Notice: A non well formed numeric value encountered.
     259* Fix: PHP Notice: A non-well-formed numeric value encountered.
    254260* Fix: Bug in the logic of serving ads on the home page.
    255261* Fix: Style issues on the ad setup manager page.
    256262* Improve: Modal Popup sidebar preview.
    257 * Fix: Extra blank space at bottom and right side of a modal popup. Stop horizontal scrollbar for big image.
     263* Fix: Extra blank space at the bottom and right side of a modal popup. Stop the horizontal scrollbar for big images.
    258264
    259265= 2.5.1 - January 17, 2023 =
     
    265271= 2.4.0 - October 30, 2020 =
    266272* New: Zone visibility condition: Show/hide a zone based on screen size.
    267 * Fix: Set overflow hidden if the width of a zone or ad is greater that the container area.
     273* Fix: Set overflow hidden if the width of a zone or ad is greater than the container area.
    268274
    269275= 2.3.0 - October 03, 2020 =
     
    275281
    276282= 2.1.0 - September 11, 2019 =
    277 * New: Ad setup manager page: Completely new UI to create conditions and setup ads to pages.
     283* New: Ad setup manager page: Completely new UI to create conditions and set up ads to pages.
    278284* Update: Latest MaxMind GeoIP Database.
    279285
     
    287293
    288294= 2.0.2 - February 10, 2019 =
    289 * Fix: content type image: image link was blank in output.
     295* Fix: content-type image: image link was blank in output.
    290296
    291297= 2.0.1 - February 9, 2019 =
    292 * Fix: modal popup preview area was overlapping the media uploader modal.
     298* Fix: The modal popup preview area was overlapping the media uploader modal.
    293299
    294300= 2.0.0 - February 9, 2019 =
  • wp-ad-guru/trunk/wp_ad_guru.php

    r2875044 r3091780  
    66 * Author: oneTarek
    77 * Author URI: http://onetarek.com
    8  * Version: 2.5.2
     8 * Version: 2.5.3
    99 * License: GPLv2+
    1010 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    297297        global $wpdb;
    298298        global $adguru_options;
    299         define( 'ADGURU_VERSION', '2.5.2' );
     299        define( 'ADGURU_VERSION', '2.5.3' );
    300300        define( 'ADGURU_DOCUMENTAION_URL', 'http://wpadguru.com/documentation/' );
    301301        define( 'ADGURU_PLUGIN_FILE', __FILE__ );
Note: See TracChangeset for help on using the changeset viewer.