Plugin Directory

Changeset 1102541


Ignore:
Timestamp:
03/01/2015 02:19:59 PM (11 years ago)
Author:
shalintripathi
Message:

Major Google API update

Location:
wsanalytics-google-analytics-and-dashboards/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • wsanalytics-google-analytics-and-dashboards/trunk/WSAnalytics-general.php

    r1091390 r1102541  
    1111    define( 'WSAnalytics_NICK', 'WSAnalytics' );
    1212    define( 'WSAnalytics_ROOT_PATH', dirname(__FILE__) );
    13     define( 'WSAnalytics_VERSION', '0.0.3');
     13    define( 'WSAnalytics_VERSION', '1.1.0');
    1414    define( 'WSAnalytics_TYPE', 'FREE');
    1515    define( 'WSAnalytics_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • wsanalytics-google-analytics-and-dashboards/trunk/lib/Google/Client.php

    r1090999 r1102541  
    1414 * See the License for the specific language governing permissions and
    1515 * limitations under the License.
     16 *
    1617 */
    1718
  • wsanalytics-google-analytics-and-dashboards/trunk/lib/Google/Service/Admin.php

    r1090999 r1102541  
    1414 * License for the specific language governing permissions and limitations under
    1515 * the License.
     16 *
    1617 */
    1718
     
    8081 *   $adminService = new WSAnalytics_Google_Service_Admin(...);
    8182 *   $mail = $adminService->mail;
     83 *
    8284 *  </code>
    8385 */
  • wsanalytics-google-analytics-and-dashboards/trunk/lib/Google/Service/Analytics.php

    r1090999 r1102541  
    1414 * License for the specific language governing permissions and limitations under
    1515 * the License.
     16 *
    1617 */
    1718
     
    137138                  'type' => 'string',
    138139                ),
    139                 'output' => array(
     140                  'output' => array(
    140141                  'location' => 'query',
    141142                  'type' => 'string',
  • wsanalytics-google-analytics-and-dashboards/trunk/readme.txt

    r1091390 r1102541  
    22Contributors: Shiva
    33Donate link: http://wsofi.com/WSAnalytics
    4 Tags:Google analytics for wordpress, google analytics, WordPress Analytics, dashboard, analytics, google analytics dashboard, install analytics, WSAnalytics, yoast, analyticator, tracking, stats,Google analytics ecommerce tracking, Google analytics Dashboard,
     4Tags:Google analytics for wordpress, google analytics, WordPress Analytics, dashboard, analytics, google analytics dashboard, install analytics, WSAnalytics, yoast, analyticator, tracking, stats,Google analytics ecommerce tracking, Google analytics Dashboard,, Analytics Woocommerce Tracking
    55Requires at least: 3.0.1
    66Tested up to: 4.1
    7 Stable tag: 0.0.3
     7Stable tag: 1.1.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9191= 0.0.2 - 2015-02-15 =
    9292* Minor BUG-FIX.
    93 = 0.0.2 - 2015-02-16 =
     93= 0.0.3 - 2015-02-16 =
    9494* Minor BUG-FIX.
     95= 0.0.4 - 2015-02-17 =
     96* Minor BUG-FIX Internal .
     97= 0.0.5 - 2015-02-17 =
     98* Minor BUG-FIX Internal.
     99= 0.1.0 - 2015-02-18 =
     100* Minor BUG-FIX Internal.
     101= 0.1.1 - 2015-02-18 =
     102* Minor BUG-FIX Internal.
     103= 0.1.2 - 2015-02-18 =
     104* Minor BUG-FIX Internal.
     105= 0.1.3 - 2015-02-18 =
     106* Minor BUG-FIX Internal.
     107= 0.1.4 - 2015-02-18 =
     108* Minor BUG-FIX Internal.
     109= 1.1.0 - 2015-02-19 =
     110* Release of Major Version With Google PHP API
     111
    95112
    96113 == Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.