Plugin Directory

Changeset 3225046


Ignore:
Timestamp:
01/19/2025 11:26:46 AM (13 months ago)
Author:
obmarketingtech
Message:

tagging version 1.2.5

Location:
outbrain-feed
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • outbrain-feed/tags/1.2.5/includes/Admin.php

    r3225038 r3225046  
    99    public function add_admin_menu() {
    1010        add_menu_page(
    11             __('Outbrain Feed Settings', OBFEED_TEXT_DOMAIN),
    12             __('Outbrain Feed', OBFEED_TEXT_DOMAIN),
     11            __('Outbrain Feed Settings', 'outbrain-feed'),
     12            __('Outbrain Feed', 'outbrain-feed'),
    1313            'manage_options',
    1414            'outbrain-feed',
     
    2222
    2323        echo '<div class="wrap">';
    24         echo '<h1>' . __('Outbrain Feed Settings', OBFEED_TEXT_DOMAIN) . '</h1>';
     24        echo '<h1>' . __('Outbrain Feed Settings', 'outbrain-feed') . '</h1>';
    2525
    2626        if ($mode === 'basic') {
    27             echo '<p>' . __('Outbrain Feed plugin was successfully installed and set up. This means that the Outbrain default widget (identified by Widget-ID GS_1) will be automatically injected at the end of each article/post and will be applied to all platforms—desktop and mobile.', OBFEED_TEXT_DOMAIN) . '</p>';
    28             echo '<p>' . __('Note: A new version of this plugin is planned to be released by the end of 2024. The new version will support advanced capabilities, such as the setup of multiple ad insertion rules utilizing different Widget-IDs and the possibility to control the platform (desktop or mobile) to which the widget applies.', OBFEED_TEXT_DOMAIN) . '</p>';
     27            echo '<p>' . __('Outbrain Feed plugin was successfully installed and set up. This means that the Outbrain default widget (identified by Widget-ID GS_1) will be automatically injected at the end of each article/post and will be applied to all platforms—desktop and mobile.', 'outbrain-feed') . '</p>';
     28            echo '<p>' . __('Note: A new version of this plugin is planned to be released by the end of 2024. The new version will support advanced capabilities, such as the setup of multiple ad insertion rules utilizing different Widget-IDs and the possibility to control the platform (desktop or mobile) to which the widget applies.', 'outbrain-feed') . '</p>';
    2929        } else {
    3030            // Placeholder for Advanced mode functionality
  • outbrain-feed/tags/1.2.5/outbrain-feed.php

    r3225039 r3225046  
    44 * Plugin URI: https://developer.outbrain.com/outbrain-wordpress-implementation-guide/
    55 * Description: Dynamically inserts Outbrain feed widgets into articles, with flexible configuration.
    6  * Version: 1.2.4
     6 * Version: 1.2.5
    77 * Author: Outbrain Dev Team
    88 * Author URI:
  • outbrain-feed/tags/1.2.5/readme.txt

    r3225039 r3225046  
    11=== Outbrain Feed ===
    2 Contributors: [email protected]
     2Contributors: obmarketingtech
    33Tags: content-recommendations, ad-networks, ads, outbrain, feed
    44Requires at least: 6.1
    55Tested up to: 6.7
    6 Stable tag: 1.2.4
     6Stable tag: 1.2.5
    77Requires PHP: 7.1
    88License: GPLv2 or later
  • outbrain-feed/trunk/includes/Admin.php

    r3225038 r3225046  
    99    public function add_admin_menu() {
    1010        add_menu_page(
    11             __('Outbrain Feed Settings', OBFEED_TEXT_DOMAIN),
    12             __('Outbrain Feed', OBFEED_TEXT_DOMAIN),
     11            __('Outbrain Feed Settings', 'outbrain-feed'),
     12            __('Outbrain Feed', 'outbrain-feed'),
    1313            'manage_options',
    1414            'outbrain-feed',
     
    2222
    2323        echo '<div class="wrap">';
    24         echo '<h1>' . __('Outbrain Feed Settings', OBFEED_TEXT_DOMAIN) . '</h1>';
     24        echo '<h1>' . __('Outbrain Feed Settings', 'outbrain-feed') . '</h1>';
    2525
    2626        if ($mode === 'basic') {
    27             echo '<p>' . __('Outbrain Feed plugin was successfully installed and set up. This means that the Outbrain default widget (identified by Widget-ID GS_1) will be automatically injected at the end of each article/post and will be applied to all platforms—desktop and mobile.', OBFEED_TEXT_DOMAIN) . '</p>';
    28             echo '<p>' . __('Note: A new version of this plugin is planned to be released by the end of 2024. The new version will support advanced capabilities, such as the setup of multiple ad insertion rules utilizing different Widget-IDs and the possibility to control the platform (desktop or mobile) to which the widget applies.', OBFEED_TEXT_DOMAIN) . '</p>';
     27            echo '<p>' . __('Outbrain Feed plugin was successfully installed and set up. This means that the Outbrain default widget (identified by Widget-ID GS_1) will be automatically injected at the end of each article/post and will be applied to all platforms—desktop and mobile.', 'outbrain-feed') . '</p>';
     28            echo '<p>' . __('Note: A new version of this plugin is planned to be released by the end of 2024. The new version will support advanced capabilities, such as the setup of multiple ad insertion rules utilizing different Widget-IDs and the possibility to control the platform (desktop or mobile) to which the widget applies.', 'outbrain-feed') . '</p>';
    2929        } else {
    3030            // Placeholder for Advanced mode functionality
  • outbrain-feed/trunk/outbrain-feed.php

    r3225039 r3225046  
    44 * Plugin URI: https://developer.outbrain.com/outbrain-wordpress-implementation-guide/
    55 * Description: Dynamically inserts Outbrain feed widgets into articles, with flexible configuration.
    6  * Version: 1.2.4
     6 * Version: 1.2.5
    77 * Author: Outbrain Dev Team
    88 * Author URI:
  • outbrain-feed/trunk/readme.txt

    r3225039 r3225046  
    11=== Outbrain Feed ===
    2 Contributors: [email protected]
     2Contributors: obmarketingtech
    33Tags: content-recommendations, ad-networks, ads, outbrain, feed
    44Requires at least: 6.1
    55Tested up to: 6.7
    6 Stable tag: 1.2.4
     6Stable tag: 1.2.5
    77Requires PHP: 7.1
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.