Plugin Directory

Changeset 3194418


Ignore:
Timestamp:
11/21/2024 06:50:23 PM (16 months ago)
Author:
service2client
Message:

4.06 Continued compatibility updates

Location:
dynamic-post/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • dynamic-post/trunk/post-types/post_type_dynamic_post.php

    r3158371 r3194418  
    333333            }
    334334           
    335             /*custom code added to convert iframe to embed*/
    336 for ($i = 0; $i < count($data->articlelist); $i++) {
    337     $data->articlelist[$i]->article_body = $this->convertIframeToEmbed($data->articlelist[$i]->article_body);
    338 }
     335    /*custom code added to convert iframe to embed*/
     336           
     337        if (isset($data->articlelist) && is_countable($data->articlelist)) {
     338                for ($i = 0; $i < count($data->articlelist); $i++) {
     339                    $data->articlelist[$i]->article_body = $this->convertIframeToEmbed($data->articlelist[$i]->article_body);
     340                }
     341            }
    339342
    340343    /*END custom code added to convert iframe to embed*/       
  • dynamic-post/trunk/readme.txt

    r3158371 r3194418  
    55Tags: financial articles,financial content,CPA content, tax content,free seo content,syndicate articles,blog content,articles for my blog,financial news,business articles,cpa articles,accounting news,cpa newsletter,business newsletter,financial newsletter,accountant newsletter
    66Requires at least: 3.0
    7 Tested up to: 6.6.2
    8 Stable tag: 4.04
     7Tested up to: 6.7.1
     8Stable tag: 4.06
    99License: GPLv2 or later, Contact sales@service2client.com for duel licensing options.
    1010
  • dynamic-post/trunk/wp_plugin_dynamic_post.php

    r3158371 r3194418  
    44Plugin URI: https://www.service2client.com/dynamicpost
    55Description: Auto post Service2Clients Dynamic Content articles to your blog on a monthly basis. CPA Content, Tax Content, Accounting Content.
    6 Version: 4.04
     6Version: 4.06
    77Author: Service2Client
    88Author URI: https://www.service2client.com
Note: See TracChangeset for help on using the changeset viewer.