Changeset 3225046
- Timestamp:
- 01/19/2025 11:26:46 AM (13 months ago)
- Location:
- outbrain-feed
- Files:
-
- 6 edited
- 1 copied
-
tags/1.2.5 (copied) (copied from outbrain-feed/trunk)
-
tags/1.2.5/includes/Admin.php (modified) (2 diffs)
-
tags/1.2.5/outbrain-feed.php (modified) (1 diff)
-
tags/1.2.5/readme.txt (modified) (1 diff)
-
trunk/includes/Admin.php (modified) (2 diffs)
-
trunk/outbrain-feed.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
outbrain-feed/tags/1.2.5/includes/Admin.php
r3225038 r3225046 9 9 public function add_admin_menu() { 10 10 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'), 13 13 'manage_options', 14 14 'outbrain-feed', … … 22 22 23 23 echo '<div class="wrap">'; 24 echo '<h1>' . __('Outbrain Feed Settings', OBFEED_TEXT_DOMAIN) . '</h1>';24 echo '<h1>' . __('Outbrain Feed Settings', 'outbrain-feed') . '</h1>'; 25 25 26 26 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>'; 29 29 } else { 30 30 // Placeholder for Advanced mode functionality -
outbrain-feed/tags/1.2.5/outbrain-feed.php
r3225039 r3225046 4 4 * Plugin URI: https://developer.outbrain.com/outbrain-wordpress-implementation-guide/ 5 5 * Description: Dynamically inserts Outbrain feed widgets into articles, with flexible configuration. 6 * Version: 1.2. 46 * Version: 1.2.5 7 7 * Author: Outbrain Dev Team 8 8 * Author URI: -
outbrain-feed/tags/1.2.5/readme.txt
r3225039 r3225046 1 1 === Outbrain Feed === 2 Contributors: [email protected]2 Contributors: obmarketingtech 3 3 Tags: content-recommendations, ad-networks, ads, outbrain, feed 4 4 Requires at least: 6.1 5 5 Tested up to: 6.7 6 Stable tag: 1.2. 46 Stable tag: 1.2.5 7 7 Requires PHP: 7.1 8 8 License: GPLv2 or later -
outbrain-feed/trunk/includes/Admin.php
r3225038 r3225046 9 9 public function add_admin_menu() { 10 10 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'), 13 13 'manage_options', 14 14 'outbrain-feed', … … 22 22 23 23 echo '<div class="wrap">'; 24 echo '<h1>' . __('Outbrain Feed Settings', OBFEED_TEXT_DOMAIN) . '</h1>';24 echo '<h1>' . __('Outbrain Feed Settings', 'outbrain-feed') . '</h1>'; 25 25 26 26 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>'; 29 29 } else { 30 30 // Placeholder for Advanced mode functionality -
outbrain-feed/trunk/outbrain-feed.php
r3225039 r3225046 4 4 * Plugin URI: https://developer.outbrain.com/outbrain-wordpress-implementation-guide/ 5 5 * Description: Dynamically inserts Outbrain feed widgets into articles, with flexible configuration. 6 * Version: 1.2. 46 * Version: 1.2.5 7 7 * Author: Outbrain Dev Team 8 8 * Author URI: -
outbrain-feed/trunk/readme.txt
r3225039 r3225046 1 1 === Outbrain Feed === 2 Contributors: [email protected]2 Contributors: obmarketingtech 3 3 Tags: content-recommendations, ad-networks, ads, outbrain, feed 4 4 Requires at least: 6.1 5 5 Tested up to: 6.7 6 Stable tag: 1.2. 46 Stable tag: 1.2.5 7 7 Requires PHP: 7.1 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.